Discussion:
loading an exe (instead of dll) and executing functions
(too old to reply)
Peter
2007-09-23 12:39:04 UTC
Permalink
Hi,

I got a strange request.
Load a Windows executable program, like you would load a dll, and call
functions from this exe ?

Is this at all possible ?

Obviously the exe would then have exposed functions, specifically for that
need.

If possible .. how would one go about this ?
I'm completely clueless.
Remy Lebeau (TeamB)
2007-09-24 17:56:29 UTC
Permalink
Post by Peter
Is this at all possible ?
Technically yes, but is not desirable in most situations.
Post by Peter
If possible .. how would one go about this ?
The exact same way you would for a DLL.


Gambit
Peter
2007-09-27 11:41:47 UTC
Permalink
Post by Peter
I got a strange request.
The request has been withdrawn, so that problem is solved :))
Post by Peter
Post by Peter
If possible .. how would one go about this ?
The exact same way you would for a DLL.
Good to know !
Thanks.

Loading...