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

Dll Problem


1 reply to this topic

Ioana

Ioana
  • Members
  • 41 posts

Posted 30 November 2004 - 14:41

Hello,
I am trying to load a C++ dll function, but I always encounter the same error : "Dll function call crashed".
I made the right conversion, I also corrected the function name on MyDll.def but still doesn't work.
Can you help me?

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 30 November 2004 - 17:50

Did you check the calling convention (stdcall or cdecl)?