Login Page - Create Account

Support Board


Date/Time: Sun, 28 Apr 2024 21:22:35 +0000



Post From: fatal error c1083

[2020-02-29 07:38:18]
User701453 - Posts: 176
Update on trying to get SC to "Build with visual c++ debug".
Never could get it to work with the 32bit version of SC.

However when I decided to test with the 64 bit of SC, "Build with visual c++ debug" ran and completed with no errors.

I made no changes to the cpp file and switched back to 32 bit and "Build with visual c++ debug" failed the same old error.
Issue is with 32bit of SC.

Now that I can finally debug the .cpp file with VS after "Build with visual c++ debug" is done.
This method is still crappy and sucks as VS "Edit and Continue" does not work.

Any changes made to the .cpp file while debugging requires having to detach from the process and "Build with visual c++ debug" all over again.
Restart the strategy,losing all data stored in variables and arrays.