Advertisement
Guest User

Untitled

a guest
Mar 30th, 2020
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. ./src/main.cpp:80:95: error: invalid operands to binary expression ('Il2CppString *' and 'Il2CppString *')
  2. ...il2cpp_utils::createcsstr("\n \n \n<color=#FF6347>Missed</color> Notes: ") + il2cpp_utils::createcsstr(missedString)...
  3. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4. ./src/main.cpp:84:137: error: invalid operands to binary expression ('Il2CppString *' and 'Il2CppString *')
  5. ...il2cpp_utils::createcsstr("\n \n \n<color=#FF6347>Missed</color> Notes: ") + il2cpp_utils::createcsstr(missedString));
  6. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  7. ./src/main.cpp:102:143: error: invalid operands to binary expression ('Il2CppString *' and 'Il2CppString *')
  8. ...il2cpp_utils::createcsstr("\n \n \n \n All <color=#00FF00>Hit</color> Notes: ") + il2cpp_utils::createcsstr(hitString));
  9. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement