Thanks! willgan, earthy.
(1) Then I tried on the command line and get following error:
murasame: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=100496\"][{POST_SNAPBACK}][/a][/div]
SDL library needs stdc++ library. You also need to install libstdcxx from the feed. Sorry, I had thought it was installed in default.
(2) I tried window version on Korean WinXP and found a strange behavior with key input. Pressing ' results @, etc.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=100496\"][{POST_SNAPBACK}][/a][/div]
MURASAME loads "keymap" file in the extracted folder in startup. It is for jp-106 keyboard now.
If you edit it to match your keyboard, it will work properly.
Its format is :
(none | shift | control | alt) keycode = ascii code
But, how to inquire keycode.....
I may need to develop the tool to inquire keycode, modifier and scancode of SDL.
The code of SDL about keycode is awful. Some problem may occur more and yet more...