hi,
when updating the core sdk of CW from 5.2 to 5.4  , as building MSL , i got 
lots of error :
 
"the file 'Palm_Headers' cannot be opened" , 
ios.cpp line1 /* Metrowerks Standard Library
 
ios.cpp is like below:
/* Metrowerks Standard Library
 * Copyright ?1995-2002 Metrowerks Corporation.  All rights reserved.
 *
 * $Date: 2002/01/31 18:19:27 $ 
 * $Revision: 1.17 $ 
 */
 
// ios.cpp
 
#include <mslconfig>
 
#ifndef _MSL_NO_IO
 
#include <cstdlib>
#include <ios>
#include <localeimp>
#include <streambuf>
#include <ostream>
#include <istream>
 
#ifdef _MSL_FORCE_ENUMS_ALWAYS_INT
 #if _MSL_FORCE_ENUMS_ALWAYS_INT
  #pragma enumsalwaysint on
 #else
  #pragma enumsalwaysint off
 #endif
#endif
 
#ifdef _MSL_FORCE_ENABLE_BOOL_SUPPORT
 #if _MSL_FORCE_ENABLE_BOOL_SUPPORT
  #pragma bool on
 
i have follow the sdk install instructions , add the access path "{Compiler}/CW 
for Palm OS Support "
but i still got these error , it is strange , out of my ablility , pls help
 
 
so u can see ,line 1 is just a comment , it is strange! 
-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to