Wrox Programmer Forums
|
BOOK: Beginning Programming
This is the forum to discuss the Wrox book Beginning Programming by Adrian Kingsley-Hughes, Kathie Kingsley-Hughes; ISBN: 9780764584060
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning Programming section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 11th, 2005, 04:08 AM
Registered User
 
Join Date: May 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
quote:Originally posted by Iceman87
 I am also getting the ilink32.exe error. I don't know what is wrong. I created both the .cfg files and put them in the proper directory. Im loving the book so far but I am going insane over this little problem.

Any help would be great!

Thanks!

Found this on the Borland site (http://threads.borland.com/threads/t...631&view=short) don't know if it will help.

"Are you sure you did everything right!

In which directory did you install borland?

Did you type your compile-line correctly.

NOTE!

bcc32 -I(that's a large i not a small L) x(x=your drive):\borland\..."

Cheers
MangeyMutt ;)

Give Newbies a break!!!
 
Old August 11th, 2005, 09:36 AM
Registered User
 
Join Date: Aug 2005
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Iceman87
Default

Hey Matt,

Thanks for the reply. I unpacked Borland into the default C: directory. I did double check all the config data and its all correct likes it says in the book. Will check your link right now.

 
Old August 11th, 2005, 09:39 AM
Registered User
 
Join Date: Aug 2005
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Iceman87
Default

Nope that doesnt help

I will keep trying to get this to work. Thanks for the reply....

 
Old August 11th, 2005, 10:37 AM
Registered User
 
Join Date: Aug 2005
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Iceman87
Default

I have fixed it. Here is what you need to do if you are having the ilink.exe problem.

Open a console box.
1. Start | Run...
2. Type "command" into the field [Enter]

* If Windows 95/98:
Navigate to the root in order to modify the PATH reference in the autoexec.bat file.
3. Type "cd" [Enter]
4. Type "edit autoexec.bat" [Enter]
5. Insert a line and type "PATH=C:\BORLAND\BCC55\BIN;%PATH%"
6. Save the changes (Alt-F then hit S).
7. Exit edit. (Alt+F then press X).

* If Windows NT:
Add a path reference to the Environment variables:
3. Using the mouse, right-click on the "My Computer" icon (on your desktop) and choose "Properties".
4. Click on the "Environment" tab.
5. Click on "Path" in the "System Variables" field.
6. Highlight the "Path" System variable (bottom).
7. Click in the "Value" field.
8. Append the line with ";C:\BORLAND\BCC55\BIN;" (exactly 1 semi-colon between references)
9. Click on the "Set" button.
10. Click OK (in the "System Properties" window)

* Or, if Windows 2000/XP:
Add a path reference to the Environment variables:
3. Using the mouse, right-click on the "My Computer" icon (on your desktop) and choose "Properties".
4. Click on the "Advanced" tab.
5. Click on the "Environment Variables..." button.
6. Highlight the "Path" System variable (bottom).
7. Click on the "Edit..." button.
8. Append the line with ";C:\BORLAND\BCC55\BIN;"
9. Click OK (in the "Edit System Variables")
10. Click OK (in the "Environment Variables" window) and click OK (in the "System Properties" window) Navigating to the directory, "c:\Borland\bcc55\bin"


Cheers

 
Old August 11th, 2005, 10:48 AM
Registered User
 
Join Date: Aug 2005
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Iceman87
Default

Jeez,

Now when I have the file compiled where it says "hello world!" and I double click the test.exe file the CMD screen just flashes and doesnt actually show the words like in the book. When I run the cmd prompt and point it to the exe it just open up ultraedit...Grrrr

 
Old August 11th, 2005, 10:49 AM
Registered User
 
Join Date: Aug 2005
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Iceman87
Default

Nevermind...

 
Old December 26th, 2005, 12:19 PM
Registered User
 
Join Date: Nov 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to emerson
Default

Anyone know how to use gcc 4.0 compiler for linux and want to give so clue how to do that?

 
Old March 9th, 2007, 04:54 PM
Registered User
 
Join Date: Feb 2007
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I'm having trouble just getting my path in the "my computer" properties set. I have two windows in my environment variables a User and System. Which one am I changing. I've actually added a new one in each and the command is stil not recognizing the bcc32 command. And I'm also still getting the "Unable to open include file 'iostream.h' " error when I use the full path in the command prompt.


 
Old April 15th, 2007, 04:16 PM
Registered User
 
Join Date: Apr 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I also had the same problem with include iostream.h, even if I add that path in environment variables.
Any help would be great.

 
Old April 16th, 2007, 03:08 AM
Registered User
 
Join Date: Apr 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Oh, finally, the problem was the extensions of bcc32 and ilink32 cfg, as someone mentioned it. It's quite an effort it to change in windows xp. thanks






Similar Threads
Thread Thread Starter Forum Replies Last Post
Compiler Romaunt V. Intro Programming 2 October 18th, 2008 06:27 AM
problems compiler-getting- Penelopy C++ Programming 0 June 5th, 2007 01:35 AM
C Compiler question imroostercogburn C++ Programming 1 July 5th, 2006 07:43 AM
Siteheader won't get thru compiler wudwork BOOK: ASP.NET Website Programming Problem-Design-Solution 2 March 13th, 2005 05:59 PM
For all who need a C/C++ compiler... Ammiel C++ Programming 1 July 17th, 2003 01:42 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.