Date: Fri, 12 Aug 1994 08:42:30 +0200 Alternate-Recipient: Allowed From: Lowry John To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: SQL & djgcc Folks, I have Microsoft C7 application that links in their SQL server library. And I'm running out of memory. I've disassembled the library and discovered it makes 1 int 21 and 1 int 62 call. The library code was compiled with "use16" set as well. (And BTW, does there exist a disassembler from obj to as-style syntax?) Is it hopeless to try to make this work with djgcc? Is a commercial Phar-Lap type DOS extender a saner way to go? Any thoughts would be gratefully appreciated. --John