c++ - When I convert VS2003 project to VS2008, There was some errors(C2440, C2664) -
c++ - When I convert VS2003 project to VS2008, There was some errors(C2440, C2664) -
i converted visual studio(vs) 2003 project vs2008. , tried build converted vs2008 project. when build project on vs2008, vs2008 printed errors below.
how remove errors........? t.t
error 1 error c2440: 'initializing': can not convert 'atl :: atl module registerwndclass infoparamw :: lpcstr' (lead) in 'lpcwstr'. c: \ programme files (x86) \ microsoft visual studio 9.0 \ vc \ atlmfc \ include \ atlwin.h 4573 error 2 error c2440: '=': can not convert 'lpcwstr' (lead) in 'atl :: atlmoduleregisterwndclassinfoparamw :: pcxstr'. c: \ programme files (x86) \ microsoft visual studio 9.0 \ vc \ atlmfc \ include \ atlwin.h 4590 error 3 error c2664: 'atl :: atlmoduleregisterwndclassinfoparamw :: getclassinfoexa': can not convert 'atl :: atlmoduleregisterwndclassinfoparamw :: pcxstr' (lead) in (a) 'lpcwstr' parameter 2. c: \ programme files (x86) \ microsoft visual studio 9.0 \ vc \ atlmfc \ include \ atlwin.h 4608
c++ visual-studio-2008 dll mfc visual-studio-2003
Comments
Post a Comment