Minor Refactor, Fixes & Upgrades#155
Open
souvikdas95 wants to merge 14 commits intoembotech:developfrom
Open
Conversation
Author
|
The checks have failed because of MSVS Build Tool compatibility. Please make the necessary configuration at appveyor as well as travis-ci. |
fa44979 to
748ef8f
Compare
8d81454 to
66ed0b6
Compare
Author
|
@adomahidi please review. |
…ssible conflicts with other libraries.
1. Added: Support for "x64" platform (Preprocessor: DLONG, ZLONG, LDL_LONG) 2. Added: Pre-processor "NPRINT" to AMD to prevent "printf" usage 3. Fixed: Configuration "Release" & "Debug" to work properly in MSVS (May add Optimization Flags in future commits) 4. Added: New Configuration "Export": Fixes trouble with STDIO when the static library that is compiled in Newer MSVC (>=2013) is loaded with Older MSVC runtime (<=2012). This change by default removes dependency on "stdio.h" hence Demo Projects "RUNECOS" and "RUNECOSEXP" are not functional under this configuration. For more info. check: https://community.microfocus.com/microfocus/mainframe_solutions/enterprise_developer_21/w/knowledge_base/27927/compatibility-issues-with-visual-studio-2015
Collaborator
|
@souvikdas95, sorry it's taken forever to get to this PR. I recently made some changes and merged old PRs into develop. If you wouldn't mind rebasing your changes onto the new develop branch, as I think some of the issues you attempt to address are handled by a PR from a while back. Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Please review. Commits are self-explanatory.
This change is