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

calling a .dll function in install sheild


1 reply to this topic

amit08

amit08
  • Full Members
  • 7 posts

Posted 16 June 2008 - 15:04

Hi .. i want to call the function of a spcefied dll, i have used UseDll function but dll failed to load by this function. than i used Calldllfx but I think it is also not able to call the function. Is there any other function by which I can call the function.
regards



Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 17 June 2008 - 16:28

You may need to fix the function type in the DLL or adjust the calling convention. If the call to useDLL fails howevcer I guess that the DLL has a dependency that is missing. DependencyWalker should tell you.