Hi Yamin, I see something that may be an issue... typedef void ASY_TESTPROC_T(unsigned long lastmatch, int compc, unsigned long* compl, ...); ... did you know that "compl" is a C++ keyword? Change it to "cmpl" (or just take it out), and let me know. --Eljay