[DUG] Access a .net assembly via COM
Robert martin
rob at chreos.co.nz
Tue Aug 3 15:30:43 NZST 2010
Hi
I have a co worker who is struggling to import a .Net assembly provided
by a 3rd party to use in a D2007 project. he chooses 'Import .Net
Assebly in the 'import component' screen and uses the 'add' button to
add it. It creates a _Tlb as expected but some class details are not
present.
We need to be able to go
aClass := coaClass.create;
bClass := aClass.CreatebClass;
etc
bClass is defined with methods but aClass is present but empty of
methods. What are we doing wrong?
Cheers
Rob
More information about the Delphi
mailing list