Windows 7 / MSVS 2022 Crash
- Enrico Maria Giordano
- Posts: 8728
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: Windows 7 / MSVS 2022 Crash
Antonio, I'm very sorry, I am not able to reproduce the problem now, so I can't confirm if your fix is right. Let's wait for Giovany result.
- Giovany Vecchi
- Posts: 223
- Joined: Mon Jun 05, 2006 9:39 pm
- Location: Brasil
Re: Windows 7 / MSVS 2022 Crash
Simple, at the beginning of your program call the GetPvProfString function. No problem on windows 10, only on windows 7.
It doesn't need changes in the source code, just include the profile.c file in the Make file, compile again and test the program.
This error does not happen with Bcc71, Bcc73 and Bcc74.
It doesn't need changes in the source code, just include the profile.c file in the Make file, compile again and test the program.
This error does not happen with Bcc71, Bcc73 and Bcc74.
- Giovany Vecchi
- Posts: 223
- Joined: Mon Jun 05, 2006 9:39 pm
- Location: Brasil
Re: Windows 7 / MSVS 2022 Crash
Looking at my codes I was in doubt if the function was GETPROFSTRING or GETPVPROFSTRING.
It happened right when the program opened an .INI file.
It happened right when the program opened an .INI file.
- Antonio Linares
- Site Admin
- Posts: 42270
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Windows 7 / MSVS 2022 Crash
FiveDBU.exe built using bcc32 is running fine on Windows 7.
FivEdit.exe built using bcc32 is requesting msvcp140.dll (this is because it uses Scintilla)
Trying to find msvcp140.dll. I have tried to install Visual Studio Community 2022, 2019, 2015 on Windows 7 and all fails.
I guess some Visual C redistributables are missing
FivEdit.exe built using bcc32 is requesting msvcp140.dll (this is because it uses Scintilla)
Trying to find msvcp140.dll. I have tried to install Visual Studio Community 2022, 2019, 2015 on Windows 7 and all fails.
I guess some Visual C redistributables are missing
Re: Windows 7 / MSVS 2022 Crash
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
- Antonio Linares
- Site Admin
- Posts: 42270
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Windows 7 / MSVS 2022 Crash
Dear João,
After that DLL more are missing. Just cause using Scintilla.
After that DLL more are missing. Just cause using Scintilla.
- Giovany Vecchi
- Posts: 223
- Joined: Mon Jun 05, 2006 9:39 pm
- Location: Brasil
Re: Windows 7 / MSVS 2022 Crash
Install the visual studio dll package.
Download vc_redist.x86.exe installer
Links:
https://learn.microsoft.com/en-us/cpp/w ... w=msvc-170
https://learn.microsoft.com/pt-BR/cpp/w ... w=msvc-170
Download vc_redist.x86.exe installer
Links:
https://learn.microsoft.com/en-us/cpp/w ... w=msvc-170
https://learn.microsoft.com/pt-BR/cpp/w ... w=msvc-170
Re: Windows 7 / MSVS 2022 Crash
I'm having a problem here.
I tried linking in profile.c in my proj.mak script, but it told me the file was corrupted.
Actually, I link .prg, .rc and .lib files but no .c files, so perhaps I'm doing it incorrectly.
( Please ... I know about hmake.exe but for now I'm just using VS link.exe with a .mak file ).
I tried linking in profile.c in my proj.mak script, but it told me the file was corrupted.
Actually, I link .prg, .rc and .lib files but no .c files, so perhaps I'm doing it incorrectly.
( Please ... I know about hmake.exe but for now I'm just using VS link.exe with a .mak file ).
Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
- Giovany Vecchi
- Posts: 223
- Joined: Mon Jun 05, 2006 9:39 pm
- Location: Brasil
Re: Windows 7 / MSVS 2022 Crash
Hi Tim
I haven't used .MAK for many years.
Put the following line in the .mak
profile.obj : profile.c
I do not know if it's right. Try this.
I haven't used .MAK for many years.
Put the following line in the .mak
profile.obj : profile.c
I do not know if it's right. Try this.
- Antonio Linares
- Site Admin
- Posts: 42270
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Windows 7 / MSVS 2022 Crash
Dear Tim,
If you need the MS 32 and 64 versions, I can email them to you
If you need the MS 32 and 64 versions, I can email them to you
Re: Windows 7 / MSVS 2022 Crash
Thank you
I used the ones in the \source\winapi folder and it said it was contaminated. However I just used the line to add it to the msvc temp file, and that is where I got the error.
It's probably in my .mak script that I have an error.
I used the ones in the \source\winapi folder and it said it was contaminated. However I just used the line to add it to the msvc temp file, and that is where I got the error.
It's probably in my .mak script that I have an error.
Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
- Antonio Linares
- Site Admin
- Posts: 42270
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Windows 7 / MSVS 2022 Crash
Dear Tim,
Already sent
Already sent
Re: Windows 7 / MSVS 2022 Crash
Thank you,
Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
Re: Windows 7 / MSVS 2022 Crash
I have the same problem FiveWin 2022.12 and xHB.com under windows 7.
best regards
kajot
kajot
- Antonio Linares
- Site Admin
- Posts: 42270
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Windows 7 / MSVS 2022 Crash
Dear Tim,
Could you please confirm if it is working fine on Windows 7 ?
many thanks
Could you please confirm if it is working fine on Windows 7 ?
many thanks