MSI-mystic-light-tool icon indicating copy to clipboard operation
MSI-mystic-light-tool copied to clipboard

For 64 bit, another dll needed

Open erkr opened this issue 4 years ago • 0 comments

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

erkr avatar May 09 '20 14:05 erkr