AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Thema durchsuchen
Ansicht
Themen-Optionen

Borland C++ 5.5

Ein Thema von Maddin1 · begonnen am 25. Jan 2008 · letzter Beitrag vom 26. Jan 2008
 
Benutzerbild von bigg
bigg

Registriert seit: 1. Jul 2007
155 Beiträge
 
#7

Re: Borland C++ 5.5

  Alt 26. Jan 2008, 10:36
Hi,

klar geht das, viele wissen nur nicht, wie es geht oder arbeiten lieber mit einer IDE.

Kompilieren mit Borland C++
Code:
X:\BCPP5\Bin\bcc32.exe -c %DateipfadXY%
Leg eine Datei im Bin-Verzeichnis an und nenne sie "bcc32.cfg".
Hier der Inhalt der Datei:
Code:
"-I""X:\BCPP5\Include\"
"-L""X:\BCPP5\Lib\"
"-n""X:\Ausgabeverzeichnis\"
"-O"
Vergiss nicht die Dateipfade zu ändern.

Die restlichen Parameter:
Code:
  -3    * 80386 Instructions       -4      80486 Instructions
  -5      Pentium Instructions     -6      Pentium Pro Instructions
  -Ax    Disable extensions       -B     Compile via assembly
  -C     Allow nested comments    -Dxxx  Define macro
  -Exxx  Alternate Assembler name -Hxxx  Use pre-compiled headers
  -Ixxx  Include files directory  -K     Default char is unsigned
  -Lxxx  Libraries directory      -M     Generate link map
  -N     Check stack overflow     -Ox    Optimizations
  -P     Force C++ compile        -R     Produce browser info
  -RT  * Generate RTTI            -S     Produce assembly output
  -Txxx  Set assembler option     -Uxxx  Undefine macro
  -Vx    Virtual table control    -X     Suppress autodep. output
  -aN    Align on N bytes         -b   * Treat enums as integers
  -c     Compile only             -d     Merge duplicate strings
  -exxx  Executable file name     -fxx   Floating point options
  -gN    Stop after N warnings    -iN    Max. identifier length
  -jN    Stop after N errors      -k   * Standard stack frame
  -lx    Set linker option        -nxxx  Output file directory
  -oxxx  Object file name         -p     Pascal calls
  -tWxxx Create Windows app       -u   * Underscores on externs
  -v     Source level debugging   -wxxx  Warning control
  -xxxx  Exception handling       -y     Produce line number info
  -zxxx  Set segment names
  Mit Zitat antworten Zitat
 


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 16:48 Uhr.
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz