-
October 31st, 2024, 06:49 AM
#16
Re: Should this be buildable with VC++17 ?
This might be my lucky day... I just did a disk cleanup and I'd nearly 12GB just in VS debugging reports! So after the cleanup I've now around 23GB of space remaining. If I get a chance later I might install VS2022 onto a memory stick (just to check how much space it'd take up)
One more thing 2kaud if you don't mind... if you've still got VS2022 installed on Win10, would you mind checking if my code will compile with C++17? The guy who wrote it seems to think it should - whereas the guy from Microsoft suggested it was C++20.
"A problem well stated is a problem half solved.” - Charles F. Kettering
-
October 31st, 2024, 08:01 AM
#17
Re: Should this be buildable with VC++17 ?
You might also want to check the crashdump folder! (<user>\AppData\local\crashdumps)
VS2022 17.11.5 using Toolset 2022 (V143)
C++20 - OK
C++17 - OK
VS2022 17.11.5 using Toolset 2019 (V142)
C++20 - NO
All advice is offered in good faith only. All my code is tested (unless stated explicitly otherwise) with the latest version of Microsoft Visual Studio (using the supported features of the latest standard) and is offered as examples only - not as production quality. I cannot offer advice regarding any other c/c++ compiler/IDE or incompatibilities with VS. You are ultimately responsible for the effects of your programs and the integrity of the machines they run on. Anything I post, code snippets, advice, etc is licensed as Public Domain https://creativecommons.org/publicdomain/zero/1.0/ and can be used without reference or acknowledgement. Also note that I only provide advice and guidance via the forums - and not via private messages!
C++23 Compiler: Microsoft VS2022 (17.6.5)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|