Thank you for your reply.
First I would like to ask you to re-submit the link, since it does not seem to work.
Now. I am using Visual C++ .NET 2003 on Windows XP.
My callback function is declared like this:
'static void mycallback(HWND handle, UINT message, WPARAM wParam, LPARAM lParam);'
I am calling DIG_Change_Message dunction like this:
'DIG_Change_Message_Config (iDeviceNumber, 1, pszRisingEdge, pszFallingEdge, 0, 0, (u32)mycallback);'