Hi, <nobu.nokada / softhome.net> wrote in message news:200209090814.g898E3Q08380 / sharui.nakada.kanuma.tochigi.jp... > Hi, > > At Mon, 9 Sep 2002 13:49:58 +0900, > Park Heesob wrote: > > kbhit = Win32API.new("crtdll", "_kbhit", [], 'L') > > getch = Win32API.new("crtdll", "_getch", [], 'L') > > Why "crtdll" rather than "msvcrt"? > > -- > Nobu Nakada > I don't know. Just quote from the Ruby source code (/ext/Win32API/getch.rb). Park Heesob