MSI-mystic-light-tool
MSI-mystic-light-tool copied to clipboard
For 64 bit, another dll needed
Hi
I have the code running for 64 bits to (MSI B360 Gaming plus). Only changed this snippet in the loadLib code:
#ifdef _M_X64 MLinstance = LoadLibrary(TEXT("MysticLight_SDK_x64.dll")); #else MLinstance = LoadLibrary(TEXT("MysticLight_SDK.dll")); #endif