Hi,
I'm new to InstallShield, so I may be missing something obvious, but others who've had experience can't solve my problem either:
I have tried to use CallDLLFx to call a DLL function which is visible (I've used the Dependency Walker in VC++), but I keep getting -1 return codes.
I have tried altering the destination function, with Exclaims and MessageBoxes, but it isn't even being called. I've also tried moving the DLL to C:\, but with no luck. The problem is happening in a number of places with the same DLL, which has worked before perfectly.
Any ideas??? I'm desperate!
Thanks in advance
This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.

CallDLLFx Problems
Started by
Jaybe38
, Mar 12 2002 21:24
1 reply to this topic
Posted 13 March 2002 - 17:13
Make sure that all of the required dll's are available on the machine as well. For your dll to work, you may also required a couple others.
Why are you using CallDLLFx and not just prototyping the function?
Anthony
Why are you using CallDLLFx and not just prototyping the function?
Anthony
Product Availability Developer
Avantis
Invensys Process Systems
Using InstallShield Developer 7.04 - Basic Project
Avantis
Invensys Process Systems
Using InstallShield Developer 7.04 - Basic Project