diff BUGS @ 250:74a8f672f2f8

Added support for building SDL for EPOC/SymbianOS 6.0 (thanks Hannu!)
author Sam Lantinga <slouken@libsdl.org>
date Fri, 14 Dec 2001 12:37:34 +0000
parents 37e3ca9254c7
children 04351f59b051
line wrap: on
line diff
--- a/BUGS	Fri Dec 14 12:30:25 2001 +0000
+++ b/BUGS	Fri Dec 14 12:37:34 2001 +0000
@@ -135,6 +135,18 @@
 
 	The keyboard modifiers are not set to the correct state on startup.
 
+EPOC:
+    Only Crystal version of Epoc/SymbianOS is currently supported.
+
+    SDL is implemented in static library only. SDL uses static/global
+    variables and that is not allowed in EPOC dll libraries.
+
+    Sound is not yet supported.
+
+    Joystick, OpenGL and cdrom is not supported (think about cdrom in a cell phone:-).
+    
+    No console output screen. Printing to stdout do not have any effect.
+
 OpenBSD:  -= NOT YET SUPPORTED =-
 	This is reported to work, but I haven't verified this.
 
@@ -208,3 +220,4 @@
 	Continuous relative mouse motion is not implemented.
 
 	The AmigaOS port was done by Gabriele.Greco@galactica.it
+