Win32Lib question...
- Posted by Jonas Temple <jktemple at yhti.net> Apr 02, 2001
- 454 views
To all... I am working on a project where I MIGHT want to display dialog boxes to the user for interaction based on certain conditions. In some conditions, the user might never be prompted from within my application. The project is intended to be used within another Windows app. My question is this...should I include Win32Lib and/or code my own WinMain to handle the Windows interface or use the WinMain of the calling application? I guess I'm looking for opinions/experience/pitfalls, etc... TIA, Jonas