Click Here



Post New Topic  Post A Reply
my profile | register | search | faq | forum home
  next oldest topic   next newest topic
»  :[ Q3Arena.com Message Board ]:   » The Lounge   » C++

UBBFriend: Email this page to someone!    
Author Topic: C++
Mithrandir
Sarge
Member # 1171

Rate Member

posted 10-03-2000 03:41 PM     Profile for Mithrandir   Author's Homepage     Send New Private Message   Edit/Delete Post   Reply With Quote
Umm just wondering if anyone knows where I can get a (whispers) hacked/cracked version of Borland C++ Compiler preferably v5.2...or really any will do....
reason i need it to build C for my uni course and it costs a tone...

yers
Mithrandir


Posts: 102 | From: England | Registered: Nov 1999  |  IP: Logged
Mutley
Sarge
Member # 212

Rate Member

posted 10-03-2000 05:02 PM     Profile for Mutley   Author's Homepage     Send New Private Message   Edit/Delete Post   Reply With Quote
Delete, delete, delete..............
Posts: 232 | From: Neverneverland | Registered: Jun 1999  |  IP: Logged
TheKiller
Sarge
Member # 890

Member Rated:

posted 10-03-2000 06:56 PM     Profile for TheKiller   Author's Homepage     Send New Private Message   Edit/Delete Post   Reply With Quote
You can just download the compiler... from borland. I found it somewhere on their website about 4 months ago... it's just command line, but that's all you need.

------------------
...TheKiller



Posts: 1723 | From: Gibsons, BC, Canada | Registered: Oct 1999  |  IP: Logged
Scooby
Sarge
Member # 329

Rate Member

posted 10-03-2000 07:54 PM     Profile for Scooby   Author's Homepage     Send New Private Message   Edit/Delete Post   Reply With Quote
Yeah, the compiler is free.

Or you could go with DJGPP, a freeware port of the C++ compiler for Linux.
www.delorie.com/djgpp


Posts: 2802 | From: Michigan | Registered: Jul 1999  |  IP: Logged
Lindi
Sarge
Member # 493

Member Rated:

posted 10-04-2000 02:52 AM     Profile for Lindi   Author's Homepage     Edit/Delete Post   Reply With Quote
I think there should be a Win version of DJGPP too, might be that I'm wrong...

------------------
Si hoc legere scis numium eruditionis habes. - If you can read this, you're overeducated.


Posts: 3036 | From: Turku, Finland | Registered: Jul 1999  |  IP: Logged
Mithrandir
Sarge
Member # 1171

Rate Member

posted 10-04-2000 08:14 AM     Profile for Mithrandir   Author's Homepage     Send New Private Message   Edit/Delete Post   Reply With Quote
Thanx all...
About the Borland complier u can download from Borland i ahve done that but I cant figure out how to install it...hold on ill copy and paste the instructions see if ya all can figure it out...


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"

Now maybe im just stupid (I see ya all nodding yer heads) but I cant make head nor tales of that..? ...help


Posts: 102 | From: England | Registered: Nov 1999  |  IP: Logged
TheKiller
Sarge
Member # 890

Member Rated:

posted 10-05-2000 02:42 AM     Profile for TheKiller   Author's Homepage     Send New Private Message   Edit/Delete Post   Reply With Quote
I was a bit stumped when I did the install for the first time too...

You have done the part 1. right? Just double clicked on the installation file that you downloaded?

Next move onto step 2.
2a is not ultra important, but it is telling you to edit your autoexec.bat file, and insert a line at the bottom of the file that says this:
path=%path%;C:\borland\Bcc55

that is if you installed it to that directory, the reason for it is so you can just typed in the command from any dosprompt.

2b. Inside the directory C:\borland\bcc55\bin
you must create a file called bcc32.cfg

This is what I have in that file:
-I"C:\borland\BCC55\INCLUDE"
-L"C:\borland\BCC55\LIB"

Also create another file in the same directory called ilink32.cfg and have it contain just this single line:
-L"C:\borland\BCC55\LIB"

the fun part is actually using the compiler. Let me give you an example (I created a shortcut or batch file to do it), and this is the commands it types:
bcc32 -n..\comp\ ..\comp\comp.cpp > ..\comp\compile.txt

the batch file exists in the \bin directory
and it outputs all of the information into a file called compile.txt in a subdirectory I created called \comp

the nice thing about that is, you can drop the compile.txt into a internet explorer window and hit F5 each time you want to view the new status of the most recent compile.

Hey if this is all too much for you... icq me (4866748).

Good luck my friend.

------------------
...TheKiller



Posts: 1723 | From: Gibsons, BC, Canada | Registered: Oct 1999  |  IP: Logged
Mithrandir
Sarge
Member # 1171

Rate Member

posted 10-06-2000 09:33 AM     Profile for Mithrandir   Author's Homepage     Send New Private Message   Edit/Delete Post   Reply With Quote
thanx mon ami.....i have how ever found a completly illegal full CD version hehehehe....down with the system and all that..
Posts: 102 | From: England | Registered: Nov 1999  |  IP: Logged

All times are ET (US)  

Post New Topic  Post A Reply Close Topic    Move Topic    Delete Topic next oldest topic   next newest topic
Hop To:

Contact Us | Q3Arena.Com

Powered by Infopop Corporation
Ultimate Bulletin Board 6.04d