Pandiani Posted July 12, 2004 Posted July 12, 2004 I've just made my first dialog application using MFC. It is interesting that there is no main() or WinMain() function. I have programmed in C++ for a while, but not Visual C++ and windows applications. What is substituion for main() finction and how this work? What is the purpose of BEGIN_MESSAGE_MAP? Maybe this is substituion for main() or ...? Quote
Administrators PlausiblyDamp Posted July 13, 2004 Administrators Posted July 13, 2004 If you create a MFC based App then WinMain is still there it's just buried within the MFC framework. you may find these links are worth a quick read as they may shed a bit of light on the subject http://www.codeguru.com/Cpp/Cpp/cpp_mfc/tutorials/article.php/c4131/ http://www.fastgraph.com/help/first_mfc.html Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.