Re: [Mono-dev] Can Mono use system namespace for c++?

2008-11-01 Thread Kornél Pál
zehua wrote:
 I need to use c++ for Mono. When I write c++ in windows, I can use #using
 mscorlib.dll. But mono
 can not recognize the #usnig. I need to use some class comes from namespace
 system, like DateTime, Hashtable and so on. Is there a way to do that? 

I think that you are doing something like compiling C++ code using a C# 
compiler.

The Mono runtime can run compiled C++ assemblies on all supported 
platforms as long as they are fully managed (not native or mixed mode).

But Mono has no C++ compiler and the only C++ compiler supporting 
managed code generation was created by Microsoft (Visual C++).

Kornél
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


[Mono-dev] Can Mono use system namespace for c++?

2008-10-31 Thread zehua

I need to use c++ for Mono. When I write c++ in windows, I can use #using
mscorlib.dll. But mono
can not recognize the #usnig. I need to use some class comes from namespace
system, like DateTime, Hashtable and so on. Is there a way to do that? 
-- 
View this message in context: 
http://www.nabble.com/Can-Mono-use-system-namespace-for-c%2B%2B--tp20274102p20274102.html
Sent from the Mono - Dev mailing list archive at Nabble.com.

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list