Z:\JECAsset.cpp(139) : error C2664: 'test_asset' : cannot convert parameter 2 from 'char [7]' to 'char'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
Z:\JECAsset.cpp(140) : error C2664: 'strcpy' : cannot convert parameter 2 from 'char (*)[7]' to 'const char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
Z:\JECAsset.cpp(358) : error C2664: 'strcmp' : cannot convert parameter 2 from 'char' to 'const char *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
Error executing cl.exe.




Back to recent pastes