cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Error Help
Error Help
Dec 2, 2014 at 11:05pm UTC
bender
(14)
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);
Dec 3, 2014 at 3:08am UTC
deathslice
(260)
Can you post your code so I can see what part of your code is causing this error.
Topic archived. No new replies allowed.