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


3 replies to this topic

Maverick.8

Maverick.8
  • Members
  • 5 posts

Posted 05 September 2003 - 22:03

I am using ISP 7.01.When I tried to load one c++ dll using UseDLL, nothing is happening (release build). I was able to reproduce in all Win2K systems. But it did work OK in Win XP,Win 2003.
And it worked OK in Win2K also in DEBUG MODE only.


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 05 September 2003 - 22:18

Use DependencyWalker to test whether your Release DLL can load on W2k. A dependency may be missing.

Maverick.8

Maverick.8
  • Members
  • 5 posts

Posted 08 September 2003 - 14:33

I did the dependency check and every thing is working fine
the same dll working with the project build on ISP6.03
but not with ISP7.0

Thanks

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 09 September 2003 - 16:25

did you specify the calling convention (cdecl or stdcall) in your script prototype?