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 May 3rd, 2007, 02:51 PM
Registered User
 
Join Date: May 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to paulieglott Send a message via Yahoo to paulieglott
Default Help! C++ Compiler Error E2133

So I downloaded Borland C++ Compiler, and after I figured out that I had bcc32.cfg and ilink32.cfg in the wrong folder and got that corrected, I successfully compiled my first program in C++! This attempt yielded the three files with .exe, .obj, and .tds extensions.

Here's my problem--I can't get it to compile again! It worked the first time, but now when I try to compile, I get an error message: "Error E2133: Unable to execute command 'ilink32.exe'," and all I end up with is the 'template.obj' file and another one called 'turbo.$ln'.

Does anyone know why I am getting this? I honestly don't know what could've changed between the first and second times I tried compiling. I also tried deleting the whole Borland folder and re-unpacking the compiler, but to no avail. Any thoughts and suggestions are much appreciated!
 
Old May 3rd, 2007, 03:45 PM
Registered User
 
Join Date: May 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to paulieglott Send a message via Yahoo to paulieglott
Default

OK, well I did find out one thing already: I can get it to compile from the command prompt window, but only if I'm located in the c:\borland\bcc55\bin directory when I execute the command. If I try it from any other location I get the error message as described above.

I also tried adding the path name under "Environment variables" as described on p. 148, and that also only works when I'm in the bcc55\bin directory.

Author also mentions that when source code is compiled, the new files will prob. be found at the root of where source code is filed. Not in my case--they get stored in the bcc55\bin directory, too. Anyway, don't know if this info matters or not, but if you can explain why this is happening, that'd be great!





Similar Threads
Thread Thread Starter Forum Replies Last Post
Compiler linker error raja_welcomes Visual C++ 1 June 6th, 2007 11:17 AM
old compiler seems to work but still is 1 error stevecist ASP.NET 1.0 and 1.1 Basics 1 January 24th, 2007 06:59 PM
Compiler Error BC30456 Dwizz ASP.NET 1.0 and 1.1 Basics 3 November 9th, 2005 11:30 AM





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