Your problem is exactly what this libraries are Borland -compatible. They are in OMF format. Microsoft Visual C++ libraries are in COFF format. You need to generate your own MSVC - compatible library.
Try: http://www.pctoledo.com.br/forum/viewtopic.php?f=2&t=7463 http://www.fivewin.com.br/exibedicas.asp?id=751 []'s Vailton 2009/8/10 Itamar Lins <[email protected]>: > Hi! > I need examples, now I am using hbmk2. > How to link rmchart.lib in my project ? > My file sciwin.hbm is: > ------------8<------- > -lrmchart.lib > -inc > sciwin.prg > apuracao.prg > bancos.prg > ... > ----------->8--------- > I using implib for make rmchar.lib. > Get this; D:\DEV\HARBOUR\lib\rmchart.lib : fatal error LNK1136: invalid or > corrupt file > With BCC32 works fine. > > Best Regards, > Itamar M. Lins Jr. > > > > _______________________________________________ > Harbour mailing list > [email protected] > http://lists.harbour-project.org/mailman/listinfo/harbour > _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
