- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Getting started with making my own LCD applets.
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-10-2012 02:54 PM - edited 04-10-2012 05:36 PM
Hey all. I just recieved my G13 and am pretty excited about using it. Right off the bat I want to look into learning how to create my own LCD applets.
I currently have a moderate amount of experience coding in C# and VB, but no experience in cpp or c (yet). I'm basically at the stage that I still need to google a lot of things before I can use a certain tool. It seems to be that the coding for these applets must be done in cpp, so I am willing to use this as my gateway to learning the language.
However, I have a few questions that I would love to have answered.
1. Where do I begin?
Is there a sample applet that I can take a look at? A sort of "Hello World" program that I can see the basic structure needed. Any information here would be lovely.
2. Is there a database for commands/functions specific to these applets?
I'm looking for something along the lines of MSDN that would help me understand how to use each.
3. Do you have any advice for me?
Anything will be helpful even if it's just something you may have used to get you into C/C++ and not specific to LCD applets.
Thank you for your time and I appreciate any help you might be able to offer.
Re: Getting started with making my own LCD applets.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-10-2012 08:07 PM
what we really need is a .net interop/proxy assembly that lets us access the LCD SDK directly from .net applications. I'd consider doing some LCD applet development if we had that.
-ken
I do not work for Logitech. I'm just a user.
Re: Getting started with making my own LCD applets.
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-13-2012 09:12 AM - edited 04-13-2012 09:13 AM
For .NET:
http://www.mangareader.com/dmclglcd.html
Comes with a hello-world-like-example
Example application written with that .NET dll in c#:
http://sourceforge.net/projects/g19unocardgame/?so
