2010/9/28 Oscar Pernas <os...@pernas.es>: > > ..\src\main\decaf\lang\System.cpp(389) : error C2664: 'strlen' : cannot > convert parameter 1 from 'LPTSTR' a 'const char *' > ..\src\main\decaf\lang\System.cpp(395) : error C2664: > 'std::vector<_Ty>::push_back' : cannot convert parameter 1 1 de 'LPTSTR' a > 'const std::string &'
It seems like you specified "Unicode" as character set in the configuration properties of MSVC project. Change it to "Multi-Byte" or "Not Set" and try to build it again.