Zur Übersicht - INFO - Neueste 50 Beiträge - Neuer Beitrag - Suchen - FAQ - Zum CC1-Forum - Zum CC-Pro-Forum

Re: benötige hilfe mit der c2comp.dll Kategorie: Programmierung (von SebastianF - 19.10.2007 18:44)
Als Antwort auf Re: benötige hilfe mit der c2comp.dll von Jörg C. - 18.10.2007 16:25
Ich nutze:
C-Control II Unit, OSOPT V3.0
> Hallo Sebastian,
>
> Wie gesagt, falls hier im Forum Interesse besteht, stelle ich das Tool gerne zur Verfügung.

wahrscheinlich kommt eher weniger reaktion auf diesen alten beitrag...

>
> Makroprozessor? Hast Du hier vielleicht noch ein paar Infos?

da gibts nicht viele infos. kleines skript, das mir das logging erleichtert:


//#LOG.DEBUG("activate:%i deactivate:%i toggle:%i", activate, deactivate, toggle)

wird zu:

int ints_1[3]; long longs_1[0];
ints_1[ 0 ] =  activate; ints_1[ 1 ] =  deactivate; ints_1[ 2 ] =  toggle;
string msg_1; msg_1 = "activate:%i deactivate:%i toggle:%i";
logging.debug( msg_1, ints_1, longs_1 );


ausserdem wird am anfang jeder funktion eine ausgabe eingefügt:

function direct(byte d[]){
  ...code...

wird zu:

function direct(byte d[]){
  logging.paranoid( "function _direct_ in module _exec_", ints_null, longs_null );
  ...code...


ohne dein tool mu�te ich das skript ausführen, in der ide das resultat compilen, per andres dl-tool aus in die cc2-unit laden.
das wird jetzt simpler, danke :)
(ideal wäre es, wenn es noch eine cmd-line version vom dl-tool gäbe)

wie du siehst ist das bisher für andere noch recht nutzlos, aber man könnte das ja ausbauen.


GruÃ?,
Sebastian



    Antwort schreiben


Antworten: