Replies: 1 comment 7 replies
-
I don't think this has anything to do with using MFC. Can you please provide more details on how you are building the library, including:
|
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It was built in a Windows environment.
However, the project I want to add is currently being built with MFC, vs 2010 x86.
I also set the header file and link path.
However, an error occurs as follows.
error LNK2001 unresolved external symbol "extern "C" int __cdecl sentry_close(void)" (?sentry_close@@$$J0YAHXZ) test D:\test.obj 1
Beta Was this translation helpful? Give feedback.
All reactions