07-04-2017 02:03 AM - last edited on 03-05-2024 07:40 PM by ROGBot
08-12-2017 07:13 AM
fma965 wrote:
Me too, and yes i have the required VC redists installed as already mentioned in this thread and other threads.
08-12-2017 07:52 AM
08-15-2017 01:51 AM
InhexSTER wrote:
I've been working on new C# wrapper, but I've ran into same issue.
It looks like DLL was built as Debug target. Need new version of SDK
Downloading debug versions of necessary DLLs I got it running. However It seems new SDK doesn't support
GSKill memory. I am getting report that I have 1 motherboard led controller.
I've tested the motherboard control, works well.
I finished wrapper for all methods currently present in SDK, but personally I can only test motherboard code.
08-15-2017 08:03 AM
InhexSTER wrote:
I've been working on new C# wrapper, but I've ran into same issue.
It looks like DLL was built as Debug target. Need new version of SDK
Downloading debug versions of necessary DLLs I got it running. However It seems new SDK doesn't support
GSKill memory. I am getting report that I have 1 motherboard led controller.
I've tested the motherboard control, works well.
I finished wrapper for all methods currently present in SDK, but personally I can only test motherboard code.
08-16-2017 05:40 AM
brianostorm wrote:
I second the C# wrapper, will be really useful for my project too, please, post it as soon as you get it working! Bonus points if it's open source/github/nuget.
RAM doesn't seems to work, i have a Team Group NightHawk DD4 3000mhz RAM, it shows up on Asus Aura software no problems, even tho i'm using a MSI Tomahawk Arctic B350 motherboard, since i can't control this RAM with MSI's software, and they don't have any SDK at all for their LED controller.
:mad:
Also, on my new PC i cant get the SDK to work, probably because of the debug dll issue, that's a shame.
08-16-2017 06:48 AM
InhexSTER wrote:
I've been working on new C# wrapper, but I've ran into same issue.
It looks like DLL was built as Debug target. Need new version of SDK
Downloading debug versions of necessary DLLs I got it running. However It seems new SDK doesn't support
GSKill memory. I am getting report that I have 1 motherboard led controller.
I've tested the motherboard control, works well.
I finished wrapper for all methods currently present in SDK, but personally I can only test motherboard code.
08-16-2017 01:11 PM
DWORD _count = EnumerateMbController(NULL, 0);
08-17-2017 03:35 PM
08-21-2017 07:50 PM
InhexSTER wrote:
AuraSDK for C# source code
https://github.com/InhexSTER/AuraSDKCSharp
AURA_SDK.dll and others are required to run (LED_DLL_forMB.dll, etc)
09-11-2017 01:59 PM
InhexSTER wrote:
AuraSDK for C# source code
https://github.com/InhexSTER/AuraSDKCSharp