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:
- What does the call look like on the clarion side?
- How to improve the Call Stack when your program GPFs to show Procedure Names - ide / Tips - ClarionHub
- Are there parameters
- 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 ? - is the .NET program configured for x86 ?
- when exactly does the crash occur?
a) as you make the call
b) upon return from the call