Hi > I have been using visual c++ for a long time, and want to keep > using it. I have a project that requires me to use the .NET > framework. Is there anyway that I can still use C++ (and also MFC) > with the .NET framework? > I want to use some libraries I have in Visual c++ , is this possible?
The simple answer is yes you can. MSVC7 is quite happy for you to mix managed and non-managed code. However, I can't tell you how its done. I would have thought any elementry book on MSVC7 would tell you. I do have one but I can't check it as it's packed ready to move house - sorry. Regards Paul Paul Grenyer Email: [EMAIL PROTECTED] Web: http://www.paulgrenyer.co.uk Have you met Aeryn: http://www.paulgrenyer.co.uk/aeryn/? Version 0.3.0 beta now available for download. _______________________________________________ msvc mailing list [EMAIL PROTECTED] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
