error C2440: ’static_cast’ : cannot convert from ‘UINT (__thiscall CStaticLink::* )(CPoint)’ to ‘LRESULT (__thiscall CWnd::* )(CPoint)’
Feb.28, 2007 in
Geeky/Programming
If you are updating from VS2003 to VS2005, C++, you might run across an error like this. What it means is that they changes the return types from 2003 to 2005. You just need to change the UINT to an LRESULT and you should be good to go.
Tags: CPlusPlus, Development
Simlar Posts
- Databinding methods such as Eval(), XPath(), and Bind() can only be used in the context of a databound control.
- WordPress 2.3.3, PHP, Windows Live Writer, Allowed memory size of 8388608 bytes exhausted
- fatal error CVT1100: duplicate resource.
- VS2005 - Browser Helper Object (BHO) Tutorial
- Hacking IE7 Feed Discovery - More than RSS!

Leave a Reply