[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 264: mysqli_fetch_assoc(): Couldn't fetch mysqli_result
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 326: mysqli_free_result(): Couldn't fetch mysqli_result
Pete's QBASIC Site Discuss QBasic, Freebasic, QB64 and more 2005-05-09T15:50:22-05:00 http://petesqbsite.com/phpBB3/app.php/feed/topic/568 2005-05-09T15:50:22-05:00 2005-05-09T15:50:22-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=4442#p4442 <![CDATA[i need to program]]>

Statistics: Posted by Deleter — Mon May 09, 2005 3:50 pm


]]>
2005-05-09T12:59:01-05:00 2005-05-09T12:59:01-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=4438#p4438 <![CDATA[i need to program]]> Statistics: Posted by Guest — Mon May 09, 2005 12:59 pm


]]>
2005-05-08T11:55:44-05:00 2005-05-08T11:55:44-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=4429#p4429 <![CDATA[i need to program]]> Statistics: Posted by Kyle — Sun May 08, 2005 11:55 am


]]>
2005-05-08T11:34:40-05:00 2005-05-08T11:34:40-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=4428#p4428 <![CDATA[i need to program]]> Statistics: Posted by Deleter — Sun May 08, 2005 11:34 am


]]>
2005-05-08T10:54:53-05:00 2005-05-08T10:54:53-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=4427#p4427 <![CDATA[i need to program]]> Statistics: Posted by Kyle — Sun May 08, 2005 10:54 am


]]>
2005-05-08T10:34:31-05:00 2005-05-08T10:34:31-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=4426#p4426 <![CDATA[i need to program]]> Statistics: Posted by Deleter — Sun May 08, 2005 10:34 am


]]>
2005-05-08T10:30:50-05:00 2005-05-08T10:30:50-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=4425#p4425 <![CDATA[i need to program]]>
Are you using VonGodrics IDE or some other?

Statistics: Posted by Z!re — Sun May 08, 2005 10:30 am


]]>
2005-05-08T10:24:09-05:00 2005-05-08T10:24:09-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=4424#p4424 <![CDATA[i need to program]]> It's obviously not freebasic though , since the program compiles and runs, But when i close the window, the IDE crashes.

Code:
randomize timer
' Set good old 320x200 in 8bpp mode, but with 2 pages
SCREEN 13,,2
COLOR ,15
DIM x AS INTEGER
x = -40
' Let's work on page 1 while we display page 0
SCREENSET 1, 0

DO
CLS
Getmouse mx, my ,, buttons
LINE (x, 80)-(x + 39, 119), int(rnd*256), BF
pset (mx,my),1
x = x + 1
IF (x > 319) THEN x = -40
' Wait for vertical sync
WAIT &h3DA, 8
' Copy work page to visible page
SCREENCOPY
LOOP WHILE INKEY$ = ""

Statistics: Posted by Deleter — Sun May 08, 2005 10:24 am


]]>
2005-05-08T09:03:48-05:00 2005-05-08T09:03:48-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=4422#p4422 <![CDATA[i need to program]]>
Also, look in the Docs folder, it should be in your FB installed directory.

Also, make sure you ran Install.bat, or used the FB Automatic Setup System, available from the Plantasy Studios site, link is in my signature.

Statistics: Posted by Z!re — Sun May 08, 2005 9:03 am


]]>
2005-05-08T08:49:12-05:00 2005-05-08T08:49:12-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=4421#p4421 <![CDATA[i need to program]]> Statistics: Posted by Kyle — Sun May 08, 2005 8:49 am


]]>
2005-05-08T08:38:34-05:00 2005-05-08T08:38:34-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=4418#p4418 <![CDATA[i need to program]]> However, anytime i change the video pages, the program will run and all, but upon exit my program, the IDE will crash saying invalid memory was referenced or something. i realize this is a beta still, so is there a fix or not?

Statistics: Posted by Guest — Sun May 08, 2005 8:38 am


]]>
2005-05-08T04:48:11-05:00 2005-05-08T04:48:11-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=4415#p4415 <![CDATA[i need to program]]> http://freebasic.net/keywords.php?pagenum=5#214

The fourth parameter is a switch for fullscreen. You can also change the resolution, colour depth and the number of pages you need.

Statistics: Posted by Kyle — Sun May 08, 2005 4:48 am


]]>
2005-05-07T23:36:01-05:00 2005-05-07T23:36:01-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=4414#p4414 <![CDATA[i need to program]]> thanks

Statistics: Posted by Deleter — Sat May 07, 2005 11:36 pm


]]>
2005-05-07T22:53:11-05:00 2005-05-07T22:53:11-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=4413#p4413 <![CDATA[i need to program]]> Thanks alot, Deleter

Statistics: Posted by Guest — Sat May 07, 2005 10:53 pm


]]>
2005-05-07T20:36:37-05:00 2005-05-07T20:36:37-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=4411#p4411 <![CDATA[i need to program]]>
A good alternative would be to give FreeBasic a try http://www.freebasic.net

it's as close as you can get to the QBasic syntax. It compiles, it does Windows Console, Windows GUI (with the API), DOS 32 bits and Linux...basically today it's considered, by many as the next evolutionary step for us QB coders :-).

I don't think you'll regret making the move at all. Have a look at it. it's definitaly worth the mouse click. Remember that Freebasic is a compiler. you an either use your favorite editor or better yet...take a look a FBIDE by VonGodric at http://fbide.sourceforge.net/ and IDE especially for FreeBasic.

These two combined is sure to not only kick you right out the door, pillows and all...but you'll be glad to be outside ;-). It's an awesome combination. I know you won't regret this at all :-).

Statistics: Posted by MystikShadows — Sat May 07, 2005 8:36 pm


]]>