|
-
How install the freeware version of Borland 5.5 C++ compiler??
I was Downloand the freeware Borland 5.5, the Readme.txt file said that
I need make a bcc32.cfg file which will set the compiler options for Include
and Lib path. (-I and -L switches to compiler) by adding these lines:
-I"C:\Borland\Bcc55\include"
-L"C:\Borland\Bcc55\lib"
And then create ilink32.cfg file which will set the linker option for the
lib path by adding this line
-L"C:\Borland\Bcc55\lib"
How I make this two file ilink32.cfg and bcc32.cfg?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks