Welcome, Guest. Please login or register.

Author Topic: keymap.library not found  (Read 1917 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: keymap.library not found
« on: September 06, 2009, 08:09:29 PM »
Quote from: x303;522299
If you look at the NDK's autodoc, you will see that keymap.library already existed  in OS 2.0 (V36). Have you tried opening the library like this ?

struct Library *KeymapBase = NULL;
..
KeymapBase = OpenLibrary("keymap.library", 0);
..

x303 :D :D :D


Excuse me?

He was trying to use a program, not write it.