Forum     

Go Back   Digit Technology Discussion Forum > Software > Programming
Register FAQ Calendar Mark Forums Read

Programming The destination for developers - C, C++, Java, Python and the lot


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 16-02-2008, 07:04 AM   #1 (permalink)
Broken In
 
ajooba215's Avatar
 
Join Date: Jul 2007
Posts: 146
Default can someone explain this?


hey guys...i started learning c++ on my own...and have downloaded borland c++ compiler...now after unpacking the compiler...i got this text file....explaining some of the steps to get it done....now i understood the last ones.....but couldn`t get the first one...can anyone pls help me out and explain me....what is he trying to tell me to do.....?

Installing and running the Command Line Tools
--------------------------------- 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"


what does this mean....add c:\borland\bcc55 to the existing path?
ajooba215 is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 16-02-2008, 09:43 AM   #2 (permalink)
Fresh Stock Since 2005
 
Join Date: Feb 2005
Posts: 1,015
Default Re: can someone explain this?

Its "c:\borland\bcc55" adding to an env variable "path"

Goto Right Click My Computer>Properties>Advanced>Environment Variables, and in path you should see "c:\borland\bcc55" separated by semicolon amongst others
__________________
http://www.khattam.info
khattam_ is offline  
Old 16-02-2008, 03:11 PM   #3 (permalink)
Broken In
 
ajooba215's Avatar
 
Join Date: Jul 2007
Posts: 146
Default Re: can someone explain this?

hey thanx mate but can u pls tell me further..in enironmental variables....should i add another variable with path"c:/borland/bcc55"....and if yes....in user variables or system variables?
ajooba215 is offline  
Old 16-02-2008, 03:40 PM   #4 (permalink)
Banned
 
slugger's Avatar
 
Join Date: May 2004
Location: Baudland
Posts: 2,433
Default Re: can someone explain this?

i prefer creating the three files - StartBC.bat OR StartBC.cmd, bcc32.cfg, ilink32.cfg
i find it easier to modify the BATCH file l8r to add sumthin

just copy-paste the codes in a notepad file and save it with the proper extension

StartBc.bat
Replace C:\BORLAND\BIN with the location of the bin folder in your computer
Code:
PATH=C:\BORLAND\BIN;%PATH%
DOSKEY /INSERT
bcc32.cfg
Same thing, just replace the location
Code:
-I"C:\BORLAND\INCLUDE"
-L"C:\BORLAND\LIB;C:\C:\BORLAND\LIB\PSDK"
-P
-v-
-w
-DWINVER=0x0400
-D_WIN32_WINNT=0x0400
ilink32.cfg
Again the location
Code:
-v-
-x
-L"C:\BORLAND\LIB;C:\BORLAND\LIB\PSDK"
slugger is offline  
Old 27-02-2008, 10:58 PM   #5 (permalink)
Broken In
 
ajooba215's Avatar
 
Join Date: Jul 2007
Posts: 146
Default Re: can someone explain this?

dude..im not able to run the compiler successfully...i replaced all those three files....and added a shortcut at the desktop....and added "C:\borland55\bcc55"...to the target file...now when i try to run it.....this message is displayed....
THE SYSTEM CANNOT FIND THE PATH SPECIFIED
C:\WINDOWS>
ajooba215 is offline  
Old 28-02-2008, 03:46 AM   #6 (permalink)
Fresh Stock Since 2005
 
Join Date: Feb 2005
Posts: 1,015
Default Re: can someone explain this?

you mentioned earlier that your path is c:\Borland\Bcc55, now why are you trying C:\borland55\bcc55??
__________________
http://www.khattam.info
khattam_ is offline  
Old 29-02-2008, 07:00 AM   #7 (permalink)
Banned
 
slugger's Avatar
 
Join Date: May 2004
Location: Baudland
Posts: 2,433
Default Re: can someone explain this?

run the file StartBC.bat thru command prompt

if it is runnin without any problem den it means the three files were proplery created

also verify ur short cut
slugger is offline  
Old 29-02-2008, 10:29 PM   #8 (permalink)
Broken In
 
ajooba215's Avatar
 
Join Date: Jul 2007
Posts: 146
Default Re: can someone explain this?

its done guys..luks like i`ve troubled u for too long...its ma first time...i m automobile eng..jus wanted to get cozzy with prog...and i`ve managed to run the compiler...thanx for ur help and support guys..have fun
ajooba215 is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Explain me scientology! naveen_reloaded Chit-Chat 5 27-01-2008 09:16 AM
help explain this error NiluGeek Software Q&A 1 27-12-2007 07:30 PM
Plzz can anyone explain me smile Software Q&A 2 04-12-2007 03:03 PM
can't explain!!pls help!! Chetan1991 Hardware Q&A 8 28-01-2007 11:40 AM
Plzz Explain this .... yehmeriidhain Software Q&A 4 05-02-2005 07:19 PM

 
Latest Threads
- by Charan
- by Sarath
- by clmlbx

Advertisement




All times are GMT +5.5. The time now is 12:51 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2