This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: calling dll function
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Sep 14, 2007
04:44 AM
calling dll function
Hi,
I have a script - built from InstallScript project - which calls a DLL function.
I do not want to use the existing CallDLLFx function which is not enough flexible.
I saw that there is a more flexible one but I can not find the documentation.
I did not see some examples over the net.
Could someone help?
Thanks a lot
Bruno Andrianasolo
Devoteam France
I have a script - built from InstallScript project - which calls a DLL function.
I do not want to use the existing CallDLLFx function which is not enough flexible.
I saw that there is a more flexible one but I can not find the documentation.
I did not see some examples over the net.
Could someone help?
Thanks a lot
Bruno Andrianasolo
Devoteam France
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Sep 14, 2007
08:56 AM
Perhaps look up UseDLL and its script sample, along with the "Declaring Functions" topic.