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

C++ DLL support


2 replies to this topic

yazhisai

yazhisai
  • Full Members
  • 12 posts

Posted 08 April 2011 - 14:01

Hi,

I have one DLL and that have exported functions in C++, please elt em know how to access the functionality in installshield 2011 evaluation version using script and keeping reference to the DLL in installshield.

Thanks,
Yazhisai

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 08 April 2011 - 17:43

Moving question to the English forum. Please note the language identifier English or German) in the forum category.

yazhisai

yazhisai
  • Full Members
  • 12 posts

Posted 05 May 2011 - 07:48

I got the idea smile.gif
We can use useDLL API for this like below

UseDLL(SUPPORTDIR ^ "system.dll");

To release use
UnUseDLL (SUPPORTDIR ^ "system.dll");