RE: Win32Lib question...
- Posted by Gerardo <gebrandariz at YAHOO.COM> Apr 03, 2001
- 438 views
Jonas, ----- Original Message ----- From: Jonas Temple <jktemple at yhti.net> Subject: Win32Lib question... > 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 As I understand it, this is not a Win32Lib question but a matter of overhead and likelihood. Win32Lib will add almost 300 KB to your Euphoria environment. Is this acceptable? Will you use a substantial fraction of its resources, or just an eventual input box? Please tell us more. Gerardo