Created On: 03 December 2012
Problem:
Trying to call the dll’s from within a cobol program does not work even when setting the DLL_CONVENTION configuration variable. The DLL itself appears to be loaded but when trying to access the method fails.
Resolution:
The only way to load these DLL's now is to pre-load them as calling them from a program does not work.
To preload for example: - wrun32 -y xmlif.dll -y rmnet.dll