connecting to velleman k8055 hardware board

Thread Starter

denison

Joined Oct 13, 2018
330
Hi all, Had no luck so far using software from code blocks and CdIDE.
For code blocks the K8055D.dll I have placed in the Syswow64 folder. Does anybody know how I can link to this dll? If you could provide the exact steps necessary to do this it would be greatly appreciated. I don't seem to be able to provide the path to Syswow64.
For the CdIDE software getting error messages when I run the demo programs for K8055. Here is a simple program to connect to the board and the error message;
#include <K8055D_C.h>
#include <stdio.h>
int intCardAddress = 0; // USB card address
OpenDevice(intCardAddress); //Open card

>ch -u "k8055"
ERROR: internal error for dlopen(): %1 is not a valid Win32 application.
Error: dlopen(): Unknown error
cannot get _ChK8055D_C_handle in K8055D_C.h
>Exit code: -1
 
Top