Subj : Re: unresolved error with FITS To : borland.public.cpp.borlandcpp From : "Alan Giltinan" Date : Thu Oct 09 2003 03:40 pm thanks jeff, I tried the implib and still no joy. I have since found out that it was compiled for VC++ 7.0, and not borland C++. I have visual studio.net, containing VC++ 7.0 so i will give that a try to see if it works thanks Alan "Jeff Kish" wrote in message news:5enaov0lck694pi0i26ve52evct652190r@4ax.com... > On Wed, 8 Oct 2003 15:36:46 +0100, "Alan Giltinan" > wrote: > > >although it might have something to do with this COFF to OMF business > > > > >> > Can anyone help please? > >> > thanks > >> > >> > > > I think coff2oem only works on import libs. > > static lib: > > So if it is a static lib, you are probably out of luck. > (small chance the vendor can supply a Borland 502 version). > if you can get the source code, you may be able to build > your own. > > > dll: > Do what the man said and use implib. If you find classes, etc. > exported you probably can't use them but I know > you should be able to use extern_c calls. > > > HTH, > > > Jeff Kish .