Replies: 2 comments 2 replies
-
Sounds like you want to create a raw |
Beta Was this translation helpful? Give feedback.
-
Sorry - I replied from bad memory - Not access member. unicorn.lib(tcg-op-gvec.obj) : error LNK2001: unresolved external symbol __imp___wassert I unzipped windows-msvc32-static.7z I'm lost to resolving the unresolved symbols. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm writing a program for windows using VS MFC - c++.
I am including "unicorn.h" and defining a variable of type "uc_engine";
"unicorn.h" - defines "typedef struct uc_struct uc_engine";
Compiling yields an error that "struct uc_struct" is an unknown type.
The only place I found a definition for "struct uc_struct" was in "uc_priv.h" but THAT can not be included in the build.
What is the recommended way to get "struct uc_struct" defined when compiling for c++?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions