Welcome, Guest. Please login or register.

Author Topic: Linker issues when making BOOPSI gadget  (Read 3857 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Steady

Re: Linker issues when making BOOPSI gadget
« on: March 20, 2012, 01:58:18 AM »
I'm not sure what assembler you are using, but C prepends all functions with an underscore, so XDEF _CallCHook should work fine.

Define the function as:

_CallCHook:
   ... code here ...

Is that still an issue?