I followed the instructions from this link:
http://community.microfocus.com/microfocus/cobol/visual_cobol/f/18/t/11460.aspx
I tried setting a procedure-pointer to the Windows libraries in order to load them but I get error 173 when executing the set procedure pointer statements.
For example: set pp to entry "kernel32.dll".
I had to set up project references to the libraries in my SysWOW64 folder. Does anyone know why setting a procedure-pointer isn't working?
This happens even if I include SywWOW64 in the path.