][V][ATRIX™
Čuven
- Učlanjen(a)
- 05.02.2001
- Poruke
- 2,885
- Poena
- 679
Skinuh ovo cudo, ali sta se desava kada ga pokrenem:
E sad jos samo da vidim kako da pokrenem kompajler za rad, posto imam neku matoru DOS verziju C++, pa sam hteo da vidim ovu noviju.
Trenutno mi trebaju 80386 instrukcije, koje su izgleda ukljucene po default-u, ali kako da dospem do prostora za rad, nemam pojma. Mozda i ne moze sa ovim besplatnim cudom?? :trust:
Kad se instalira, u Borland dir-u ima i subdir INCLUDE gde su sve potrebne deklaracije.
Evo i sta kazu u readme:
Installing and running the Command Line Tools
-----------------------------------------------
1. Run freecommandlinetools.exe; choose the
drive and folder into which you want to
install the free C++Builder 5 command line
tool development system.
2. 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"
Pod 1 sam naravno odradio, ali pod 2 mi nije bas jasan. Da prekopiram mozda sve deklaracije iz INCLUDE dir-a u Bin dir? :sceptic:
Svaki hint je dobrodosao.
Download za zainteresovane: ftp://ftpd.borland.com/download/bcppbuilder/freecommandLinetools.exe
c:\Borland\BCC55\Bin>bcc32.exe
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Syntax is: BCC32 [ options ] file* = default; -x- = turn switch x off
-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
C:\Borland\BCC55\Bin>
E sad jos samo da vidim kako da pokrenem kompajler za rad, posto imam neku matoru DOS verziju C++, pa sam hteo da vidim ovu noviju.
Trenutno mi trebaju 80386 instrukcije, koje su izgleda ukljucene po default-u, ali kako da dospem do prostora za rad, nemam pojma. Mozda i ne moze sa ovim besplatnim cudom?? :trust:
Kad se instalira, u Borland dir-u ima i subdir INCLUDE gde su sve potrebne deklaracije.
Evo i sta kazu u readme:
Installing and running the Command Line Tools
-----------------------------------------------
1. Run freecommandlinetools.exe; choose the
drive and folder into which you want to
install the free C++Builder 5 command line
tool development system.
2. 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"
Pod 1 sam naravno odradio, ali pod 2 mi nije bas jasan. Da prekopiram mozda sve deklaracije iz INCLUDE dir-a u Bin dir? :sceptic:
Svaki hint je dobrodosao.
Download za zainteresovane: ftp://ftpd.borland.com/download/bcppbuilder/freecommandLinetools.exe