Subj : Re: TLIB Compatibility To : borland.public.cpp.borlandcpp From : Farmazon Date : Tue Sep 28 2004 02:44 am "James H. Hill" сообщил/сообщила в новостях следующее: news:414e0c64$1@newsgroups.borland.com... > I am using TLIB to create static library files. Are these library files > usable with other compilers (e.g. Visual Studio, DJGPP, etc.) I tried to use > one with Visual Studion and it's stating that it is an invalid format. Does > anyone know how to fix this? > > Borland use OMF format for .lib and .obj files Microsoft use coff format ,so you can't use lib files created with TLIB withouse format coversion. .