Nathan's profileNates StuffPhotosBlogListsMore ![]() | Help |
|
September 28 C++ Error (Save yourself a few hours)If you are getting an error:
error LNK2019: unresolved external symbol __except_handler4 referenced in function "int __stdcall IsAllowed(char const *,char *,wchar_t const *,wchar_t *)" (?IsAllowed@@YGHPBDPADPB_WPA_W@Z)
AND / OR a LNK2005 Error here is how I fixed it running Visual Studio 2005 (I don't know if all of this is necessary, but that is what I did to fix it):
This worked for me anyway. I hope it helps someone! Nathan Zaugg |
|
|