Jump to content

Last versions of software for Windows Vista and Windows Server 2008


WinClient5270

Recommended Posts

... This means they're targeting Win7 as minimum, now, either in their source code or the compiler they use is...

In Vista, K32EnumProcessModules function is found inside psapi.dll, but in 7+ it was moved to kernel32.dll: see below:

https://devblogs.microsoft.com/cppblog/windows-sdk-v7-0v7-0a-incompatibility-workaround/

If the actual source code is still compatible with NT6.0, then recompiling with defining

_WIN32_WINNT=0x600 or PSAPI_VERSION=1

will produce a binary launching under Vista SP2 fine...

Edited by VistaLover
Link to comment
Share on other sites


3 hours ago, VistaLover said:

... This means they're targeting Win7 as minimum, now, either in their source code or the compiler they use is...

In Vista, K32EnumProcessModules function is found inside psapi.dll, but in 7+ it was moved to kernel32.dll: see below:

https://devblogs.microsoft.com/cppblog/windows-sdk-v7-0v7-0a-incompatibility-workaround/

If the actual source code is still compatible with NT6.0, then recompiling with defining

_WIN32_WINNT=0x600 or PSAPI_VERSION=1

will produce a binary launching under Vista SP2 fine...

No, you're too late, it doesn't work under win 7 either. The old version of Audacity 3.1.3 is the last for Windows 7 (8.1?).

Link to comment
Share on other sites

And 3.1.3 throws an error of some dll not being able to load, so the support was removed even earlier ! But you can press ignore and it starts.

I don't know how good it will work without that dll not loaded !

Some folks are just too lazy to visit the official website before their postings.

Link to comment
Share on other sites

8 minutes ago, legacyfan said:

then a whole decade later the extended kernal exists as predicted

There wasn't a need to reply to an almost 6-year-old post just to say that. Many people already know the existence of Extended Kernel.

Edited by mina7601
Link to comment
Share on other sites

  • 2 weeks later...

Has anyone tried this app on Windows Vista? Vista holds the needed framework:

https://bluemaxima.org/flashpoint/downloads/

Does ClipStudio paint happen to work by chance? It would be nice if I could get that working on Vista along with the M10K 2018 driver. Vista in general loves to run a lot of Windows 7+ software and drivers.

Edited by FantasyAcquiesce
Link to comment
Share on other sites

Abbodi1406 drops support for windows Vista in VisualCppRedist AIO v0.69 https://github.com/abbodi1406/vcredist/releases

v0.69.0 Latest
Added new switches to install VB/C runtimes separately #61 : /aiB - /aiC
Removed switch: /aiH
Enhanced VC++ 2005/2008 files detection #57
Removed Support for Windows Vista from Installer.cmd, see Notice.

Link to comment
Share on other sites

5 hours ago, upadi said:

Abbodi1406 drops support for windows Vista in VisualCppRedist AIO v0.69 https://github.com/abbodi1406/vcredist/releases

v0.69.0 Latest
Added new switches to install VB/C runtimes separately #61 : /aiB - /aiC
Removed switch: /aiH
Enhanced VC++ 2005/2008 files detection #57
Removed Support for Windows Vista from Installer.cmd, see Notice.

What if mod Installer.cmd to bring back support for Vista?

Link to comment
Share on other sites

18 hours ago, upadi said:

abbodi1406 drops support for Windows Vista in VisualCppRedist AIO v0.69 
https://github.com/abbodi1406/vcredist/releases

v0.69.0 Latest
...
Removed Support for Windows Vista from Installer.cmd, see Notice.

... And his "Notice" writes:

https://github.com/abbodi1406/vcredist#windows-vista-notice

Quote

Windows Vista Notice:

VC++ 2022 version 14.32.31332.0 = VisualCppRedist_AIO v0.61.0 is the last version compatible with Windows Vista

... And he's actually right; the last standalone file "VC_redist.x86.exe" provided by MS that will install out-of-the-box on Vista SP2 32-bit is of version 14.31.30919.0:

https://download.visualstudio.microsoft.com/download/pr/8c1c2dbb-0856-4dc3-b863-b16c637bc245/E55681B9E07A58F7143E5AB5941F45DE0B485E0C9933B0CB6B702D3921F48527/VC_redist.x86.exe

Subsequent versions 14.31.31005.0, 14.31.31103.0, 14.32.31302.0, 14.32.31326.0 and 14.32.31332.0 had their installers blocked from launching under Vista SP2, but their "payload"/content (various DLLs) continued to remain Vista-compatible ; next version 14.34.31823.3 had several of its DLLs contain Win7+ function calls :angry: :( ... 

So, the last of abbodi1406's vcredist AIO custom pack with full/proper Vista SP2 support is v0.6.1 (2022-06-21):

https://github.com/abbodi1406/vcredist/releases/download/v0.61.0/VisualCppRedist_AIO_x86_x64_61.zip

12 hours ago, Cockatiel said:

What if mod Installer.cmd to bring back support for Vista?

What point would there be in doing so :o? Its VS2022 DLLs are incompatible with Vista and, if force-installed, would fully break all apps requiring the VS2015-2022 runtime :( ...

Edited by VistaLover
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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