> From: David Fedor [mailto:[EMAIL PROTECTED]] > Just posted in the 3.5 software seeding area > This includes two important items in particular: > - a newer linker which fixes the "BDWM" problem In this latest release (and the previous one) I consistently get this error message when building my app under certain conditions: Link Error : Unexpected Error #32. Font index not found.. Compilation halted This is a totally bogus error, since I can demonstrate it in a minimal test app that doesn't have any fonts or resources at all. And after the error appears, if I immediately redo the build command, it then works successfully without any further error. My minimal test app reveals that this problem is actually connected to these conditions: 1. Using C++ in the application; 2. Having at least one class with at least one member function; 3. Having 'Activate Browser' enabled in the project settings. Given these conditions, the bogus error happens when you do one of: 1. Do 'Remove Object Code' and then build; or 2. Add a member function to any class and build; or 3. Modify the signature of an existing member function and build. Cool, huh? This has been annoying the heck out of me for weeks, but now I finally have a minimal test case that demonstrates it with the exact conditions given above. Should I send it in to somebody? -slj- -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/mailinglists.html
