-
Notifications
You must be signed in to change notification settings - Fork 154
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
Borland C++ 4.5.2 crashes when starting exe file from IDE #906
Comments
GUI debugging is black magic on win16 due to the cooperative design which is why most win16 debuggers ran in text mode (tdw,codeview,softice). The microsoft ide for msvc and quickc both also fail, only watcom wdw currently works. |
Hello, |
Hello, |
The debugger assumes that the entry to loadlibrary and cvwdebug contains "push bp; mov bp,sp; push " at the start and winevdm doesn't. |
Hello,
thanks for fixing issue #900. Linking now works in Borland C++ 4.5.2.
Now I get another problem. When I start a compiled exe file, I get the following error (see screenshot and trace).
This only happens in win16 projects. Win32 files start without a problem.
I am also able to run the win16 exe outside the IDE under otvdm.
trace.zip
The text was updated successfully, but these errors were encountered: