Clarion 11 call C# dll will show Exception screen

We’d like to be able to help you
But we need so much more information.
Some of the first thoughts that come to mind are:

  1. What does the call look like on the clarion side?
  2. How to improve the Call Stack when your program GPFs to show Procedure Names - ide / Tips - ClarionHub
  3. Are there parameters
  4. Is the call wrapped in a class
    a) if so are there LINK/MODULE attrubutes?
    i) do you have your pragma’s set
    ii) is the include for the class at a global (or module) scope ?
  5. is the .NET program configured for x86 ?
  6. when exactly does the crash occur?
    a) as you make the call
    b) upon return from the call
2 Likes