Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.70K
1 Posted Topic
Had the same problem. Solved by removing the macro definition for LIB_HAS_DLL. When building an application for cross-compiling, people usually include a MACRO BLOCK similar to the one show below and use function linkage such as LIB_FUN void myfunc(); by defining LIB_HAS_DLL this becomes __declspec(dllimport) void myfunc(); adding LIB_BUILD_DLL it …
The End.
sheldonrobinson