#include int __declspec(dllexport) depFunc( int a, int b ) { printf( "depFunc: called with %d, %d\n", a, b ); return 1; }