Hello, I am new to the forum
I'm starting to use ThinBasic, I also use FreeBasic.
I have this code but it gives me an error.
I need to do it like this to later call some non-windows DLLs.
'-----------------------------------------------
Uses "Console"
Declare Function timeGetTime Lib "winmm.dll" () As Long
PrintL (timeGetTime) '<--------- error here
WaitKey
'-----------------------------------------------
Thank you very much in advance.
Cheers
Bookmarks