Dear Support,
If have installed the new k8061_vistapack_2007v1.
My (big) program was running verry well with the old DLL (2005). But now not anny more.
I know what is written in the readme file about old programs but is there a way to simply mofify my old program or must I rebuild my total program from ground?
For a test I have tried a small program with the new vistapack.
I have only one K8061 card. I think this card must have the address ‘0’ but after running the program it say card ‘1’ is connected.
int h = OpenDevice();
Label40->Caption = “Card " + IntToStr(h) + " connected”;
long CardAddr;
long Buffer[8];
if (PowerGood(CardAddr)){Label19->Caption = “CPU OK”;}
else {Label19->Caption = “CPU FAIL”;}
if (Connected(CardAddr)){Label20->Caption = “USB Connected”;}
else {Label20->Caption = “USB Disconnected”;}
This is working well.
But:
ReadAllAnalog(CardAddr, Buffer);
Label41->Caption = IntToStr(Buffer[4]); is not working.
Please can you tell me what is wrong?
Best regards,
Roland