Hi,
I use MSVC 7.1 and I have been able to compile PS until PS_ID was changed to an uint32.
With that changement, I was unable to compile PS and I was getting errors, starting from pawsobjectview.cpp in libpaws.
I changed back, in psconst.h, PS_ID to an unsigned long and the compiling was going fine again.
Ary