Problem to convert tlb to dll with tlbImp.exe

M

miko

I try to use persistance connection with HIS2004
when i use the sample cdrbank and uses CICS_LinkTRM_CedarBank.dll
contextArray = ref object[]context
when i use my dll
contextArray = ref object context
So i try to compare CICS_LinkTRM_CedarBank.tlb with myFile.tlb. it's normal.


So i try to convert tlb-->dll with tlbImp.exe
and the problem is there.
When i use tlbimp.exe, it doesn't convert
[in, out, optional]
VARIANT* varContextArray
in ref object[]context.
the command that i use is :
c:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Bin\TlbImp.exe
/out:C:\myFile.dll
how use tlbImp.exe to convert
[in, out, optional]
VARIANT* varContextArray
in ref object[]context.
thank you.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top