QB4.5 help the newbie please
Moderators:Administrator, Global Moderator
I downloaded QB4.5, extracted it, and tried to open it. It gave me a popup error.
At the top it says "16 bit MS-DOS Subsystem"
Then gave the pathname for QB.pif
Then it says "Invalid startup directory, please check your pif file."
What is wrong and what should I do?
I'm running on XP if that helps.
Thanks in advance
At the top it says "16 bit MS-DOS Subsystem"
Then gave the pathname for QB.pif
Then it says "Invalid startup directory, please check your pif file."
What is wrong and what should I do?
I'm running on XP if that helps.
Thanks in advance
QB45.zip
I use Windows XP Home Edition, adnd, here's what I did that worked:
I hit the Compilers Downloads on this site, hit QB45.zip, clicked on Save, and saved it to my particular directory, which I called QB, where it downloaded.
Next, I hit the QB45.zip, and got a bunch of files, including QB.EXE, a 187 KB Application. I double clicked on QB.EXE, got a popup with three choices, Extract all, Run, Cancel. I chose Run, again Run, and, there it is, the compiler is up and running!
I hit the Compilers Downloads on this site, hit QB45.zip, clicked on Save, and saved it to my particular directory, which I called QB, where it downloaded.
Next, I hit the QB45.zip, and got a bunch of files, including QB.EXE, a 187 KB Application. I double clicked on QB.EXE, got a popup with three choices, Extract all, Run, Cancel. I chose Run, again Run, and, there it is, the compiler is up and running!
Ralph. Running QuickBASIC Version 4.5, Windows XP Home Edition, Version 2002, Service Pack 2, and HP LaserJet 4L printer.
If you extracted it though you could do the following to fix the problem:
After it is extracted,...
1) Right click on the .pif file and click Properties
2) Select the "Program" tab
3) Select the "Working Directory" textbox
4) Change whatever is in this box to the directory where QB.EXE is stored. (e.g. If it is "C:\QB45\QB.EXE" set working directory to "C:\QB45")
5) Click OK.
Or you could remove the working directory all together, but I recommend just setting it.
Hope this helps.
Jeremy Rosenberg
blandestvertigo@yahoo.com
After it is extracted,...
1) Right click on the .pif file and click Properties
2) Select the "Program" tab
3) Select the "Working Directory" textbox
4) Change whatever is in this box to the directory where QB.EXE is stored. (e.g. If it is "C:\QB45\QB.EXE" set working directory to "C:\QB45")
5) Click OK.
Or you could remove the working directory all together, but I recommend just setting it.
Hope this helps.
Jeremy Rosenberg
blandestvertigo@yahoo.com
I too need help. I downloaded some extractor thingy and ran it, but when I try to compile one of my progs into an exe, it says its missing some necessary file. I can't currently give any details due to undisclosed reasons, but I'll post again with the specefics if no one can yet help me.
Justly is our impending doom thrust upon us, for mightily did we scar Gaia with our conquest out of laze, and so long coming has been our demise. You have been warned. The anguish is yours. -Aaron-
-
- QBasic God
- Posts:166
- Joined:Tue Mar 25, 2003 12:45 am
- Location:U.S.A.
- Contact:
-
- QBasic God
- Posts:166
- Joined:Tue Mar 25, 2003 12:45 am
- Location:U.S.A.
- Contact:
You can make stuff like this with FreeBasic.
http://www.qbnz.com/dr_davenstein/Freebio.zip
If it runs slow for you, then it's not FreeBasic, it's the drivers. All you have to do is delete OpenGL32.dll and Glu32.dll from the folder after you extract it.
http://www.qbnz.com/dr_davenstein/Freebio.zip
If it runs slow for you, then it's not FreeBasic, it's the drivers. All you have to do is delete OpenGL32.dll and Glu32.dll from the folder after you extract it.
Come check out [url=http://www.freebasic.net/forum/index.php]FreeBASIC[/url]. The syntax is based on QuickBasic, but it expands to use pointers, operator overloading, etc... The list goes on and on!
-
- QBasic God
- Posts:166
- Joined:Tue Mar 25, 2003 12:45 am
- Location:U.S.A.
- Contact:
Okay, try this instead.
http://www.hot.ee/fbide/FBIde33a+FBC012.exe
As the filename suggests, it's FBIDE33a. It installs for you automatically. I think what happened is that the compiler can't find the lib files it needs.
http://www.hot.ee/fbide/FBIde33a+FBC012.exe
As the filename suggests, it's FBIDE33a. It installs for you automatically. I think what happened is that the compiler can't find the lib files it needs.
Come check out [url=http://www.freebasic.net/forum/index.php]FreeBASIC[/url]. The syntax is based on QuickBasic, but it expands to use pointers, operator overloading, etc... The list goes on and on!
-
- QBasic God
- Posts:166
- Joined:Tue Mar 25, 2003 12:45 am
- Location:U.S.A.
- Contact:
No problem.
I'm just glad to turn someone else on to FreeBASIC. If you want to join a large(generally friendly) community with a whole section dedicated to FreeBASIC...
GOTO
http://www.qbasicnews.com
Hope to see you there!
I'm just glad to turn someone else on to FreeBASIC. If you want to join a large(generally friendly) community with a whole section dedicated to FreeBASIC...
GOTO
http://www.qbasicnews.com
Hope to see you there!
Come check out [url=http://www.freebasic.net/forum/index.php]FreeBASIC[/url]. The syntax is based on QuickBasic, but it expands to use pointers, operator overloading, etc... The list goes on and on!