Make TVision build on Windows XP. #180
Open
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.
With minor changes, I was able to get CMake 3.14+GCC 8.1.0 building this package on Windows XP.
[Update]: On DOS, Borland C++ 3.1
make
runs out of memory when trying to build this project. I was able to get it to compile with Borland C++ 4.5 and TASM 4.0, mimicking the setup. Thanks, I'll test this out.[Update]: Error with textview.cpp is resolved, patch is simpler; I also added -DTV_USE_STATIC_RTL support for GCC; With the toolchain I've given you below, I am able to compile this on Windows 11 and run it on Windows XP as well.
[Update]: The build failure due to ICE on Linux Big Endian machine is flaky as well.