I installed the Symbian 7.0s system using s60_sdk_v2_0.zip. Then I downloaded Audio Streaming Example 2.0, which is supposed to be supported for Series 60 2nd edition and on. I used the recommended procedure to create a .DSW workspace for the VC++6.0 IDE, which has worked fine for other Series 60 examples. But when I try to build the emulator version of the Audio Streaming Example, I get:
D:\SYMBIAN\SERIES60EX\AUDIOSTREAMEXAMPLE\SRC\Audiostreamapp.cpp(19): Could not find the file eikstart.h.
Compiling...
Audiostreamengine.cpp
D:\SYMBIAN\SERIES60EX\AUDIOSTREAMEXAMPLE\SRC\Audiostreamengine.cpp(370) : error C2065: 'KMMFFourCCCodeAMR' : undeclared identifier
D:\SYMBIAN\SERIES60EX\AUDIOSTREAMEXAMPLE\SRC\Audiostreamengine.cpp(382) : error C2100: illegal indirection
Audiostreamview.cpp
D:\SYMBIAN\SERIES60EX\AUDIOSTREAMEXAMPLE\SRC\Audiostreamview.cpp(112) : error C2039: 'LayoutMetricsRect' : is not a member of 'AknLayoutUtils'
\Symbian\EPOC32\INCLUDE\aknutils.h(1008) : see declaration of 'AknLayoutUtils'
D:\SYMBIAN\SERIES60EX\AUDIOSTREAMEXAMPLE\SRC\Audiostreamview.cpp(112) : error C2065: 'LayoutMetricsRect' : undeclared identifier
D:\SYMBIAN\SERIES60EX\AUDIOSTREAMEXAMPLE\SRC\Audiostreamview.cpp(112) : error C2039: 'EMainPane' : is not a member of 'AknLayoutUtils'
\Symbian\EPOC32\INCLUDE\aknutils.h(1008) : see declaration of 'AknLayoutUtils'
D:\SYMBIAN\SERIES60EX\AUDIOSTREAMEXAMPLE\SRC\Audiostreamview.cpp(112) : error C2065: 'EMainPane' : undeclared identifier
Do I have the wrong SDK, or what?
Robert Scott
Ypsilanti, Michigan, USA



