README.Epoc
上传用户:sun1608
上传日期:2007-02-02
资源大小:6116k
文件大小:3k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. ==============================================================================
  2. Using the Simple DirectMedia Layer with EPOC/SymbianOS 6.0
  3. ==============================================================================
  4. ==============================================================================
  5. I.  Building the Simple DirectMedia Layer libraries:
  6.   You can get Symbian SDK from: 
  7.     http://www.symbian.com.
  8.  
  9.   First create "Epoc" directory under SDL main directory and unpack 
  10.   EpocBuildFiles.zip in it.
  11.    
  12.   To build the librarys goto "epoc" directory and type:
  13.     bldmake bldfiles
  14.     abld makefile vc6 (for creating Microsoft Visual C++ makefiles)
  15.     abld build wins udeb (building for wins emulator)
  16.     abld build armi urel (building for real device)
  17. ==============================================================================
  18. II. Building the Simple DirectMedia Layer programs:
  19.   Building SDL test programs is easy once you have built the libraries:
  20.     abld test build wins udeb
  21.     abld test build armi urel
  22.   Supported real screen resolutions
  23.     320 x 200 x  8 bit
  24.     320 x 200 x 12 bit
  25.     640 x 200 x  8 bit
  26.     640 x 200 x 12 bit
  27.   Supported "emulated" screen resolutions 
  28.     640 x 400 x  8 bit
  29.     640 x 400 x 12 bit
  30.     640 x 480 x  8 bit
  31.     640 x 480 x 12 bit
  32.   "Emulated" resolutions are implemented by by shrinking the screen vertically 
  33.   i.e. only every second scanline is drawn. This is mainly ment to be used for 
  34.   testing quick ports of programs. Using faked resolutions is a waste of memory 
  35.   and cpu power!
  36. ==============================================================================
  37. III. Running test programs
  38.   Copy executable to the device and run it from the File manager.   The Esc 
  39.   key quits demo programs. In Crystal, Exe programs do not appear in task list 
  40.   nor in Extras :-(. Test programs are tested in Nokia 9210 Communicator.
  41.   Special keys used in SDL:
  42.     The Caps lock key enables or disables the virtual cursor. 
  43.     Function keys are mapped as follows: 
  44.     F1=chr+q, F2=chr+w,..., F8=chr+i, 
  45.     F9=chr+a,..., F12=chr+d.
  46. ==============================================================================
  47. IV.  Enjoy! :)
  48.   If you have a project you'd like me to know about, or want to ask questions,
  49.   go ahead and join the SDL developer's mailing list by sending e-mail to:
  50. sdl-request@libsdl.org
  51.   and put "subscribe" into the subject of the message. Or alternatively you
  52.   can use the web interface:
  53. http://www.libsdl.org/mailman/listinfo/sdl
  54.   You can find more info about Epoc version of SDL from Hannu Viitala's 
  55.   homepage
  56.     http://www.mbnet.fi/~haviital
  57.   
  58. ==============================================================================