|
|
|
|
#1 |
|
Member
Join Date: Nov 2009
Posts: 52
|
ITypeLib->GetLibAttr & TLIBATTR structure
In addition to yesterdays tread about 'Playing with COM', I am hoping to get some help.
I'm trying to get the TLIBATTR structure by loading a dll. I'm able to get the GUID but non of the other members. There must be something wrong with the way I allocate the TLIBATTR structure ? PHP Code:
|
|
|
|
|
|
#2 |
|
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,442
|
The TLIBATTR struct is probably more like *(&g16,i,i,&i2,&i2,&i2), but that is only half your problem. GetLibAttr will allocate the struct for you...
PHP Code:
IntOp $PostCount $PostCount + 1 |
|
|
|
|
|
#3 |
|
Member
Join Date: Nov 2009
Posts: 52
|
Thanx for that, it works great now !
it must have been the &g16 thing what was bugging me
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|