Jump to content

Recommended Posts


Posted

Hi, I'm using Visual Studio 2019 (Windows 7 SP1 is minimum) with v141_xp toolset. Only issue is static build is not XP compatible. Dynamic is fine with VC++ repack installed. Code can be compiled also with MinGW as static then too. For example this is how I build ResolutionChanger.

Posted

Oh, I see. I should add more details.
I want to build program for Windows XP, 7... If it will not work on Windows 10/11, I don't care.

General feature is small size. I have source code. I need editor features to find mistypes, fix source code. Then build. Source code is old, no modern features. If you know good program from 2009-... for my task, it wil be okay.

I'm planning nothing serious right now. Just many small old source codes.
 

I found Dev C++. Will try.

Posted

you should read the post - its made for a reason into the XP channel

because it actualy works for windows xp, also we made that win11 software compatible with windows xp that is written in that post

we should mention the new c++ standards while vs 2019 was bugged some c++ styles - while LLVM was not 

even c++ 11 counts as new, while LLVM works with c++26 what is a fictional future standard 

https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines

https://en.wikipedia.org/wiki/C%2B%2B26

 

worth to mention is also that you can use VC6 a very classical win98 and xp used compiler - where you can set LLVM 17 

https://media.getintopc.com/2017/01/Visual-Studio-6.0-Enterprise-Edition-Latest-Version-DOwnload.jpg

in the past it was rather called VC6 instead of VS6

  • 2 weeks later...
Posted (edited)

For LLVM Mod, minimum VS2010 is needed,

I recommended enabling C++17 when developing under XP

Edited by Dibya

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...