Home » U++ TheIDE » U++ TheIDE: Compiling, Linking, Debugging of your packages » using namespace system
Re: using namespace system [message #31518 is a reply to message #31517] |
Wed, 09 March 2011 06:36   |
|
chandlerZ wrote on Wed, 09 March 2011 03:43 | Hello,
I was trying to use "using namespace System" in my U++ code.
It seems it has to be compiled with the Common Language Runtime Support (/clr).
How can I do that in U++? Or is it possible to do that in U++?
Chandler
|
Hi Chandler,
To add compiler options go to the project organizer and add "New compiler options..." from the context menu that pops up if you right-click in the right pane of the organizer window. Here you can fill in the /clr switch and optionally also witch flags should use it (leave the When field empty to use it everytime). You'll have to add it for all your packages that require the Common Language Runtime support.
Best regards,
Honza
|
|
|
Goto Forum:
Current Time: Sat Apr 26 17:29:26 CEST 2025
Total time taken to generate the page: 0.00979 seconds
|