darkshin
New old member
- Joined
- Dec 14, 2010
- Messages
- 231
- Reaction score
- 22
Hello Guys!
I'm having some bad time trying to make a C++ function read a string sent by a lua function.
The string format used in C++ function is: (const std::string & text)
And this is how I'm setting up the string that will be sent:
local text = string.format(characterInfo.name:getText())
So then, I get debugged and the log file says: "Error reading registry value", also the Locals that is supporting the error is called _Ptr and has this 2 erros: <Unable to read characters of string> ---- <Unable to read memory>.
Could someone enlighten on how this is supposed to be ?
Thankksssssss!
I'm having some bad time trying to make a C++ function read a string sent by a lua function.
The string format used in C++ function is: (const std::string & text)
And this is how I'm setting up the string that will be sent:
local text = string.format(characterInfo.name:getText())
So then, I get debugged and the log file says: "Error reading registry value", also the Locals that is supporting the error is called _Ptr and has this 2 erros: <Unable to read characters of string> ---- <Unable to read memory>.
Could someone enlighten on how this is supposed to be ?
Thankksssssss!