Support Board
Date/Time: Sat, 11 Jan 2025 03:01:10 +0000
Post From: Visual C++ Compiler error with v1460 or above, but no problem with v1453
[2016-10-07 01:04:41] |
User553714 - Posts: 184 |
I was going to post but when I had a closer look my issues were a little different to yours; the first two lines of errors were the same but the last one was different I think.. I was getting deprecating errors which I resolved by adding #pragma warning(disable:4996) at the top of the DLL. I was also getting other pedantic errors with variables not used or initialised which I just went back and corrected/commented-out or deleted.
|