Just consider .NET DLLs as your intermediate files, because you'll have to have them to be called from the C++ code. See, you can't "link" managed code, you "reference" it and the JIT/Interpreter will load it for your C++ code to call.
Enjoy your learning curve... Rafael Teixeira Brazilian Polymath _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
