Re: About Jade internals

Subject: Re: About Jade internals
From: James Clark <jjc@xxxxxxxxxx>
Date: Tue, 29 Dec 1998 11:15:45 +0700

Didier PH Martin wrote:
> 
> Hi
> 
> I am still strugling to transform Jade from a console EXE (on win32) into a
> Dll. The goal is to be able to mount the dll and have a function to pass
> parameters like you actually do with the command line.

I still don't quite understand why you need to make it a DLL.

If you just want to avoid the console window popping up when you run in,
then you should just be able to use the DETACHED_PROCESS flag in
CreateProcess.  You can catch the errors using -f, or by redirecting
stderr to a pipe.

James



 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread