doesn't work for me :(
i made your changes
typedef int (*MYPROC)(int, int);
typedef int (*MYPROC2)(FILE*, Item*);
in code.c
and the other ones in the cpp file, created the dll & lib, moved them to my project but when i press on delete stull nothing happens.
Have u managed to run the c...