GNU C++ program using K8062D.DLL

Hello,

I’m trying to develop a C++ program using K8062D.DLL ! Yes trying…

My environnement :
· Windows XP
· IDE : Code::Blocks
· Compiler : GNU GCC
· MinGW

1°) When I use K8062_DLL.h, compiler return error :

FUNCTION __stdcall StartDevice(); <-- “StartDevice was not declared in this scope”

It’s Ok if I change to :
FUNCTION __stdcall void StartDevice();

2°) If I want to use K8062d.lib :
“file not recognized : File format not recognized”

3°) If I use the DLL directly :
undefined reference to ‘_imp__StopDevice@0’

Could you help me ?
Could it’s possible to find sources to rebuild them ?

Thanks.