[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 2011-03-26T22:29:54-05:00 http://petesqbsite.com/phpBB3/app.php/feed/topic/3238 2011-03-26T22:29:54-05:00 2011-03-26T22:29:54-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=21415#p21415 <![CDATA[PRINT "Hello World!"]]> from Garry

Statistics: Posted by GarryRicketson — Sat Mar 26, 2011 10:29 pm


]]>
2011-03-26T21:57:05-05:00 2011-03-26T21:57:05-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=21414#p21414 <![CDATA[PRINT "Hello World!"]]>
http://www.network54.com/Index/10167

Statistics: Posted by burger2227 — Sat Mar 26, 2011 9:57 pm


]]>
2011-03-26T22:26:51-05:00 2011-03-26T20:22:58-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=21413#p21413 <![CDATA[PRINT "Hello World!"]]>
not GIF in Qbasic. You can load BMP files using GET # file reads and using BSAVE or BLOAD. You will need a photo program to change GIF to Bitmap. I have already created these programs to do the dirty work. Goto this link:

http://qbasicstation.com/index.php?c=p_member&filecat=2

I hope you know what your doing. It's not the easiest stuff to understand at first.
I was just looking at this, it was some time ago, remembering how much trouble I had understanding this stuff, still do, all though I understand more, These are a couple of the first things I did.

Code:

SCREEN 12OPEN "MAN.AXB" FOR BINARY AS #1ArraySIZE& = (LOF(1) - 7) / 2DIM MANARRAY(1 TO ArraySIZE&) AS INTEGERCLOSE #1DEF SEG = VARSEG(MANARRAY(1))BLOAD "MAN.AXB", VARPTR(MANARRAY(1))DEF SEG'Set paletteOUT &H3C4, 0FOR n = 9 TO 56    OUT &H3C9, MANARRAY(n)NEXT n'Display the frames in sequencePRINT "HelloWorld"DOPLAY "Mba15a12bgff12eag14fbc8de10aa"    FOR i = 0 TO MANARRAY(57) - 1        PUT (100, 200), MANARRAY(58 + i * 1635), PSET             a$ = INPUT$(0) 'pause between frames        Interval! = .2        t! = TIMER        DO            IF TIMER <t> t! + Interval!   NEXT i    'LOOP UNTIL a$ = INPUT$(1)LOOP WHILE INKEY$ = ""
This was done with and qb4.5,for dos, the other Smiley Face, actually was done with qb64, for the .AXB file (images) and both "mini" programs,..at my drop box:
http://dl.dropbox.com/u/15387474/SMILEYFACE.zip
http://dl.dropbox.com/u/15387474/A6MEN.rar
I owe much thanks to TheBob" , Bob Seguin , useing his animax program ,and Ted, for helping introduce me to this stuff, and pointing me to
http://www.qb64.net
guess thats about it
from Garry

Statistics: Posted by GarryRicketson — Sat Mar 26, 2011 8:22 pm


]]>
2010-07-28T19:04:21-05:00 2010-07-28T19:04:21-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=20879#p20879 <![CDATA[Not GIF in Qbasic.....]]>
Not GIF in Qbasic. You can load BMP files using GET # file reads and using BSAVE or BLOAD. You will need a photo program to change GIF to Bitmap. I have already created these programs to do the dirty work. Goto this link:

http://qbasicstation.com/index.php?c=p_member&filecat=2

I hope you know what your doing. It's not the easiest stuff to understand at first.
GARRY: OK, I just downloaded QB64 last night...I think I will like it,
also the turorial...I was to tired to do much,... On know what I am doing,
well this is a problem...not really,but learning....
As soon as I get a chance I am going to follow up on the other links you
suggest...
Yes it looks to me this might be easier useing QB64,....
A better option might be to goto QB64.net link at bottom of my posts. QB64 uses Qbasic commands and has new commands and functions to load most images easily. I recommend that as QB's days are numbered with the 64 bit machines coming on strong.
GARRY: So just to say thanks for makeing this stuff available, and I do read the replies
Ted
From Garry

Statistics: Posted by GarryRicketson — Wed Jul 28, 2010 7:04 pm


]]>
2010-07-27T02:18:10-05:00 2010-07-27T02:18:10-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=20878#p20878 <![CDATA[PRINT "Hello World!"]]>
http://qbasicstation.com/index.php?c=p_member&filecat=2

Look for BSAVER and BLOADANY and download. You can try using the code from the BAS files or read the Readme.txt file. I hope you know what your doing. It's not the easiest stuff to understand at first.

A better option might be to goto QB64.net link at bottom of my posts. QB64 uses Qbasic commands and has new commands and functions to load most images easily. I recommend that as QB's days are numbered with the 64 bit machines coming on strong.

Ted

Statistics: Posted by burger2227 — Tue Jul 27, 2010 2:18 am


]]>
2010-07-26T19:02:35-05:00 2010-07-26T19:02:35-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=20877#p20877 <![CDATA[PRINT "Hello World!"]]>
There is plenty of support for Qbasic. All you need to do is ask.

Welcome everybody!

Ted
From Garry.Ok Ted,...I am wonder if and how to put a GIF image, into
a qbasic prgram,if it is possible, ..Do I need this QB64?...can it be done
so the gif plays useing Dos?
from Garry :?

Statistics: Posted by GarryRicketson — Mon Jul 26, 2010 7:02 pm


]]>
2010-07-17T11:03:45-05:00 2010-07-17T11:03:45-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=20855#p20855 <![CDATA[HelloWorld]]> I noted above David mentions, useing FBedit, and selecting Qbasic as language, I did not know it had that option, I have FBEDIT but had not really tried to use it, I just bareley am starting to grasp qbasic, thanks
to this site, and some of the tutorials, Although I am 56 rs old, the tutorial
that helped me get started was one for kids, also the one "bootcamp" is
helping, When I started useing computers, there was no windows,andthen
windows 3.1 came out,...but I am not comfortable using windows,nor MSoffice,....only just recently, I got interested in trying to learnhow to
"program" or write games, or prgram that suites me personally...QBASIC
is a good start, and maybe later I can moveup toC+ or more, but I dont
think so, I like the simplicity, OFqbasic, DOS, and the versatility....
I guess thats all, now, I dont really haveanything much to show yet,
If anyone can give some details on how to put GIF animations, into
QB program, or if it cannot run GIF, what kind of format....obviously
in the games, there are moveing images...but I am confused asto
how to put them into a qbasic program?
Thanks andnice to meet you all
From Garry

Statistics: Posted by GarryRicketson — Sat Jul 17, 2010 11:03 am


]]>
2010-07-10T05:03:41-05:00 2010-07-10T05:03:41-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=20837#p20837 <![CDATA[PRINT "Hello World!"]]>

Statistics: Posted by tomstyler23 — Sat Jul 10, 2010 5:03 am


]]>
2010-04-23T18:11:15-05:00 2010-04-23T18:11:15-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=20584#p20584 <![CDATA[PRINT "Hello World!"]]>
Welcome everybody!

Ted

Statistics: Posted by burger2227 — Fri Apr 23, 2010 6:11 pm


]]>
2010-04-23T10:46:24-05:00 2010-04-23T10:46:24-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=20583#p20583 <![CDATA[PRINT "Hello World!"]]>

Thanx for sharing with us!



Watch Online Gossip Girl

Statistics: Posted by angela88 — Fri Apr 23, 2010 10:46 am


]]>
2010-04-23T01:39:26-05:00 2010-04-23T01:39:26-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=20582#p20582 <![CDATA[PRINT "Hello World!"]]>
I've joined a handful or so qb-related forums and it does seem like there's not a whole lot of activity. Then again, many forums I've been on over the years go through periods of ebb and flow. Some months the boards are packed with new threads etc, other months all you see is replies to old ones.
Yeah, seems too quiet right now. There is still a ton of info here but doesn't look like support is going to be great. Oh well.

-addison

Statistics: Posted by addison1949 — Fri Apr 23, 2010 1:39 am


]]>
2010-04-15T10:46:06-05:00 2010-04-15T10:46:06-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=20570#p20570 <![CDATA[PRINT "Hello World!"]]>

Statistics: Posted by angela88 — Thu Apr 15, 2010 10:46 am


]]>
2010-04-07T03:24:33-05:00 2010-04-07T03:24:33-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=20568#p20568 <![CDATA[PRINT "Hello World!"]]> Statistics: Posted by coma8coma1 — Wed Apr 07, 2010 3:24 am


]]>
2010-04-05T19:45:27-05:00 2010-04-05T19:45:27-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=20564#p20564 <![CDATA[PRINT "Hello World!"]]>
I've joined a handful or so qb-related forums and it does seem like there's not a whole lot of activity. Then again, many forums I've been on over the years go through periods of ebb and flow. Some months the boards are packed with new threads etc, other months all you see is replies to old ones.

Well, thanks for the welcome. If you have any bookmarks you can throw my way, please do.

~David

Statistics: Posted by dchapman — Mon Apr 05, 2010 7:45 pm


]]>
2010-04-04T21:41:09-05:00 2010-04-04T21:41:09-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=20561#p20561 <![CDATA[PRINT "Hello World!"]]> The QB scene doesn't seem too lively anymore. Bummer too. But there's a few really good sites still up (like Pete's) that have tons of information and tutorials.

Again, for the info- I'm working with the QuickBASIC compiler and linker from within Programmer's Notepad.

-Jason

Statistics: Posted by jasbales — Sun Apr 04, 2010 9:41 pm


]]>