Thread: 'jmp' undeclared

  1. #1
    Registered User
    Join Date
    Mar 2007
    Posts
    2

    'jmp' undeclared

    Hi folks,

    I'm trying to mod a builded dll for a game (medal of honor allied assault), but it doesn't works because of 'jmp' undeclared. (I don't have any experience at all in kernel programming)

    My question is:
    How can I get jmp declared?

    Note:
    I'm building it with Dev-C++.

    thanks already,
    Wertmanzzz

  2. #2
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    jmp?

    Code:
    int jmp;
    But I doubt that's what you want. You seem to want assembly or something like that. You'd better ask this in a mod forum.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

  3. #3
    Registered User
    Join Date
    Mar 2007
    Posts
    2
    Yeah, I'll ask it there.
    Thanks anyways for the help .

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. An error is driving me nuts!
    By ulillillia in forum C Programming
    Replies: 5
    Last Post: 04-04-2009, 09:15 PM
  2. Game Pointer Trouble?
    By Drahcir in forum C Programming
    Replies: 8
    Last Post: 02-04-2006, 02:53 AM
  3. Why wont my function exit correctly?
    By LightsOut06 in forum C Programming
    Replies: 2
    Last Post: 10-09-2005, 09:23 PM
  4. Dikumud
    By maxorator in forum C++ Programming
    Replies: 1
    Last Post: 10-01-2005, 06:39 AM
  5. Problem with Visual C++ Object-Oriented Programming Book.
    By GameGenie in forum C++ Programming
    Replies: 9
    Last Post: 08-29-2005, 11:21 PM