Compiler Hilfe?



  • Ich habe mir einen compiler bei borland runtergeladen! kann mir jemand erklären wie der funktioniert? 😡



  • *hüstel*
    Also entweder du beschreibst dein Problem etwas näher, oder das wird wohl nichts werden mit einer sinnvollen Antwort.
    Wenn du grundsätzlich nicht weißt, wie man mit einem Compiler umgeht solltest du vielleicht mal im Foren suchen, google benutzen, bzw am besten ein gutes Buch lesen. Threads mit Buchtipps geibt es genug.



  • sorry das ich deine kostbare zeit störe. in der readme steht das
    From the bin directory of your installation:
    a. Add "c:\Borland\Bcc55"
    to the existing path
    b. Create a bcc32.cfg file which will set
    the compiler options for the Include
    and Lib paths (-I and -L switches to
    compiler) by adding these lines:
    -I"c:\Borland\Bcc55\include"
    -L"c:\Borland\Bcc55\lib"
    c. Create an ilink32.cfg file which will set
    the linker option for the Lib path by
    adding this line:
    -L"c:\Borland\Bcc55\lib"
    was soll ich also tun?



  • Zitat aus der Überschrift dieses Forums:
    "Fragen zum Freeware-Compiler oder "Borland C++" (ohne 'Builder') bitte nach Andere Compiler"



  • Dieser Thread wurde von Moderator/in Jansen aus dem Forum Borland C++ Builder (VCL/CLX) in das Forum Andere Compiler verschoben.

    Im Zweifelsfall bitte auch folgende Hinweise beachten:
    C/C++ Forum :: FAQ - Sonstiges :: Wohin mit meiner Frage?

    Dieses Posting wurde automatisch erzeugt.



  • Marzian schrieb:

    sorry das ich deine kostbare zeit störe. in der readme steht das
    [code}
    From the bin directory of your installation:
    a. Add "c:\Borland\Bcc55"
    to the existing path
    b. Create a bcc32.cfg file which will set
    the compiler options for the Include
    and Lib paths (-I and -L switches to
    compiler) by adding these lines:
    -I"c:\Borland\Bcc55\include"
    -L"c:\Borland\Bcc55\lib"
    c. Create an ilink32.cfg file which will set
    the linker option for the Lib path by
    adding this line:
    -L"c:\Borland\Bcc55\lib"
    [/code]
    was soll ich also tun?

    Wie wär's mit: genau das, was in der Readme drinnsteht? 😉

    Wo genau liegt dein Problem: kannst du kein Englisch, weisst du nicht, wie du ein Verzeichnis zur PATH-Variable hinzufügen kannst oder gibts sonstige Verständnisprobleme?
    Kleiner Hinweis: kannst ja evtl. auch mit Dev-Cpp von www.bloodshed.net versuchen, ist leichter zu installieren und bringt zum Compiler gleich eine IDE mit dazu


Anmelden zum Antworten