PDA

View Full Version : MinGW in Microsoft Visual C++ .NET?


Emon
08-23-2003, 09:56 PM
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.

Emon
08-24-2003, 05:11 PM
Anyone? Lordvader?

------------------
Bassoon, n. A brazen instrument into which a fool blows out his brains.

Emon
08-26-2003, 08:40 AM
Helloo?

------------------
Bassoon, n. A brazen instrument into which a fool blows out his brains.

dalf
08-28-2003, 11:42 PM
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);

Emon
08-29-2003, 05:29 PM
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.

dalf
08-29-2003, 07:00 PM
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);

Emon
08-29-2003, 07:58 PM
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)