Welcome, Guest. Please login or register.

Author Topic: HAM8 friendliness statistics for 24 pictures ImageFX hook I made...  (Read 2472 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
@Jose
[EDIT]
Code: [Select]

#include <scan/scan_protos.h>
#include <scan/hooks.h>


This suggests the ObtainCurrentBuffer is in fact function in some scan.library or so. It can also be some static library (in which case you should use LIB somescanthing.lib).
If not, the symbol must be linked in from some object file (or the code pasted directly into the program).

Once you figure out where ObtainCurrentBuffer comes from, fixing the problem should be easier...
[/EDIT]