Zur Übersicht - INFO - Neueste 50 Beiträge - Neuer Beitrag - Suchen - Zum C-Control-I-Forum - Zum C-Control-II-Forum

Re: Problem beim compile Kategorie: IDE (von KarlH - 21.03.2012 15:43)
Als Antwort auf Problem beim compile von Kevin - 21.03.2012 15:22
Ich nutze:
C-Control Pro Mega128, CC-Pro 128 Application Board, Pro-Bot128
> Hallo,
>
> Ich bin ein Newbie bei C-Control-pro, deshalb meine Frage ist vielleicht ganz dumm.
> Beim compile habe ich immer das Problem:Preprozessor Fehler-Include Datei nicht gefunden.
>
> mein code ist einfach:
> #include "RP6CCLib"
>
> void main(void)
> {
>
> }
>
> Ich habe probiert, durch Project->options->configure libraries, den Pfad RP6CCLib einzufuegen. Aber funktionert noch nicht.
> Koenntet jemand mir helfen?
>
> Kevin

Hallo,

die Dateiendung fehlt!
-->  #include "RP6CCLib.cc"


    Antwort schreiben


Antworten:

Re: Problem beim compile (von Kevin - 21.03.2012 15:55)