September 7th, 2010 04:39 AM
Thank you for your time answering me :)
September 6th, 2010 08:50 AM
I'm confused about the following words:
__declspec(dllexport) / __declspec(dllimport)
extern "C"
__stdcall
I only realized that extern "C" preceding a function create a decoration-free...
August 4th, 2010 08:19 PM
You won't believe me but I solved it creating a CStatic subclass for the control we were talking.
Just adding the code for the ownerdraw method (empty and unused), solves the assertion. This isn't...
August 4th, 2010 04:07 AM
You're right that the else code is never executed.
But seems like you cannot modify into "==" because the code gets executed only when a WM_OWNERDRAW control needs redraw. Since my dialog has...