Seite 1 von 1

Zukünftige PC Programmierung des TX

Verfasst: 01 Aug 2011, 13:21
von thomasdr
Hallo,
gibt es für die PC Programmierung des TX-Controllers in Zukunft noch dll´s oder muß man sich davon verabschieden den TX in Zukunft über über Visual Basic und andere Sprachen zu steuern ?

Re: Zukünftige PC Programmierung des TX

Verfasst: 01 Aug 2011, 13:34
von heiko
Stell diese Frage bitte den fischerwerken direkt.

Grüße
Heiko

Re: Zukünftige PC Programmierung des TX

Verfasst: 01 Aug 2011, 13:45
von vleeuwen
For VB.NET and other dotNet dialects like C# you will need a good dotNet compatible version of the FtMscLib.
With the actual version it is only partial possible to access the functionality.
In particular the call back's (delegates) do not work in every situation (this has to do with the context of the threads).
I encountered these problems during my work for the integration of the TX-C into the MS Robotics Developer Studio environment.

Hopeful FT will create a native dotNet version of this FtMscLib, including delegates and notification.