-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restore support for work under winXP when build with MSVC #500
base: main
Are you sure you want to change the base?
Conversation
yjh-styx
commented
Dec 28, 2024
- synch vc_crt_fix...'es with current Far3 tree
- fix openssl build defines
- can be link with ULINK
f094411
to
df767c9
Compare
I build, if try test on Win7 SP1 x64 - OK!, but if try test WinXP SP3 Alexyz21 have problem... |
|
This function - InitializeCriticalSection(), InitializeCriticalSectionAndSpinCount(), InitializeSListHead() |
VC++2019. I use this patch and script's - Far-NetBox.zip |
I'm build with VS2022 - build correctly. With VS2019 - not.... fixed. Thanks! |
1. synch vc_crt_fix...'es with current Far3 tree 2. fix openssl build defines 3. can be link with ULINK
|
Thanks for the patch! I posted a test version b6410_Git-97819df48_test.zip test build with a minimum number of plugins, Russian (default) - English languages, Far-NetBox-24.12.2.608-d7043624d.7z - full archive x86 and AMD64, waiting to hear what they say. Renamed some of the build scripts to avoid confusion, here's what was used during the build: Far-NetBox.zip |
Test on WinXP is success - ansver:
|
Let's make the build scripts more convenient to use - the launch of the build process has been redesigned and is done via build.cmd with parameters that are displayed if you run build -h or build --help. - FarNetBox-v24.12.2.608_patch.zip |