You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The msvc 1.5 compiler is a win32 program so it's not the compiler that is failing. You may need to install winevdm with install.inf for it to work properly. Otherwise a trace is needed.
Describe the bug
A clear and concise description of what the bug is.
GUI apps worked fine, but windows 3.x console apps like the compiler in MSVC 1.52c doesn't work. It just say unsupported 16bit application.
https://archive.org/download/Microsoft_Visual_C_-_Version_1.52c_Microsoft_1995/Microsoft%20Visual%20C%2B%2B%20-%20Version%201.52c%20%28Microsoft%29%20%281995%29.iso
Steps to recreate
Install MSVC 1.52c.
Create a new blank project.
Click compile.
"Unsupported 16bit application"
The text was updated successfully, but these errors were encountered: