Jump to content

Laos

Members
  • Posts

    5
  • Joined

Laos's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I have in index file something like this: d:/ymir work/zone/ objects How can I place it in this code?
  2. Error 1 error C2015: too many characters in constant \UserInterface\Locale.cpp 28 1 UserInterface Error 2 error C2015: too many characters in constant \UserInterface\Locale.cpp 31 1 UserInterface Error 3 error C2015: too many characters in constant \UserInterface\Locale.cpp 34 1 UserInterface Error 4 error C2015: too many characters in constant \UserInterface\Locale.cpp 37 1 UserInterface Error 5 error C2664: 'int strcmp(const char *,const char *)' : cannot convert argument 2 from 'char *[1]' to 'const char *' \UserInterface\Locale.cpp 49 1 UserInterface Error 6 error C2440: '=' : cannot convert from 'char *[1]' to 'char *' \UserInterface\Locale.cpp 50 1 UserInterface Error 7 error C2446: '==' : no conversion from 'char **' to 'unsigned int' \UserInterface\Locale.cpp 54 1 UserInterface Error 8 error C2040: '==' : 'unsigned int' differs in levels of indirection from 'char *[2]' \UserInterface\Locale.cpp 54 1 UserInterface Error 9 error C2440: '=' : cannot convert from 'char *[2]' to 'unsigned int' \UserInterface\Locale.cpp 55 1 UserInterface 14 IntelliSense: argument of type "char **" is incompatible with parameter of type "const char *" UserInterface\Locale.cpp 49 18 UserInterface 15 IntelliSense: a value of type "char **" cannot be assigned to an entity of type "char *" \UserInterface\Locale.cpp 50 7 UserInterface 16 IntelliSense: operand types are incompatible ("unsigned int" and "unsigned int *") \UserInterface\Locale.cpp 54 12 UserInterface 17 IntelliSense: a value of type "unsigned int *" cannot be assigned to an entity of type "unsigned int" \UserInterface\Locale.cpp 55 9 UserInterface
×
×
  • Create New...