-
Notifications
You must be signed in to change notification settings - Fork 8
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
What code level should be the target? #7
Comments
But an |
Drat, the comment on commit 149e108 should read v2.0.5... oh, well... This 2.0.5 looks like a good release candidate... will generate 4 releases, 32 and 64 bit, by MSVC10 and MSVC14... will have to leave the static runtime |
See the latest release... Enjoy... Also added static run-time, |
This is for sure a Win32 only project, and there have been many releases of MSVC... see MSVC... and others...
Since we are in a growing
WIN64
world, then per that wiki, since we are targeting bothx86
- 32-bit, andx64
- 64-bit, as per thenotepad++
releases, thenVisual C++ 2005 (also known as Visual C++ 8.0)
has to be the minimum target...Now I personally do not have that older version installed in my current main machine, but I do have
MSVC2010 aka MSVC 10.0 aka _MSC_VER 1600 aka msvc100
installed, and running, so this will be my yardstick...If others have earlier versions to do a test compile, then would really appreciate feedback... often it is a simple change...
This is a simple
Tidy2.dll
Plugin project, fornotepad++
. and it should address the widest user base... feedback very welcome... thanks...The text was updated successfully, but these errors were encountered: