shell customization error

From: leevisual (leevisual_at_hanmail.net)
Date: 02/27/04


Date: Fri, 27 Feb 2004 17:15:51 +0900

Hi, all

I'm testing "Creating a Custom shell".
I was processed the next content.

1> I was followed the content of "Creating a Custom shell"
 -. How to Customize the shell
 -. Setting up the source Files for a custom shell
 -. Creating an Empty Display-Based OS
 -. Setting up platform builder to build modified code in a public directory
 -. Creating Exclued projects to Host shell Source Code in the IDE
2> rebuild Platform.
 -. sounded like no error.
3> chose the my project and right-click my projcet and chose build.
    I wrote the compile message .

  Compiling...
taskbar.cpp
C:\WINCE420\PUBLIC\SHELL\OAK\hsd3000_HPC\EXPLORER\TASKBAR\taskbar.cpp(3964)
: error C2065: 'RectangleAnimation' : undeclared identifier
C:\WINCE420\PUBLIC\SHELL\OAK\hsd3000_HPC\EXPLORER\TASKBAR\taskbar.cpp(6104)
: error C2065: 'WM_POWERBROADCAST' : undeclared identifier
C:\WINCE420\PUBLIC\SHELL\OAK\hsd3000_HPC\EXPLORER\TASKBAR\taskbar.cpp(6104)
: error C2051: case expression not constant
C:\WINCE420\PUBLIC\SHELL\OAK\hsd3000_HPC\EXPLORER\TASKBAR\taskbar.cpp(6125)
: error C2065: 'PBT_APMUSERIDLE' : undeclared identifier
C:\WINCE420\PUBLIC\SHELL\OAK\hsd3000_HPC\EXPLORER\TASKBAR\taskbar.cpp(6125)
: error C2051: case expression not constant
C:\WINCE420\PUBLIC\SHELL\OAK\hsd3000_HPC\EXPLORER\TASKBAR\taskbar.cpp(6131)
: error C2065: 'PBT_APMUSERACTIVE' : undeclared identifier
C:\WINCE420\PUBLIC\SHELL\OAK\hsd3000_HPC\EXPLORER\TASKBAR\taskbar.cpp(6131)
: error C2051: case expression not constant
C:\WINCE420\PUBLIC\SHELL\OAK\hsd3000_HPC\EXPLORER\TASKBAR\taskbar.cpp(6135)
: warning C4060: switch statement contains no 'case' or 'default' labels
stmenu.cpp
Error PB2505: Error executing cl.exe.

How do I resolved this problem?

thanks in advance.