Posts
 
Reputation
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
~59.2K People Reached
Favorite Forums
Favorite Tags
c++ x 1

1 Posted Topic

Member Avatar for superjacent

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 …

Member Avatar for sheldonrobinson
1
59K

The End.