With these ominous words, it begins...
Now. I need a bit 'o help.
Can anyone pm/post a hello world example using insim, c#, .NET lfs external?
I'm trying to do my first C# app (got some college experience, but with java). But frankly, I'm not familiar with the documentation style in c#, and am at a loss where to begin.
So I need a very simple prog that would send to LFS via lfsexternal libs a "hello world" message.
Hello world could be either a regular message (as if the user typed it),
or a message that would remain on-screen in a definite location.(like most cruise server's money display).
As an added bonus, how bout one that also retrieves some kind of data from lfs - like a laptime?
In general something like(very poor pseudocode ahead, beware!)
Insim = createNewInsimConnection();
Insim.sendMessage("hello world");
Insim.sendCustomMessage("Hello World Too");
myVariable = Insim.retrieve(car1'slaptime);
with that info, I can start having a go at my project (a simple pitboard program), and begin retrieving data from lfs, sending back info to display, etc.
While I wait, Ill keep doing research. If I manage to do the hello world prog myself in the meantime, Ill post it here
Now. I need a bit 'o help.
Can anyone pm/post a hello world example using insim, c#, .NET lfs external?
I'm trying to do my first C# app (got some college experience, but with java). But frankly, I'm not familiar with the documentation style in c#, and am at a loss where to begin.
So I need a very simple prog that would send to LFS via lfsexternal libs a "hello world" message.
Hello world could be either a regular message (as if the user typed it),
or a message that would remain on-screen in a definite location.(like most cruise server's money display).
As an added bonus, how bout one that also retrieves some kind of data from lfs - like a laptime?
In general something like(very poor pseudocode ahead, beware!)
Insim = createNewInsimConnection();
Insim.sendMessage("hello world");
Insim.sendCustomMessage("Hello World Too");
myVariable = Insim.retrieve(car1'slaptime);
with that info, I can start having a go at my project (a simple pitboard program), and begin retrieving data from lfs, sending back info to display, etc.
While I wait, Ill keep doing research. If I manage to do the hello world prog myself in the meantime, Ill post it here




). With that it should be easy to find out where and why the thread hangs.
