View Full Version : MinGW in Microsoft Visual C++ .NET?
How would I got about setting up MinGW (GCC) for MSVC++ .NET?
------------------
Bassoon, n. A brazen instrument into which a fool blows out his brains.
Anyone? Lordvader?
------------------
Bassoon, n. A brazen instrument into which a fool blows out his brains.
Helloo?
------------------
Bassoon, n. A brazen instrument into which a fool blows out his brains.
Is MinGW a library? If so you add the libraries in the "Additional Dependencies" in the Linker options.
------------------
CWizard *pWizard=new CWizard("Gandalf","white",2021);
pWizard->EnableWizard(TRUE);
It's like a whole compiling system...
I talked to some people at school the other day, and you have to buy special extensions from Microsoft to use other compilers, and I think it's only the compilers they want you to use. So to hell with that.
------------------
Bassoon, n. A brazen instrument into which a fool blows out his brains.
Yeah. You're best off sticking with some other text editor (EditPlus comes to mind) if you're going to work with MinGW. Yes, Visual Studio .NET does have a nice interface. I do like it. But, it really is Microsoft's compiler and that 's it. I, too, tried to fiddle with using another compiler and I failed too.
------------------
CWizard *pWizard=new CWizard("Gandalf","white",2021);
pWizard->EnableWizard(TRUE);
Actually I'll just use Dev-C++ (http://devshed.net).
------------------
Bassoon, n. A brazen instrument into which a fool blows out his brains.
lordvader
08-30-2003, 03:28 AM
There's probably some way. If you were really desperate to make it work without their kit to use separate compilers, you could make your own program which interprets the options sent to the .NET compiler, rewrites them as understood by MinGW, and passes them along, that is, replace the .NET compiler with a sort of translation layer. I'm too sleepy to completely explain what I'm saying, and you'd really be better off just using a separate IDE because it'd be a lot of work; you'd have to also take MinGW's output and send it back to .NET; all in all it'd be a lot of work. Blah incoherency.
------------------
Capitalization (http://webster.commnet.edu/grammar/capitals.htm)
Commas (http://webster.commnet.edu/grammar/commas.htm)
Periods (http://webster.commnet.edu/grammar/marks/period.htm)
Question Marks (http://webster.commnet.edu/grammar/marks/question.htm)
Apostrophes (http://webster.commnet.edu/grammar/marks/apostrophe.htm)
Confusable Words (http://webster.commnet.edu/grammar/notorious.htm)
Plague Words (http://webster.commnet.edu/grammar/plague.htm)
vBulletin® v3.7.3, Copyright ©2000-2009, Jelsoft Enterprises Ltd.