MSVCP140.dll is valid error

Just starting out? Need help? Post your questions and find answers here.
rfresh737
User
User
Posts: 19
Joined: Fri Aug 25, 2023 4:28 pm

Re: MSVCP140.dll is valid error

Post by rfresh737 »

@ChrisR I removed the 3 .dll files per your suggestion and kept Fred's new linker file and my 140.dll error went away finally! Thank you.

With some of the examples I'm getting the compiler cannot be found message. I assume these examples are 32bit apps. Since I'm on windows 10 64 bit, is there somewhere I can add the name of the 32bit compiler so I can run those examples?
User avatar
mk-soft
Always Here
Always Here
Posts: 6320
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: MSVCP140.dll is valid error

Post by mk-soft »

Create a folder C:\WinAPP

Install the different versions in this folder.
C:\WinAPP\PureBasic-v612x64
C:\WinAPP\PureBasic-v612x86
etc

Add the folder C:\WinAPP to the exceptions in your antivir program.

Create a project folder under Documents.
Add the project folder to the exceptions in your antivir program.

Set in the IDE Preferences -> Compiler -> default -> [x] Create temporare executable in the source directory.
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
rfresh737
User
User
Posts: 19
Joined: Fri Aug 25, 2023 4:28 pm

Re: MSVCP140.dll is valid error

Post by rfresh737 »

@mk-soft

I followed your steps. Thank you.
Post Reply