Hi,
Is there any tutorial I would access to learn how to build a MFC based dll step by step
I've created a simple database application (used the Enroll tutorial as a base guide). Now, I want to turn it into a dll so that I can call it from other applications (Win 32, not using MFC). I downloaded some dll samples, but it's so confusing! I can't clearly understand the mechanism of a dll creation...
I also downloaded your Visual Studio 6.0 samples, but I could not find any tutorial of this type.
Thanks and regards,
Beth

Tutorial on dll creation
Chris Forrester
Hi Beth,
You can find more MFC samples at http://msdn2.microsoft.com/en-us/library/482ck6x8.aspx
Also, for step by step details on how to create an MFC dll application, http://msdn2.microsoft.com/en-us/library/wd5f0z40.aspx might be helpful.
Thanks, Ayman Shoukry VC++ Team