CompuServe Messages

Watcom Debug/IPAS3 Dev.

    29-Jun-94 19:33:27
Fm: Gus Grubba 70673,1605
To: Stephen D Pidgeon 70732,2546
I don't know. The last time I tried Watcom with IPAS was with the very first IPAS kit for release 2. I was using Watcom 9 at the time. I then switched to Metaware which I still use. I will take a look at the reply you got from Mike and see if that's possible. As I have no idea what a Trap file is for and how it is used, I cannot comment on how to work around it. The "new/sy cs:offset ds:offset" thing is just to relocate the symbol table. When you load Video, you are actually debugging 3D Studio. Your IPAS has not even being loaded yet. By placing a break point at the entry point of your routine (int 3) Video will stop 3D Studio as soon as you load your KXP. The stuff it is showing will be your routine but the symbol table still points to 3DS' code and data segment. By telling video to relocate the symbol table, it will properly show your symbols.