QB64Shell Don't run
#6
Change line 806 in qb64shell.inc from

Declare Library

TO

Declare CustomType Library

So, in the end it should look like:

Code: (Select All)
Declare CustomType Library
    Function GetFileAttributes& (f$)
    Function SetFileAttributes& (f$, Byval a&)
    Function GetDriveType& (d$)
    Function GetShortPathName& (InP$, OutP$, Byval length&)
    Function GetModuleFileNameA (ByVal Module As Long, FileName As String, Byval nSize As Long)

    Function CreateFile& (filename$, Byval access&, Byval sharing&, Byval sec_attr%&, Byval create&, Byval flags&, Byval template%&)
    Function MoveFile (f$, g$)
    Function CopyFile (f$, g$, Byval f%)
    Function EncryptFile (f$)
    Function DecryptFile (f$, Byval f&)
    Function EncryptFileA (f$)
    Function DecryptFileA (f$, Byval f&)
End Declare
Reply


Messages In This Thread
QB64Shell Don't run - by gaslouk - 02-21-2023, 09:32 AM
RE: QB64Shell Don't run - by mnrvovrfc - 02-21-2023, 11:25 AM
RE: QB64Shell Don't run - by eoredson - 02-22-2023, 07:40 AM
RE: QB64Shell Don't run - by gaslouk - 02-22-2023, 01:51 PM
RE: QB64Shell Don't run - by eoredson - 02-23-2023, 04:17 AM
RE: QB64Shell Don't run - by a740g - 02-23-2023, 02:44 PM



Users browsing this thread: 6 Guest(s)