At 6:53 PM -0800 12/11/01, Max Bian wrote: >Especially for those pointer casting warnings, I did saw some when I compile >Pose 3.3. :-)
What compiler are you using? My own experience is that Poser builds cleanly on the Mac with CW Pro 7 (but I do turn off some warnings for 3rd party libraries). Under VC++ 6.0 (all service packs and the latest SDK) on Windows, it compiles with 12 warnings about negating unsigned numbers -- these warnings are also in code I adopted from elsewhere. On my Unix setup (Linux 6.0, egcs 1.1.1), there are a number of warnings. Most of these are in code I adopted from elsewhere (notably the espws system I use for some widgets), but others are due to STL irregularities, or (AFAICT) compiler bugs. None of these messages are "pointer casting warnings". If you are using a different compiler that is providing better diagnostics, I look forward to any specific feedback you can provide me. -- -- Keith Rollin -- Palm OS Emulator engineer -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
