At 12:00am -0800 00-03-06, Palm Developer Forum digest wrote: >Subject: Bogus 'Font index not found' link error [RE: New Windows > CodeWar rior tools] >From: "Scott L. Johnson" <[EMAIL PROTECTED]> >Date: Sun, 5 Mar 2000 23:29:15 -0800 >X-Message-Number: 32 > > > 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 I believe this error is generated by the PalmRez post-linker when it's unable to load the system 'fnti' resource that it needs to determine which fonts to install, which are needed to measure menu items when calculating menu widths. I see that the utility routine used by PalmRez to load resources does some "special stuff" when being built for Windows, but I'm at a loss to explain why the error gets triggered with your configuration/steps: >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. I could guess at some kind of memory full/corrupt problem triggered by the above, but that's a pretty lame explanation. Send me the minimal test app stuff, and I'll forward it on to the right person. -- Ken Ken Krugler TransPac Software, Inc. <http://www.transpac.com> +1 530-470-9200 -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/mailinglists.html
