From Harry Potter@21:1/5 to All on Sat Aug 26 15:29:13 2023
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?