QB4.5 help the newbie please

Please use this Board for QBasic related requests ( file research, programming, etc.)

Moderators: Administrator, Global Moderator

Post Reply
Lizard175

QB4.5 help the newbie please

Post by Lizard175 »

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
Ralph
QBasic God
Posts: 134
Joined: Sat Nov 06, 2004 2:27 am
Location: Katy, Texas

QB45.zip

Post by Ralph »

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!
Ralph. Running QuickBASIC Version 4.5, Windows XP Home Edition, Version 2002, Service Pack 2, and HP LaserJet 4L printer.
lizard175
Newbie
Posts: 2
Joined: Wed Jan 05, 2005 1:21 am

Post by lizard175 »

Ah, that worked. Thank you
JeremyR

Post by JeremyR »

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
lizard175
Newbie
Posts: 2
Joined: Wed Jan 05, 2005 1:21 am

Post by lizard175 »

Yes, thank you, that works better
User avatar
~XUS~
Full Member
Posts: 27
Joined: Tue Feb 01, 2005 9:08 pm

Post by ~XUS~ »

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-
Dr_Davenstein
QBasic God
Posts: 166
Joined: Tue Mar 25, 2003 12:45 am
Location: U.S.A.
Contact:

Post by Dr_Davenstein »

You know, you guys could always give FreeBasic a shot. Yes, it's free, hence the name, FreeBasic! :P
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!
User avatar
~XUS~
Full Member
Posts: 27
Joined: Tue Feb 01, 2005 9:08 pm

Post by ~XUS~ »

What es this Free Basic, eh? And what is theis DOSbox thing i downloaded for no appearant reason?
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-
User avatar
~XUS~
Full Member
Posts: 27
Joined: Tue Feb 01, 2005 9:08 pm

Post by ~XUS~ »

Holy crap! DosBOX can run Wing Commander? I have 2 of those games.
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-
Dr_Davenstein
QBasic God
Posts: 166
Joined: Tue Mar 25, 2003 12:45 am
Location: U.S.A.
Contact:

Post by Dr_Davenstein »

You can make stuff like this with FreeBasic. :P

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!
Droffats

Post by Droffats »

When ever I try to run it I get this error
Image
Droffats

Post by Droffats »

And when I try to compile and run bas files in FreeBasic I get this error
Image
Dr_Davenstein
QBasic God
Posts: 166
Joined: Tue Mar 25, 2003 12:45 am
Location: U.S.A.
Contact:

Post by Dr_Davenstein »

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. ;)
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!
Droffats

Post by Droffats »

Awesome, that fixed it. Thanks a lot!
Dr_Davenstein
QBasic God
Posts: 166
Joined: Tue Mar 25, 2003 12:45 am
Location: U.S.A.
Contact:

Post by Dr_Davenstein »

No problem. :D

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! :Y):
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!
Post Reply