Jump to content


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.
Photo

Cannot call functions in standard dll after IPWI 2.03 update


2 replies to this topic

garnold

garnold
  • Members
  • 23 posts

Posted 08 March 2001 - 17:03

I have a custom action that calls a function in a standard dll.  Yesterday I upgraded my InstallShield from 2.01 to 2.03.  Prior to the upgrade, the function call was working properly.  After the upgrade I get compilation errors saying the CustomAction table cannot be compiled (error #3705).

I have another project which uses the same function from the same dll.  This project compiles properly after the upgrade.  I have checked everything, making sure that the settings are exactly the same, checking the binary table entry, etc etc.

Any ideas???  Why would this work before the upgrade but not after???

Greg


garnold

garnold
  • Members
  • 23 posts

Posted 09 March 2001 - 22:58

The source of my problem was the sequencing of the first three dialogs in my UI sequence.  My dialogs had inadvertently been sequenced as -1, -3, -4 instead of the correct -1, -2, -3.

Greg