I'm trying to understand what I need to do with Fujitsu COBOL 3.0 in calling external DLLs (or linking in LIB files). It assumes a _ in front of all the procedure names I notice and it's not finding that in my DLLs. Can anyone give me a quick rundown on what I need to do to both create DLLs and call DLLs from COBOL or point me to a good reference? I can't find anything good that explains it with a good example of the syntax.