Discussion:
Open Watcom Win32 Console program: library not found?
(too old to reply)
Harry Potter
2023-08-26 22:29:13 UTC
Permalink
In my last thread here, I reported a problem with one of my programs compiled using DMC. I just noticed a problem with the Open Watcom build: I am getting a lot of Unresolved Externals errors. When I scrolled up in the make output window, I saw that the library "SNN.lib" was not found. I'm pretty sure that error didn't occur recently. I recently and a while ago have been getting issues when compiling console programs on drives different from OW's resident drive, but this time, both are on the C: drive. What could cause this? How do I solve this?
Harry Potter
2023-08-26 22:37:44 UTC
Permalink
Never mind: I set the processor model from Pentium Pro register-based to Pentium register-based, and now it works. :)
Loading...