Quantcast
Channel: Visual COBOL - Forum - Recent Threads
Viewing all articles
Browse latest Browse all 4356

RE: CBLLINK utility

$
0
0

cbllink is used to generate native .exe/dlls by invoking the LINK utility.

managed code assemblies are not linked but are instead generated directly by the compiler/code generator.

You can create managed code assemblies as either an .exe or .dll from the command line using the cobol command instead.

For .exe:

cobol xyz -ilgen(main);

For .dll:

cobol xyz -ilgen(sub);

Thanks.


Viewing all articles
Browse latest Browse all 4356

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>