I'm reworking some very old programs and moving from Microsoft BC v7 to
PB Dos ( and maybe on to PB CC or PB Win ). This is just something I'm doing
to learn more about the PB products.
In checking out the older messages, Mike Doty seemed to be the only one
who confessed to actually using this product with PB Dos. I used it in several
programs under BC v7 but have hit a snag in trying to get it to work with
PB Dos. I built a sort.pbl with sortibmb.obj & sort.obj & sw10k.obj ( which I
think are the necessary parts ). but when I compile the program I get a
fix-up overflow and at this point I'm stumped. So I'm asking for a little help.
Is there something extra I need to do to create the .pbl correctly or some
option when doing the $Link statement?
Any help is appreciated.
Thanks.
PB Dos ( and maybe on to PB CC or PB Win ). This is just something I'm doing
to learn more about the PB products.
In checking out the older messages, Mike Doty seemed to be the only one
who confessed to actually using this product with PB Dos. I used it in several
programs under BC v7 but have hit a snag in trying to get it to work with
PB Dos. I built a sort.pbl with sortibmb.obj & sort.obj & sw10k.obj ( which I
think are the necessary parts ). but when I compile the program I get a
fix-up overflow and at this point I'm stumped. So I'm asking for a little help.
Is there something extra I need to do to create the .pbl correctly or some
option when doing the $Link statement?
Any help is appreciated.
Thanks.
Comment