At 04:23 AM 10/3/2003, Chris Apers wrote:
Hi,

i have ported a project from v8.3 to v9.2 and now i have link errors :

Link Error   : file.cpp: '__upper_mapC' referenced from
'File::fopenNoCase(const char*,const char*,const char*)' is undefined.
Link Error   : file.cpp: '__lower_mapC' referenced from
'File::fopenNoCase(const char*,const char*,const char*)' is undefined.

OK... this is referring to the tables used by the cctype functions to classify characters. To fix this link error, you need to add the appropriate library to your project. All of the MSL link libraries are in


CW for Palm OS Support\MSL\MSL_C++\MSL_Palm_OS\Lib\68K

You should pick the one that matches your int size usage (2i or 4i) and your expanded mode setting (A4A5 are the expanded mode libraries).

--
Ben Combee <[EMAIL PROTECTED]>
CodeWarrior for Palm OS technical lead
Palm OS programming help @ www.palmoswerks.com



-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Reply via email to