Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Make your QB .EXE files up to 16 Megs in size (tutorial)
#11
I checked. When you try to compile for OS/2, there a lib file it needs that it can't find. Same with my copy.
Reply
#12
http://www.phatcode.net/other/pds71.zip
Reply
#13
The installer isn't recognizing disk 2. I formatted each with label "disk 1", "disk 2", etc... What labels are they supposed to have?
Reply
#14
Leave disk 1 in when it asks for disk 2 the first time (do the same for disk 3 and 4 as well...)
Reply
#15
Darn. Under Windows XP I get "This program cannot be run in DOS mode." In 98 a window pops up saying "This program was not designed to work with Windows or MS-DOS."

I guess Windows can't run OS/2 progs.... lets all migrate to OS/2!!! Protected mode QB programming! No more 640k barrier! Who's with me?

*cricket* *chirp* *chirp*

anybody?

BTW: Doesn't it seem odd that 98 was programmed to specifically recognize OS/2 executables and complain about them?
Reply
#16
Win2k can. Me and v1ctor once started a project to stub os2 console programs and replace all the apis calls by a emu lib. We never could be bothered to do much on it. But it's possible, infact this is what one of the ultima games did. So that way you could use up to 4 gb using 286 pmode which sort of sucks but its better then real mode.
oship me and i will give you lots of guurrls and beeea
Reply
#17
Nathan:
You are building an fantastic reference for QB there...
I have a copy of Microsoft KB articles for QB with a search engine someone did bak in the 90's.
I can upload it somewhere if you want.
Be warned the search engine fails if you search article texts in W2000 (and probably XP). You can only search headers....
Antoni
Reply
#18
Thanks, Antoni. I have what you are talking about: Dav pointed me to it a while ago. I will uploading it as well.

My goal is to have a good resource site with technical documentation and whatnot. But this will go slow Smile
SCUMM (the band) on Myspace!
ComputerEmuzone Games Studio
underBASIC, homegrown musicians
[img]http://www.ojodepez-fanzine.net/almacen/yoghourtslover.png[/i
Reply
#19
*prepares to get flamed for replying to an 'old topic'*

Hey na_th_an, thatis a nice tutorial, but instead of getting people to learn the switches and all that for BC and LINK, maybe you should update your tutorial to use BPP Big Grin Big Grin Big Grin (shameless plug).

BPP handles all that for you so you just specify in your source code via meta statements the overlays, libraries, etc.

ie:

'$Overlay: 'overlay.obj'
'$Module: 'module.bas'
'$Object: 'object.obj'
'$Library: 'vbdcl10e.lib'

etc, etc.

Anyway, it provides meta statements for all the BC and LINK switches so you don't have to remember them. It also generates the command lines to compile all modules (specified by '$module) and link everything together. Further, the modules inherit the compiler options of the parent unless they override them directly.

You should take a look at it and encourage people to use it for projects.

http://uregina.ca/~cowles1e/bpp.rar
http://uregina.ca/~cowles1e/bpp.zip
Life is like a box of chocolates', hrm, WTF, no it isn't, more like, 'life is like a steaming pile of horse crap.'
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)