Fade2D library & C++ Builder

204 views Asked by At

I wish to use Fade2D library in my C++Builder projects.

Libraries are in MS Visual Studio's and using them raised an exception:

[ilink32 Error] Error contains invalid OMF record, type 0x21 (possibly COFF)

I tried the two tools from Embarcadero to build the .lib file for C++ Builder:

  • COFF2OMF to convert the .lib from VS format and
  • IMPLIB to produces the .lib file starting form DLL

In both cases I have the error:

[ilink32 Error] Error: Unresolved external 'GEOM_FADE2D::setLic(const char *, const char *, const char *, const char *, const char *)' referenced from MAIN.OBJ

Any suggestions? Thanks in advance.

0

There are 0 answers