Discussion:
Can't assemble cstrt086.asm (can't find exitwmsg.inc)
(too old to reply)
Binarus
2013-02-27 11:41:30 UTC
Permalink
Dear all,

I am trying to learn how to generate 16-bit DOS applications using the Openwatcom toolchain.

It seems I can't assemble cstrt086.asm (on my disk, it's in c:\watcom\src\startup\dos) because it includes exitwmsg.inc which I can't find on my HDD. There is an exitwmsg.h, though, but that's in the OS/2 folder, and I don't think that I should use that.

Any ideas?

Thank you very much,

Binarus
Uwe Schmelich
2013-02-27 12:42:06 UTC
Permalink
Post by Binarus
Dear all,
I am trying to learn how to generate 16-bit DOS applications using the
Openwatcom toolchain.
It seems I can't assemble cstrt086.asm (on my disk, it's in
c:\watcom\src\startup\dos) because it includes exitwmsg.inc which I can't
find on my HDD. There is an exitwmsg.h, though, but that's in the OS/2
folder, and I don't think that I should use that.
Any ideas?
Thank you very much,
Binarus
It seems not to be in the exe package. You can find it in /bld/clib/h in the
source package which you would need to download additionally. I think the
source package shouldn't normally be needed for this, maybe an oversight.
Binarus
2013-02-28 10:07:21 UTC
Permalink
Post by Uwe Schmelich
Post by Binarus
Dear all,
I am trying to learn how to generate 16-bit DOS applications using the
Openwatcom toolchain.
It seems I can't assemble cstrt086.asm (on my disk, it's in
c:\watcom\src\startup\dos) because it includes exitwmsg.inc which I can't
find on my HDD. There is an exitwmsg.h, though, but that's in the OS/2
folder, and I don't think that I should use that.
Any ideas?
Thank you very much,
Binarus
It seems not to be in the exe package. You can find it in /bld/clib/h in the
source package which you would need to download additionally. I think the
source package shouldn't normally be needed for this, maybe an oversight.
Uwe, thank you very much for helping out again.

Loading...