Search found 7 matches

by depot1
Sun Aug 31, 2008 12:16 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: showbmp works but need help with it
Replies: 1
Views: 4570

showbmp works but need help with it

this works but how do you get the data from the file i want to read the pixles and palet thank **********code here**** 'Show Bitmap 1.1 - by: Peter Swinkels, ***2005*** 'These routines can be used to display RGB and RLE encoded Microsoft Windows bitmaps. DEFINT A-Z DECLARE SUB GeneratePalette () DEC...
by depot1
Sun Aug 31, 2008 10:53 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Need help jpeg files open read ect.
Replies: 3
Views: 7621

Need help jpeg files open read ect.

i want to open and read a jpeg file just for data proccessing i want to get the pixles in 24 bit color is there a way to display them with pset also is the close # nessesary thanks **********the code *************** 10 CLS 11 d = 0 20 OPEN "c:\5.jpg" FOR BINARY AS #1 50 DO WHILE NOT EOF(1)...
by depot1
Sat Jul 22, 2006 1:04 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Help with future library
Replies: 1
Views: 5875

Help with future library

i have tried 1 of the examples
and it's looking for the Future.bi file
i have placed the file in the qb71 folder
but still don't work
how do use them
trying to get higher res & more colors
can use pset statement with FL35
please help
by depot1
Sat Jul 22, 2006 2:56 am
Forum: QBASIC and QB64 Questions & Answers
Topic: help with screen modes QB 7.1
Replies: 5
Views: 12020

help with screen modes QB 7.1

what screen modes can use
with QB 7.1
can i get 600 X 800 256 colors
or 1024 X 768 256 colors
can someone help me with this
thanks
by depot1
Fri Aug 05, 2005 11:33 am
Forum: General Discussion
Topic: flamebait? R.T.T.O.O.T.B.
Replies: 37
Views: 44109

Help Has Arrived

do you have a video card or on board video with on board video you will get very poor performance a video card will make your programs run 10 times faster and 5 times faster for the CPU also you can get magictweak or tuneup utilities and take out the programs that run at start up also you may be run...
by depot1
Fri Aug 05, 2005 1:14 am
Forum: General Discussion
Topic: 3D anaglyph Games in qbasic
Replies: 14
Views: 27219

3D anaglyph Games in qbasic

3D anaglyphs must be viewed with Red Blue glasses lets say you want to make a 3D anaglyph Background or sprites well ...... Most of you know you can load a .bmp file right so get the 3Dcombine it's very easy make 3D photos go to http://www.3dcombine.com in the program you'll see at the tab "Bat...
by depot1
Thu Aug 04, 2005 9:07 pm
Forum: General Discussion
Topic: QuickBasic 7.1 speed Problem
Replies: 4
Views: 8352

QuickBasic 7.1 speed Problem

I am using quickbasic 7.1
it is very slow and i was wondering
if there is a way to change the code
is there a certian byte we can change
or delay in the compiled EXE code
to change to make it go fast
thanks