I'm running openssl.exe from my GUI application nad passing a parameters to in in command line. This causes a flashing DOS window to appear and I cannot get back error messages.
How to avoid this ?
How to to create a dll file (wrapper to main()) which accepts same arguments (argv array) as openssl.exe command line ?
I think that this dll file must become part of openssl.
For command line operation, there must be a small openssl.exe wrapper file which passes the parameters to openssl.dll file.
There is such wrapper in AFPL Ghostscript (www.ghostscript.com).
This allows to call openssl from non-C applications
______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
