Subject: Porting Watcom C++ project From: Fran¨ois Colombo To: djgpp AT delorie DOT com Mime-version: 1.0 Content-type: text/plain; charset="us-ascii" Date: Thu, 3 Apr 1997 17:38:15 +0200 Message-ID: <1352033401-1427726@netinfo.fr> Hi, DJGPP community :-) All my greetings for the persons who are answer me for my last question (on Ada:) Actually, I work on several project, and one of it is to porting a set of source writing in Watcom C++ with DOS/4GW in DJGPP. CWSDPMI is different of DOS/4GW, and I suppose that I have to make a lot of modifications for porting the source in DJGPP ? What are the steps to follow ? Also, for this project, they are a set of routine for driving the SVGA card, in VESA mode, with some routines in assembler (intel code). How do I proceed : rewrite the assembler in AT&T or compile it with an other assembler and use it like that ? The assembler of GCC is a good assembler ? If not, can I use wasm (the assembler of Watcom, that can build 32 bits applications) ? Thanks for your answer ;-) Francois Colombo