[Mono-list] VC++.NET
Guenther Roith
groith@tcrz.net
Mon, 6 May 2002 20:03:37 +0200
> Will you have the ability in the future (or do you now) of imbedding C
> or C++ code in a C# application? I'm going to write an application in C#,
> but I'm fearing that I might need a little more speed in some places than
C#
> will provide. I am considering to put those parts into a C .DLL. (I
think
> they are called .SO's in Linux.) Will this be possible? What would you
> suggest doing?
It is possible. Parts of the class lib is done by invoking libs (in c or
c++).