-
Notifications
You must be signed in to change notification settings - Fork 0
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
Compilation problems under newer Visual Studios #15
Labels
Comments
tomas-nestorovic
added a commit
that referenced
this issue
Apr 21, 2019
…ing NULL with safer nullptr)
tomas-nestorovic
added a commit
that referenced
this issue
Jun 19, 2019
…oring opening/creation of image)
tomas-nestorovic
added a commit
that referenced
this issue
Jul 31, 2019
…st-ing some MFC message handlers)
tomas-nestorovic
added a commit
that referenced
this issue
Jul 31, 2019
…ng for invalid handle using hFileNull)
tomas-nestorovic
added a commit
that referenced
this issue
Sep 5, 2019
…ing CFile overridden methods based on MFC version)
tomas-nestorovic
added
bug
Something isn't working
good first issue
Good for newcomers
labels
Sep 5, 2019
tomas-nestorovic
added a commit
that referenced
this issue
Sep 5, 2019
…ing CWinApp::OpenDocumentFile method based on MFC version)
tomas-nestorovic
added a commit
that referenced
this issue
Sep 6, 2019
…assertion in CStatusBar when closing the app)
tomas-nestorovic
added a commit
that referenced
this issue
Apr 4, 2021
… Debug in RAM and Release builds)
tomas-nestorovic
added a commit
that referenced
this issue
Aug 6, 2021
…lation of Debug mode under VS-2017)
tomas-nestorovic
added a commit
that referenced
this issue
Aug 6, 2021
…lation of "Release" (but NOT MFC-4.2) mode under VS-2017)
tomas-nestorovic
added a commit
that referenced
this issue
Aug 7, 2021
tomas-nestorovic
added a commit
that referenced
this issue
Aug 7, 2021
…lation of "Release MFC-4.2" under VS-2015)
tomas-nestorovic
added a commit
that referenced
this issue
Aug 9, 2021
… of constexpr where backwards compatible with pre-C++11 compilers)
tomas-nestorovic
added a commit
that referenced
this issue
Aug 11, 2021
…erting constexpr's that don't make sense)
tomas-nestorovic
added a commit
that referenced
this issue
Aug 11, 2021
tomas-nestorovic
added a commit
that referenced
this issue
Aug 18, 2021
tomas-nestorovic
added a commit
that referenced
this issue
Dec 27, 2021
tomas-nestorovic
added a commit
that referenced
this issue
Mar 12, 2022
…ompiling against Wide-char libraries in MFC4.2 release)
tomas-nestorovic
added a commit
that referenced
this issue
Apr 10, 2022
With almost two years of no new activity, this issue can safely be closed. Any subsequent issues regarding compilation problems under newer Visual Studio versions are to be fixed in their respective issues, or in general Issue #13. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The application is developed under nowadays older version of Visual Studio 2010. There are reported problems with compilation under newer versions of Visual Studios, e.g. the latest 2017 version. It might be a good idea to fix the compilation issues so that the statement "Simply click Build → Build Solution while having selected either the Debug or Release configuration, and that's it", advertised in the application introduction page here on GitHub, holds.
The text was updated successfully, but these errors were encountered: