Search found 5 matches

by speesoft1991
Wed Aug 02, 2006 11:45 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Which Library
Replies: 11
Views: 25737

either QB with FL or FreeBASIC and have like 4 ports (WIN32\dos\xbox\linux)
by speesoft1991
Wed Jun 28, 2006 9:05 am
Forum: QBASIC and QB64 Questions & Answers
Topic: QBASIC SVGA in Windows XP
Replies: 10
Views: 17639

you can try these things:

1. talk to the XGUI dude
2. Google the VESA Drivers and download it in your package for distrubution

3. Use FreeBasic (though i haven't used it, it's said to be good!!!)
by speesoft1991
Mon Jun 26, 2006 8:44 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: QBASIC SVGA in Windows XP
Replies: 10
Views: 17639

Actually Dude, try using Future.Library 3.5 (you can download it under libs.) it expands Screen modes so it's possible 2 have SVGA via Windows (and XP) First go to START>RUN> and type "COMMAND" instead of "CMD" after you have downloaded + Extracted FL35.zip Next when it shows com...
by speesoft1991
Mon Jun 26, 2006 8:28 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Microsoft Game Shop.
Replies: 1
Views: 5007

can ya ZIP it Up in folders for downloading here or another Site?
by speesoft1991
Mon Jun 26, 2006 10:59 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Loading More than 1 QLB
Replies: 3
Views: 9516

Loading More than 1 QLB

Hi! I am using QB 4.5 to make a game with QMIDI and Future.Library.

QMIDI requires QB.qlb so i just use

Code: Select all

C:\qb45\qb /l qb.qlb
but what to i do to load Future.Library in to Memory along with QB.qlb???