Does anyone have a sample, tutorial or a link on how to use the Logitech G19 keyboard SDK with Visual Studio 2010 and C# for programming the LCD? I can't find anything anywhere for C#.

link|improve this question

1  
Does the SDK actually support C#? (PInvoke notwithstanding.) – Inerdial Jan 27 at 17:09
It's aimed for C++. I found a project here that's in c#: code.google.com/p/aoc19net too bad the c# wrapper link is dead. – Napoleon Jan 27 at 17:30
The C# link is just a libary. It looks like the project still has plenty of source here: code.google.com/p/aoc19net/source/browse/… – codekaizen Jan 27 at 17:36
You may also try Logitech Gaming team's wrapper – Anurag Ranjhan Jan 27 at 17:43
feedback

closed as not constructive by casperOne Jan 30 at 19:04

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

1 Answer

up vote 2 down vote accepted

There is plenty of information that looks like it should help you get started with C# for the G19 SDK here, but that forum requires that you register before you can access any of it. Additionally, here are two wrappers for the G15 and G19 SDK (the wrapper for the G15 is mostly compatible with the G19):

Edit: This isn't really an answer, but I posted it as an answer because I thought it would be easier to read as an answer rather than a comment.

link|improve this answer
mangareader.com/dmclglcd.html worked great and has a very simple working example. – Napoleon Jan 27 at 22:39
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.