SimoDax
SimoDax
Nice of them, if you make a pr with the correct DLL I'll merge it
What issue are you facing?
Theoretically you just need to clone the repo and open the .sln file in visual studio. Anyway, try doing it manually: go to files>new>project. On the left go to Visual...
Try running visual studio as administrator, the program will inherit admin rights. If it doesn't work with that I guess it's ML3 and you need to wait for an update...
That's odd, I don't know what it could be, try looking at the call stack to see what function caused that call. I wouldn't give it much weight tho, as...
You can't do it directly, look at the reference: `int MLAPI_SetLedColor(BSTR type, DWORD index, DWORD R, DWORD G, DWORD B)` You need to pass both the device and the led...
> I even threw in some prints to see if they worked but after your device type print, nothing else happens it just says press any key to continue Seems...
You forgot to initialize the aditional pointers to the mystic light functions. By default they have a NULL value, which is a C macro for 0, which is a forbidden...
Oh, wow, even the SDK is locked. Just MSI bullshit, I'm not buying again from them. I too have only 7 colors in Mystic Light, but if I change the...
Here's the method I use (scroll down), but it takes A LOT because you need to close mystic light and wait for it to open again, so it's not doable...