| View previous topic :: View next topic |
| Author |
Message |
sasa mihajlovic Guest
|
Posted: Sun Mar 05, 2006 2:03 am Post subject: DLL Exported functions |
|
|
Hi,
I found some source on www.swissdelphicenter.com which can read all
exported functions from attached dll file.
But I would like to read and parameters from this functions and result
type is this operation is possible with dll file.
Thanks ;o)
--
regards,
sasa mihajlovic
http://www.msdinfo.com |
|
| Back to top |
|
 |
Mike Williams (TeamB) Guest
|
Posted: Sun Mar 05, 2006 3:03 am Post subject: Re: DLL Exported functions |
|
|
sasa mihajlovic wrote:
| Quote: | But I would like to read and parameters from this functions and
result type is this operation is possible with dll file.
|
I don't think this this possible; that information is simply not
available in the DLL.
--
-Mike (TeamB) |
|
| Back to top |
|
 |
sasa mihajlovic Guest
|
Posted: Sun Mar 05, 2006 10:03 am Post subject: Re: DLL Exported functions |
|
|
Mike Williams (TeamB) wrote :
| Quote: | sasa mihajlovic wrote:
But I would like to read and parameters from this functions and
result type is this operation is possible with dll file.
I don't think this this possible; that information is simply not
available in the DLL.
|
Thank Mike! :-(
--
regards,
sasa mihajlovic
http://www.msdinfo.com |
|
| Back to top |
|
 |
|