11-03-2022, 03:44 PM
(11-03-2022, 03:26 PM)Kernelpanic Wrote:@KernelpanicQuote:mnrvovrfc - This is the BASIC program, name it whatever you want, but place in the same directory as "hourminsec.h". Recommended both files on the same directory as QB64PE executable.
Thanks, the clock runs well. But even if both files are in the same directory, the full path must still be specified; at least at me.
Code: (Select All)Declare Library "D:\Lab\QuickBasic64\Extern\Libraries\hourminsec"
Sub hourminsec (ByVal h As Integer, Byval m As Integer, Byval s As Integer, sout As String)
End Declare
Try using ".\hourminsec" instead
Ask me about Windows API and maybe some Linux stuff