From: ProfXanth AT aol DOT com Date: Thu, 29 Aug 1996 05:24:58 -0400 Message-ID: <960829052457_512196281@emout08.mail.aol.com> To: djgpp AT delorie DOT com Subject: Conversion problems I recently switched to djgpp after a program I was working on no longer was able to compile under my previous compiler. I was using a ".a" file as an aid to my program. Using my first compiler, I converted this file to object format and tried to link my program to this (in object format) with both compilers, but neither compiler understood the object files of the other. I haven't found out how to convert the ".a" file to object directly from djgpp (this should solve my problem). How can I do it?