We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using Win64 - kartridge-sdk-static-x86_64.lib - I get errors:
1>kartridge-sdk-static-x86_64.lib(utils.obj) : error LNK2019: unresolved external symbol "class ATL::CAtlBaseModule ATL::_AtlBaseModule" (?_AtlBaseModule@ATL@@3VCAtlBaseModule@1@A) referenced in function "void __cdecl ATL::`dynamic atexit destructor for '_AtlWinModule''(void)" (??__F_AtlWinModule@ATL@@YAXXZ) 1>kartridge-sdk-static-x86_64.lib(utils.obj) : error LNK2019: unresolved external symbol __imp_AssocQueryKeyA referenced in function "public: static bool __cdecl kongregate::Utils::launch_kartridge(unsigned int)" (?launch_kartridge@Utils@kongregate@@SA_NI@Z)
Can you remove dependency on ATL?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using Win64 - kartridge-sdk-static-x86_64.lib - I get errors:
Can you remove dependency on ATL?
The text was updated successfully, but these errors were encountered: