View Single Post
Old 04-06-2005, 06:13 PM   #3 (permalink)
DJMaze
Senior Contributor
 
DJMaze's Avatar
 
Join Date: Mar 2005
Posts: 705
DJMaze is on a distinguished road
Is use mingw, gcc, MSVCS and BCB so that will not answer your post either.

However i use each for different projects.
I use BCB to combine my delphi and C++ code (when i'm to lazy to convert components)
I use MSVCS for simple things like dll's and exe's (12kb to 100kb)
I use mingw and gcc to try and make my code as portable as possible to several OS's
DJMaze is offline   Reply With Quote