Error Help

Is there a reason this gets an error?

run-time check failure #0 - the value of ESP was not properly saved across a function call. This is usually a result of calling a function declared with one calling convention with a function pointer declared with a different calling convention
 
d.appearances = stoi(value);
Can you post your code so I can see what part of your code is causing this error.
Topic archived. No new replies allowed.