> > I'm no expert at this, but I know it's possible. Check out COM > > Interop which allows you to call a COM component from > within the .NET framework. > > Also, C++.NET has the ability to call unmanaged code > directly. Check > > out the MSDN to find more details. > > Obviously COM is one way, but I'm pretty sure you can mix managed and > non-managed code in the same application ( as I've already said).
Yeah - this was the same thing I was mentioning as the second option. ------------- Ehsan Akhgari Farda Technology (http://www.farda-tech.com/) List Owner: [EMAIL PROTECTED] [ Email: [EMAIL PROTECTED] ] [ WWW: http://www.beginthread.com/Ehsan ] Ideas that fall under shadows of theories that stand tall, thoughts that grow narrow upon being verbally released. _______________________________________________ msvc mailing list [EMAIL PROTECTED] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
