Powerswitch Delphi demo-libusb
Powerswitch Delphi demo-libusb
In the Delphi demo-libusb of Powerswitch
I have error massage in function btbool(data:word;bit:byte):boolean;
bt ax,bl
E2107 Operand size mismatch
Please Help me for This error and how to delphi work for powerswitch
I have error massage in function btbool(data:word;bit:byte):boolean;
bt ax,bl
E2107 Operand size mismatch
Please Help me for This error and how to delphi work for powerswitch
The old wrapper dll doesn't work with the later versions of LibUSB any longer.
Download a working interface from LibUSB to Delphi from here:
http://www.mydarc.de/DG8SAQ/hidden/LibUSB.rar
I have received this update from Yvo Nelemanns, who has also written the original Delphi interface. Thanks Yvo!
The people of obdev should replace the inoperative delphi interface by this new code on their webpage.
The good news: For the late versions of LibUSB there is no wrapper dll required any longer for calls out of Delphi.
Download a working interface from LibUSB to Delphi from here:
http://www.mydarc.de/DG8SAQ/hidden/LibUSB.rar
I have received this update from Yvo Nelemanns, who has also written the original Delphi interface. Thanks Yvo!
The people of obdev should replace the inoperative delphi interface by this new code on their webpage.
The good news: For the late versions of LibUSB there is no wrapper dll required any longer for calls out of Delphi.
Hi Christian,
please download the newly prepared and compiled Delphi sources from here: www.mydarc.de/dg8saq/hidden/PowerSwitch ... Source.zip
I have deleted the web reference http://www.xs4all.nl/~ynlmns/ which is Ivo's webpage, from the readme file since Yvo hasn't put up the new version onto the net. I have received it from him by email.
I'm happy to be able to contribute to this fantastic USB project!
Great job of yours!
please download the newly prepared and compiled Delphi sources from here: www.mydarc.de/dg8saq/hidden/PowerSwitch ... Source.zip
I have deleted the web reference http://www.xs4all.nl/~ynlmns/ which is Ivo's webpage, from the readme file since Yvo hasn't put up the new version onto the net. I have received it from him by email.
I'm happy to be able to contribute to this fantastic USB project!
Great job of yours!
Hello Christian,
you're welcome.
I have just noticed that there is another reference to the outdated webpage in the readme:
"Delphi-libUSB
This is a Pascal wrapper for libUSB-Win32 obtained from
http://www.xs4all.nl/~ynlmns/. We could not determine the name of
the author. It is used by Demo-libUSB."
I think you should remove this section as the code from Yvo Nelemanns wegpage doesn't run any more.
Thanks for also supporting Delphi coders!
you're welcome.
I have just noticed that there is another reference to the outdated webpage in the readme:
"Delphi-libUSB
This is a Pascal wrapper for libUSB-Win32 obtained from
http://www.xs4all.nl/~ynlmns/. We could not determine the name of
the author. It is used by Demo-libUSB."
I think you should remove this section as the code from Yvo Nelemanns wegpage doesn't run any more.
Thanks for also supporting Delphi coders!