Compile Error on Propputref
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
Hi,
[propputref, id(5)]
HRESULT Parent([in] IBoundingBox* newVal);
When i compile with this method it produces the following error message.
But when i change propputref to propput it compiles ok.
.... \include\atlcom.h(1759) : error C2259: 'ATL::CComObject<Base>' : cannot
instantiate abstract class
with
[
Base=BoundingBox
]
due to following members:
'HRESULT IBoundingBox::putref_Parent(IBoundingBox *)' : pure virtual
function was not defined
BoundingBox.h(32) : see declaration of 'IBoundingBox::putref_Parent'
Thanks,
Rich.
.
Relevant Pages
- Re: Compile Error on Propputref
... > When i compile with this method it produces the following error ... But when i change propputref to propput it compiles ok. ... > cannot instantiate abstract class ... > virtual function was not defined ... (microsoft.public.vc.atl) - Re: [SLE] Please! I could use some help!
... I don't know what SuSE distribution you are running -- I came in late on ... "NULL" error message ... to ensure he was getting a working installation. ... and do some simple compile development exercises until you gain the ... (SuSE) - Re: Error exiting database
... without error if you choose 'Compile ' form the Debug ... > The Load Event looks like this but I don't understand why it would fire ... >> The error message, though, indicates that the problem is in the Load ... >> GlobalSign digital certificate is a forgery and should be deleted without ... (microsoft.public.access.formscoding) - Re: using #ifndef
... > gone to the newsgroup as well. ... that was ERT's fault for sending his response both by ... but nothing that anyone else could actually compile. ... cut-and-paste the actual error message. ... (comp.lang.c) - Re: Make Exe problem
... When compiling an ActiveX component with binary compatibility set to the ... LINK fatal error LNK1104 cannot open file. ... Set binary compatibility to the copied file, and compile ... If you click "Yes," the following error message appears: ... (microsoft.public.vb.bugs) |
|