Click here to Skip to main content
15,893,487 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Currently I need to load a C lib into my CLR project(managed c++/CLI).
All the header file and lib file have been added. But when compile the project, there are some errors and warning like below:

Errors:
error LNK2001: unresolved external symbol "extern "C" int __stdcall rsslDecodeMsg(struct RsslDecIterator *,union RsslMsg *)" (?rsslDecodeMsg@@$$J18YGHPAURsslDecIterator@@PATRsslMsg@@@Z)

Warning:
warning C4561: '__fastcall' incompatible with the '/clr' option: converting to '__stdcall'


Can someone kindly help me to solve this issue?
Thank you in advance.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900