Windows error 0x80029C83, -2147312509

Detailed Error Information

TYPE_E_INCONSISTENTPROPFUNCS[1]

MessageInconsistent property functions.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode2 (0x002)
NameFACILITY_DISPATCH[2][1]
DescriptionThe source of the error code is a COM Dispatch.[2][1]
Error Code40067 (0x9c83)

Questions

0votes
0answers

Compile error generating tye library when adding putter to and idl file and matching c++

I am getting this error when I am adding something to my idl file. 1>midl\oleaut32.dll : error MIDL2020: error generating type library : LayOut failed : Ithis(0x80029C83) If I comment this part out it compiles oK. [propput] IDLAPI This([in] IThis* thisIt); STDMETHOD(put_Board)( IThis* thisIt) { return S_OK; } Any ideas?????? [...] read more
c++
visual-c++
com

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0