Ciao,
please indicate the Alias parameter in the Declare: https://help.thinbasic.com/declare.h...ghtsub=declare
Alias name is the internal DLL name of the function.
Also return value of the function is a DWORD: https://docs.microsoft.com/en-us/win...pi-timegettime
'-----------------------------------------------
Uses "Console"
Declare Function timeGetTime Lib "winmm.dll" ALIAS "timeGetTime" () As dword
PrintL (timeGetTime)
WaitKey
'-----------------------------------------------
Let me know.
Ciao
Bookmarks