VistaLover Posted February 26, 2023 Posted February 26, 2023 (edited) ... 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 February 26, 2023 by VistaLover 4
D.Draker Posted February 26, 2023 Posted February 26, 2023 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?).
D.Draker Posted February 26, 2023 Posted February 26, 2023 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.
legacyfan Posted March 4, 2023 Posted March 4, 2023 (edited) can be deleted Edited March 4, 2023 by legacyfan
legacyfan Posted March 4, 2023 Posted March 4, 2023 (edited) deleted due to glitch in forum Edited March 4, 2023 by legacyfan
legacyfan Posted March 4, 2023 Posted March 4, 2023 (edited) windows vista is definitely in a better position with as much old software is being found now (even stuff I did not know existed) Edited March 4, 2023 by legacyfan
legacyfan Posted March 4, 2023 Posted March 4, 2023 (edited) deleted due to post glitch Edited March 4, 2023 by legacyfan
legacyfan Posted March 4, 2023 Posted March 4, 2023 (edited) deleted due to glitch in forum Edited March 4, 2023 by legacyfan
legacyfan Posted March 4, 2023 Posted March 4, 2023 the forum glitched? why is there three of my post?
mina7601 Posted March 4, 2023 Posted March 4, 2023 (edited) 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 March 4, 2023 by mina7601 4
legacyfan Posted March 4, 2023 Posted March 4, 2023 (edited) (admins) could these last 4 posts above this be removed please? (and sorry) Edited March 4, 2023 by legacyfan
FantasyAcquiesce Posted March 13, 2023 Posted March 13, 2023 (edited) 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 March 13, 2023 by FantasyAcquiesce 1
upadi Posted March 17, 2023 Posted March 17, 2023 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.
Cockatiel Posted March 17, 2023 Posted March 17, 2023 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? 1
VistaLover Posted March 17, 2023 Posted March 17, 2023 (edited) 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 ... 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 ? Its VS2022 DLLs are incompatible with Vista and, if force-installed, would fully break all apps requiring the VS2015-2022 runtime ... Edited March 17, 2023 by VistaLover 4
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now