migration from VC6 to VC++.NET Casting Pb

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

Trying to compilate my former VC++6 project under .NET, I get this message

"
'static_cast' unable to convert (__thiscall CDlgPow::*) (void) in AFX_PMSG
"
what type are (MSDN not findable) AFX_PMSG ?
and how to fix the trouble ?
Thanks
Xav
 
Back
Top