Hi
I have created a test project to test the "--netdll" compiler switch. I have the .dll and the _CVM.dll files created, and can reference them correctly into my VC project. I can also build the VC project without errors. But when calling one of the entry points, or the main, I only get an exception (I put the call in a try - catch - setting) saying "Index was outside the bounds of the array."
I have now tested one COBOL program that i have made on my own, and I have tried copy / paste of the COBOL program the C# code in the sample from the documentation. Both are returning the same exception.
I dont think the excecution is even getting to the code inside the COBOL .dll
I think the exception is triggered in the call before it gets so far.
Have anyone got this working?
Regards Dagl
#--netdll