DEStester compile with vc6

hi,

when i try to compile DEStester.c(given in sample folder) with vc++ 6,following error occurs,
Linking…
LINK : fatal error LNK1104: cannot open file “okFrontPanel-vc6.lib/libpath:.obj”
Error executing link.exe

is there any special setting required with vc++ 6

regards,
duleep

Our C++ static library is built for VC7 and is therefore incompatible with VC6. I would suggest using the DLL version if you are using VC6.

The static version has been deprecated in our upcoming release and will no longer be available anyway.