-
Notifications
You must be signed in to change notification settings - Fork 124
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
Minor Refactor, Fixes & Upgrades #155
base: develop
Are you sure you want to change the base?
Conversation
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
@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
@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! |
Please review. Commits are self-explanatory.
This change is