Page 1 of 1
download problems
Posted: Fri Aug 19, 2005 3:39 pm
by guest
when i try to download somethin in one of the download sections, sometimes it just shows the codes.
Why is that and how can i try them out if i cant download them?
Posted: Fri Aug 19, 2005 4:24 pm
by The Walrus
Try right-clicking and chose "Save destination as...", maybe that'll work.
Posted: Fri Aug 19, 2005 4:29 pm
by Rattrapmax6
That's because some1 uploaded a .bas file,.. Browsers normaly look for .exe, .zip, .rar, and several others as downloads, but some files are marked as readable, it thinks it sorta like a website:
You can manually download it tho, Just right-click it and hit "Save Target As.." or some browsers use: "Save Link As..",.. You'll get a Save dialog, same as when you save with a editor, just put in where you want it to go, and bingo.. its downloaded...
Edit: XD... darn.. beatin to it..

Posted: Fri Aug 19, 2005 4:55 pm
by MystikShadows
Oh no Ratt...now you're gonna have to bear Nathan1993's old quote that used to say: "If only I'd have gotten here sooner!" LOLOL
Posted: Fri Aug 19, 2005 5:01 pm
by Rattrapmax6
I'm sure I was here first,.. just typed to slow,..

...
Anyway... I answered the "Why"...

Posted: Fri Aug 19, 2005 11:46 pm
by guest
hey thanks
but how do people make it not .bas?
Posted: Sat Aug 20, 2005 1:41 am
by SebMcClouth
e.g. by compiling it into an .exe file or archive the source and/or the executable file.
grtz
Seb
Posted: Sat Aug 20, 2005 10:17 am
by Rattrapmax6
Yeah.. compiling makes a .exe, and QB4.5 and QB/PDS7.1 only do it
,.. but other software stores it like .rar, .zip, ect... You use those for when you download/upload multiple things at once:
.ZIP file { game.exe, game.bas, readme.txt, score.dat, }

Posted: Sat Aug 20, 2005 10:20 am
by guest
but wat does compiling mean?
can you excplain it in a simpler way?
do i just rename it?
Posted: Sat Aug 20, 2005 11:59 am
by {Nathan}
OK... compiling means to convert into machine code so the computer can understand what is happening. to compile into a .exe, you must first download qb45 from a variaty of places. I use
www.qbnz.com. Then open your program in it (after you unzip it) and goto run > make .exe. Choose stand alone exe and press OK. now look in your folder, there ya go.
Posted: Sat Aug 20, 2005 12:35 pm
by guest
i downloaded qb 4.5 but it don't work
i tried to run qb but it says 'Invalid directory check pif file' or somethin like dat
wat does making something an exe do anyways?
wat i really want to do is to not cause the download problem i said above
does making something exe help?
Posted: Sat Aug 20, 2005 1:35 pm
by SebMcClouth
You have to run QB in pure DOS... in windows I'd advice FreeBasic.
grtz
Posted: Sat Aug 20, 2005 2:04 pm
by Rattrapmax6
You can run it on windows thru the DOS-Box, but you need to use the .exe not the shortcut.... Thu, if your on a system other than 95/98, its harder to run it I here....
Yeah... FreeBasic is a real good choice, it can run 99% of all QB's apps that lack: PLAY, DEF SEG, and a few others... And if arrow keys are used, CHR$(0) has to be moved to CHR$(255), but not that it seems you'd know what I was on....
If you want to get into coding basic, then try FB Ide + FBC,.. FBC alone is a dog unless you know a bit on commandline usage...
http://fbide.sourceforge.net/
Then a tut to start off with:
http://members.aol.com/rattrapmax6/tutor/fbtc1.html
And iformation on FB, plus some more tuts, I think...:
http://www.freebasic.net/wiki/wikka.php?wakka=FBWiki
Posted: Sat Aug 20, 2005 2:31 pm
by guest
so it's not possible to remove the download problem using qbasic?
i don't feel like downloading fb or any others because my whole screen is nearly full and it's running so slow now.
Posted: Sat Aug 20, 2005 2:44 pm
by The Awakened
Right click on the file you want to download, click Save Target As..., then put it wherever. Then open QB up, click on File...Open, and open the file. Simple.
Posted: Sun Aug 21, 2005 8:10 pm
by ... or guest or ????
in qb i don't get how to make the arrow keys work
can anyone give me the code?
and tell me if there is an easier way to do graphics than use that data table