I hope someone can help :
1) when running the BitmapSprite example ( at C:\Symbian\6.1\Series60\Epoc32Ex\Graphics\WS\BitmapSprite) I get a "System error"
2) can someone tell me how to build and run the Animation example ? (C:\Symbian\6.1\Series60\Series60Ex\Animation)
I don't have a SDK here, but most probably there will be problem with the location of MBM file...
Try to copy it to epoc32/wins/c/system/apps/nameOfTheExample...
ok, so I've just looked at the examples you were talking about:
ad 2) go to /gui/group and run this sequence of commands: 'bldmake bldfiles', 'abld makefile vc6', 'abld build wins udeb', it will build everything (server & client)
look into bld.inf (there are these lines:
..\..\server\group\animation_server.mmp
..\..\client\group\animation_client.mmp
animation.mmp
ad 1) well, it works without problems in my installation...
ad 2) again, it works fine, but maybe you could try this:
in group/bld.inf comment server.mmp and animation.mmp line
bldmake bldfiles
abld build wins udeb
in group/bld.inf uncomment server.mmp
bldmake bldfiles
abld build wins udeb
in group/bld.inf uncomment animation.mmp line
bldmake bldfiles
abld build wins udeb
I remember that it helped to me in some occasion...