Re: Compilerfehler? Zum selber testen... Kategorie: Programmierung (von Schroeder - 4.05.2007 19:05) | ||
Als Antwort auf Compilerfehler? von Schroeder - 4.05.2007 18:48 | ||
| ||
Hallo, hier mal 3 Module zum selber testen: Modul test.c2: thread main{ } Modul a.c2: int i; function test(){ while(i==1) { if(i==1) { loop{ if(i==1) { ports.set(1,1); break; } } break; } } } function fa(){ i=0; } Modul b.c2: thread test{ a.fa(); } Nochwas: Ich benutze die neueste IDE mit allen Patchen. Gruss Peter | ||
Antwort schreiben Antworten: ![]() ![]() ![]() |