Created
November 9, 2018 17:16
-
-
Save bit-hack/397e7c158ecf46c51abcb5518b22ee69 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
extern "C" void test(); | |
#pragma comment(linker, "/alternatename:_test=??0CppLibraryClass@@QAE@XZ") | |
test(); // will call mangled name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment