I am trying to use directx 9 with Watcom C. Most if it works
painlessly. The headers (and somewhat surprisingly) the import
libraries work without issues. The d3dx9 library is my only problem. I
know the wokaraounds. I can use the d3dx9d debug dll or I can use some
dll wrapper around the static d3dx9 library. However, I'd just like to
know if theres any way of converting the static lib so that it is
compatible with watcom. I've tried a few things like using LINK to
convert to visual c++ 5.0 format or converting to omf, with no
success.
Thanks in advance.