Posted: Wed Mar 16, 2005 8:22 am
Dr_Davenstein wrote:You need to include QBX.BI. At the top of your program, type exactly this:
If it can't find the file, you need to set your paths.Code: Select all
'$INCLUDE:'QBX.BI'
In QB, goto Options/Set Paths:
In the Include Files field, type in the directory where QBX.BI is located.
In the Library Files field, type in the directory where QBX.QLB is located.
Then you have to start QB with the library loaded. To me, the easiest way to do it is to create a shortcut to QB on the desktop.
Right click on the shortcut, then manually add the library name... like this:
From now on, when you start QB using that shortcut, it will start with the library already loaded.Code: Select all
C:\QBX\QBX.exe /L QBX
CALL ABSOLUTE is in there.