Page 1 of 1
C# project - Smartie wannabe
Posted: Tue Nov 09, 2004 3:17 pm
by [Kain]
Greetings, all. I am pretty new to this whole LCD/VFD programming, and need some advice. I really like what Smartie LCD 5.2 has to offer and want to integrate with its open source code, but I don;t know Delphi or have a compiler for it.
I have a project in progress written in C# (.NET) and want to know if anybody already has some C# code to help save me time. I really wanted to be able to interface with Smartie and simply allow my application to push data through it, kind of like a plugin or mod.
I REALLY don't want to reinvent the wheel to do this. Ideas? Resources?
Thanks!

Posted: Fri Nov 26, 2004 3:11 am
by clansley
How about posting this in the LCD Smartie forums?
Site:
http://lcdsmartie.sourceforge.net
Forums
Re: C# project - Smartie wannabe
Posted: Sun Dec 12, 2004 11:43 am
by ch424
[Kain] wrote:
I have a project in progress written in C# (.NET) and want to know if anybody already has some C# code to help save me time. I really wanted to be able to interface with Smartie and simply allow my application to push data through it, kind of like a plugin or mod.
I REALLY don't want to reinvent the wheel to do this. Ideas? Resources?
Thanks!

I don't know much/anything about C#, but if you compile it as a dll, then you can call to it from within lcd smartie (like this: $dll(name.dll,2,param1,param2) Where the 2 is replaced with the number of the function within the dll (i.e. 2 would mean the second function)
ch424
Posted: Thu Dec 16, 2004 9:32 am
by clansley
I've written some notes on LCD Smartie's plugin support - you will find them in the instruction section of the smartie website. If you need further help then post in the smartie forums.
http://lcdsmartie.sourceforge.net
Re: C# project - Smartie wannabe
Posted: Tue Jan 11, 2005 7:58 am
by clansley
[Kain] wrote:I have a project in progress written in C# (.NET) and want to know if anybody already has some C# code to help save me time. I really wanted to be able to interface with Smartie and simply allow my application to push data through it, kind of like a plugin or mod.
.Net plugins are supported in beta 3! There's a demo c# plugin available from here:
http://lcdsmartie.sourceforge.net/plugins.html
I will give you an early build, if you want to do development before beta 3 is released.
Chris