|
Hi Robert,
I don't see any Makefile or project file in the attached zip file.
By library, I assume you mean DLL (a problem with static libraries would be really odd!). On Windows, it is critical to export symbols when using DLLs, with the slice2cpp --dll-export <SYMBOL> option; this could be the problem.
Cheers,
Bernard
|