I'm experimenting with Casablanca C++ REST SDK but I am stuck with this error...
Asked
Active
Viewed 127 times
2

nevanom
- 370
- 1
- 3
- 14
-
1. Give code of this "experiments", maybe someone help You 2. Use debugger – Jacek Cz Jan 03 '17 at 18:14
-
I'm new to Casablanca REST I'm currently using the code here https://msdn.microsoft.com/en-us/library/jj950081.aspx but I'm literally getting this error with any Casablanca project I try to create. – nevanom Jan 03 '17 at 18:16
-
1The program is trying to delete something that is either already deleted, or something that is not on the heap at all. – Bo Persson Jan 03 '17 at 18:25
-
Well, downgraded Casablanca to v12, the error seems gone. – nevanom Jan 03 '17 at 18:33