GetWindowTextA does not exist?

  • Thread starter Thread starter Gellll
  • Start date Start date
G

Gellll

Guest
Hello

I try to compile a private project a person gave me years ago but it does not seems to work with VS 2019. He told me he compiled with VS2015 with old build tools v141

Can anyone help me with it? I don't have contact to the person anymore

Error (active) E0289 no instance of constructor "ATL::CW2AEX<t_nBufferLength>::CW2AEX [with t_nBufferLength=128]" matches the argument list xxx D:\xxx 193
Error (active) E0135 class "CEdit" has no member "GetWindowTextA" xxx D:\xxx 165
Error C2664 'ATL::CW2AEX<128>::CW2AEX(const ATL::CW2AEX<128> &) throw()': cannot convert argument 1 from 'CStringA' to 'LPCWSTR' xxx D:\xxx 193
Error C2039 'GetWindowTextA': is not a member of 'CEdit' xxx D:\xxx 165

Continue reading...
 
Back
Top