'Fade2D library & C++ Builder
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.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
