[Migrated content. Thread originally posted on 02 August 2007]
I am trying to write a cobol program using a com object. I have the sdk from the providing software company. After having problems even getting the vb6 example to work, the company sent me the following:"All development partners should use late binding. Chameleon classes must be declared as objects." he gives the following example
dim objchameleon as Object
dim objApplication as Object
Set objchameleon = CreateObject("Chameleon.clsChameleon")
The def file is attached. Can someone tell me what this means and how to express it in Acucobol.



