G
Guest
I have been trying to migrate a VS 2003 project (dll) to VS 2005. I currently
use PreserveSig attribute on all COM visible properties and functions. When
compiling against the 1.1 framework all is well, but against the 2.0
framework I get “fatal error C1093: API call 'DefineCustomAttribute' failed
'0x801311c0' “. I discovered that by removing the PreserveSig attribute on
property definitions, the project compiles, but now my properties are
converted and exposed to COM in the HRESULT format (not desired). Any ideas?
Thanks,
Chris
use PreserveSig attribute on all COM visible properties and functions. When
compiling against the 1.1 framework all is well, but against the 2.0
framework I get “fatal error C1093: API call 'DefineCustomAttribute' failed
'0x801311c0' “. I discovered that by removing the PreserveSig attribute on
property definitions, the project compiles, but now my properties are
converted and exposed to COM in the HRESULT format (not desired). Any ideas?
Thanks,
Chris