Date: Tue, 10 Jun 1997 16:22:29 -0500 (CDT) From: Adam W Lee Message-Id: <199706102122.QAA11858@sendit.sendit.NoDak.edu> To: djgpp AT delorie DOT com Subject: .LIB -> .A Precedence: bulk >It was not real straight forward ... had to convert the DLL's to '.a' >libraries with one of RSXNT's tools, make some minor (but not easy to Speaking of which, does anybody know where I can find a utility to convert Watcom .LIBs to DJGPP's .As? My friend tried using the Watom .A thing, but DJGPP couldn't read it's symbol table or something to that effect, and he couldn't get DJGPP to compile it for some reason... Also, should the following code work? extern void (PVAPI *callback)(PVMESH *mesh, PVsomething *something); My friend is trying to use this and it barfs on him (the same guy...) atomly