Welcome, Guest. Please login or register.

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

Description:

0 Members and 1 Guest are viewing this topic.

Offline x303

Re: keymap.library not found
« on: September 06, 2009, 08:01:51 PM »
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
 

Offline x303

Re: keymap.library not found
« Reply #1 on: September 06, 2009, 08:21:10 PM »
Quote from: Piru;522300
Excuse me?

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

x303 :D :D :D