Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: keithshemeley on January 02, 2015, 07:23:29 pm

Title: using namespace System; codeblocks and gcc
Post by: keithshemeley on January 02, 2015, 07:23:29 pm
I have some code which contains the line:

using namespace System;

which I would like to compile with codeblocks and gcc. What is the minimum I need to download and include (from Microsoft?) to get this to compile with codeblocks gcc.

Thanks
Title: Re: using namespace System; codeblocks and gcc
Post by: oBFusCATed on January 02, 2015, 08:30:06 pm
Is this something from the .net stuff? If yes, then you need microsoft's compilers, GCC doesn't support it.