Advertisement

Compilers, IDEs...bears....oh my!

Started by August 05, 2001 10:25 PM
1 comment, last by Normie 23 years, 6 months ago
I''ve recently read some posts that, while MSVC has a better IDE, Borland''s compiler is somewhat faster, more optimized, etc. (Subjective, I know, but...) Is it possible to use the Borland compiler with the MSVC IDE or anything like that? Oh, and if that was a totally ridiculous question that made less sense than asking if Homer Simpson is stupid, be sure to tell me! -Normie "But time flows like a river... and history repeats." ... So...what about beaver dams?
I am a devout follower of the"Lazy Programmer's Doctrime"(tm)...and I'm damned proud of it, too!-----"I came, I saw, I started makinggames." ... If you'll excuseme, I must resume my searchfor my long lost lobotomy stitches.
Technically, yes, you can use pretty much any compiler with Visual C++. You get the ability to set custom build steps, pre-link steps, post-link steps... etc. Now, if you''re asking how to do it, I have no idea But I''m almost certain it can be done, and probably without too much trouble too, once you work it out.
Advertisement
Write the Code using VC++. When I want to compile I simply load the file in a project using Borlands ide(this is assuming you have C++ builder).

But when I only had the command line tools(downloadable from Borland''s website) I simply took a couple of hours to read about makefile and used them. Makefile documentation is also downloadable for free from Borland''s website.

This topic is closed to new replies.

Advertisement