Thread: Keyboard INT 9 handler (Handles multiple keypresses!) Problem...

  1. #1
    Registered User
    Join Date
    Dec 2001
    Posts
    7

    Angry Keyboard INT 9 handler (Handles multiple keypresses!) Problem...

    Hello....
    I want to detect multiple keypresses in my game I'm programming.
    So I got the source code for this but when I compile it I get the next error:
    Linking KEYTEST.EXE:
    Linker Error: Undefined symbol _Set_Old_Int9 in module KEYTEST.C
    Linker Error: Undefined symbol _keys in module KEYTEST.C
    Linker Error: Undefined symbol _Set_New_Int9 in module KEYTEST.C

    can someone please help me!
    check the attachments, it's the source...

    I use Borland Turbo C++ 3
    Last edited by zhopon; 12-16-2001 at 10:40 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. NEED HELP READING FILE and PRINTING
    By geoffr0 in forum C Programming
    Replies: 4
    Last Post: 04-16-2009, 05:26 PM
  2. Replies: 48
    Last Post: 09-26-2008, 03:45 AM
  3. newbie needs help with code
    By compudude86 in forum C Programming
    Replies: 6
    Last Post: 07-23-2006, 08:54 PM
  4. getting a headache
    By sreetvert83 in forum C++ Programming
    Replies: 41
    Last Post: 09-30-2005, 05:20 AM
  5. A Simple (?) Problem
    By Unregistered in forum C++ Programming
    Replies: 8
    Last Post: 10-12-2001, 04:28 AM