Page 1 of 1

ECLIPSE. The biggest thing to ever hit SCREEN 0.

Posted: Tue Sep 13, 2005 5:11 pm
by Patz QuickBASIC Creations
Hey, it worked this time :P

Anyway, my 'company' (PQBC) is working on a TUIE (Textual Interface User Environment) in which is SCREEN 0 (for the most part.) To bad this can't happen with a one man army :P
I need help with:

1. Ideas: Anything any everything will help.

2. Useful SCREEN 0 SUBs and FUNCTIONs. Maybe a library would help, but I kind of doubt any SCREEN 0 library exists.

2.5. Speaking of library, I need a library for PDS with CALL ABSOLUTE. My copy of QBX library files are corrupt.

3. A SCREEN 0 file manager. QuickBasic style would be greatly appreciated. Have the selected file as a STRING($)

4. (for people who have used WINDOWS X) Ideas that would have been useful for their spinoff of DOS. I am developing one, called DOS-E(xtended), which will be distributed seperately and with ECLIPSE.

:!: GRAPHICS PEOPLE :!: I need screen savers (*.bas, please) for ECLIPSE!


Any and all help would be appreciated.

Posted: Tue Sep 13, 2005 5:20 pm
by MystikShadows
Hi PBQC,

Go to my website (http://www.ascii-world.com)

Then hit the "libraries" section

you might like what you see there ;-)

there's a file management library, a memory manager, a mouse library and a video library for direct video I/O, assignment, etc etc...I think that should keep you busy for a little while ;-).

Posted: Tue Sep 13, 2005 5:37 pm
by Patz QuickBASIC Creations
Last time I knew, ASCII-World wasn't too developed. Now, I check, and it has MUCHAS librarys, programs, etc. Great job developing. I envy all you great website owners. I could never do what anyone else here does. I'm too cheap to even buy a domain, let alone too busy to design the website.

Posted: Tue Sep 13, 2005 6:39 pm
by MystikShadows
We do what we can me and Lurah to bring some good stuff ;-). Thanks for the kind words man.

Re: ECLIPSE. The biggest thing to ever hit SCREEN 0.

Posted: Wed Sep 14, 2005 1:55 am
by SebMcClouth
PQBC wrote:2.5. Speaking of library, I need a library for PDS with CALL ABSOLUTE. My copy of QBX library files are corrupt.
You could have the same the problem I had... Are u also using CALL INTERRUPT, or CALL INTERRUPTX? If so... remove DECLARE SUB ABSOLUTE from your qbx.bi... trust me it works... I've done it myselfs again with PDS...

grtz
Seb

Re: ECLIPSE. The biggest thing to ever hit SCREEN 0.

Posted: Thu Sep 15, 2005 5:31 pm
by Patz QuickBASIC Creations
SebMcClouth wrote:Are u also using CALL INTERRUPT, or CALL INTERRUPTX?
No, when I use CALL ABSOLUTE when trying to activate my mouse drivers, it shuts down PDS. So I'm kind of stuck with QB4.5 using NewQB.qlb, .lib, etc.

Posted: Fri Sep 16, 2005 3:10 am
by Seb McClouth
Try removing it like I said from x:\bc7\src\qbx.bi, where x:\ is your drive where you installed PDS. Just try it...

grtz

Posted: Tue Sep 20, 2005 1:58 pm
by PQBC at school
It didn't work. Any other suggestions?

Posted: Tue Sep 20, 2005 2:05 pm
by Z!re
QB 4.5, strings:
VARPTR
VARSEG

QB 7.1, string:
SADD
SSEG