Hallo,
wisst ihr näheres dazu wie man den TX Contoller mit C++ programmieren kann?
Ich habe Windows 7, im Internet habe ich meistens nur Artikel zu dem alten Robo Interface gefunden und nichts zu Windows 7.
ich glaube ich brauche einen bestimmten Compiler, aber welcher ist der beste?
Könnt ihr mich bitte informieren.
Gruß Hefeteig
TX Controller mit C++ programmieren
Forumsregeln
Bitte beachte die Forumsregeln!
Bitte beachte die Forumsregeln!
Re: TX Controller mit C++ programmieren
Hallo
Auf der Fischertechnik Seite gibt es doch ein C-Compiler Programmierpaket und PC Programming Robo TXC 1.2 zum Downloaden.
Auf der Fischertechnik Seite gibt es doch ein C-Compiler Programmierpaket und PC Programming Robo TXC 1.2 zum Downloaden.
Viele Grüße,
Manuel Neumann
Manuel Neumann
Re: TX Controller mit C++ programmieren
Programming the TX-C object oriented with C++ is posible.
You need to wrap the C lib function into C++ classes.
And use static function pointers for the call back's.
C++ managed classes for dotNET framework is partial possible.
The thread model of the TX-C is not completely compatible with C++ managed.
The callback are not working very well in C++ managed code.
Advisable is to write a real .dotNET framework wrapper for the FTMscLib.
You need to wrap the C lib function into C++ classes.
And use static function pointers for the call back's.
C++ managed classes for dotNET framework is partial possible.
The thread model of the TX-C is not completely compatible with C++ managed.
The callback are not working very well in C++ managed code.
Advisable is to write a real .dotNET framework wrapper for the FTMscLib.