Nice to find a new version of BlitzMax!
While trying to get one of my old programs to work I ran into this error: Compile Error
Identifier 'loadlibrarya' not found.
Any ideas?
?win32
Global GetFileAttributes: Int (lpFileName: Byte Ptr) = GetProcAddress (LoadLibraryA ("Kernel32"), "GetFileAttributesA")
?
Nice to find a new version of BlitzMax! While trying to get one of my old programs to work I ran into this error: Compile Error Identifier 'loadlibrarya' not found. Any ideas?