K8055 and devcpp

hi,
is it possible to use the K8055D_C.dll with devcpp?
when i try
#include"K8055D_C.h"
i get errors like
24 K8055D_C.h ANSI C++ forbids declaration ReadAllAnalog' with no type 25 K8055D_C.h ANSI C++ forbids declarationOutputAnalogChannel’ with no type
26 K8055D_C.h ANSI C++ forbids declaration `OutputAllAnalog’ with no type
and so on…

anyone any idea?
lada

(I’m french so don’t be afraid about my mistakes xD)

You must edit the header by adding void in front of each line without type. ( like long ).

Good luck.