Mail Archives: djgpp/1995/04/19/04:10:10
> I'm quite new to djgpp but i wanna know if it's possible to use the
> library files i make (with gcc/ar/ranlib) with borland c++ 4.x.
>
> The problem is that the orignal files came from unix but must be converted
> to borland c++ 4.x. They won't compile under borland, so somebody pointed me
> on the dos version of gcc (djgpp).. But the end program must run under
> windows 3.x (true windows app) and this isn't possible with djgpp (?)..
This is all covered in the DJGPP FAQ list, available as faq100.zip from the
same place you get DJGPP. From what you've told, I'd say your best bet is
to develop with DJGPP and RSX/RSXDK extender/development kit; the FAQ tells
you more about them, including how to get RSX. Question 2.5 there refers
specifically to RSX, while Chapter 17 explains why you (almost) can't mix
DOS .obj and .lib files with DJGPP .o and .a files.
- Raw text -