Greetings!
I need to call some functions from one non-clarion DLL (made in Visual Studio 2015). Everything is done like as described in clarionMag article:
https://clarionmag.jira.com/wiki/spaces/clarion/pages/400219/Clarion+and+C+.NET+Interop+without+COM
And I have the same problem as mr. William Cirino mentioned in last comment on that webpage: “in windows 7, in a mult DLL application. the application would always crash”.
Lib file is added to one clarion DLL application and function from external DLL is called from a new procedure. I have a multiDLL clarion application - that new procedure is called from 10-15 other procedures (Clarion exe or dll)… We tested it a lot, and everything is ok on windows 10. But that doesn’t work on windows 7, application always crash - we can’t even start it.
If I move the same lib file / procedure which is calling that external DLL from clarion DLL app to clarion EXE - it works even on windows7. But we really don’t want to have the same procedure in every exe… so… If someone had the same problem and solved that issue - please help.
Regards,
Ognjen Kuzmanovic