@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?
MSVCP140.dll is valid error
Re: MSVCP140.dll is valid error
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.
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
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
Re: MSVCP140.dll is valid error
@mk-soft
I followed your steps. Thank you.
I followed your steps. Thank you.

