Page 1 of 1

powerswitch & delphi

Posted: Wed Jan 02, 2008 1:59 am
by lukasz
Hello

I try to use powerswitch and delphi example (download from forum "delphiLibUSB-win32") However it seems does not work fine (compile, but when I run it software cant find any usb device, when I try run project in debug mode it raise acces violation at adress 0x00(...) . Does anyone have working example and can share it with me/forum or can help me with fix that one?

sorry for my eanglish and thx for help
regards
lukasz

Re: powerswitch & delphi

Posted: Mon Jan 07, 2008 5:42 pm
by ksz
lukasz wrote:Hello

I try to use powerswitch and delphi example (download from forum "delphiLibUSB-win32") However it seems does not work fine (compile, but when I run it software cant find any usb device, when I try run project in debug mode it raise acces violation at adress 0x00(...) . Does anyone have working example and can share it with me/forum or can help me with fix that one?

sorry for my eanglish and thx for help
regards
lukasz

Does system find/recognize your hardware?

Re: powerswitch & delphi

Posted: Thu Jan 10, 2008 2:43 am
by lukasz
ksz wrote:Does system find/recognize your hardware?


Thanks for anwser. Yes, there is no problem with device, it work fine. Problem is with connection between delphi example and libusb.

Anyway i solved the problem :) just start using c example with MinGW
- maybe it dosent look good but works without any problems :)

of course I still need delphi example so if anyone have one I will be gratefull for some working code :)

best regards
lukasz

Posted: Mon Jan 14, 2008 3:36 pm
by iphi
Hi,

I have a running AVR-USB Delphi-example on my webpage, see

http://www.mydarc.de/dg8saq/

Tom

Posted: Sun Jan 20, 2008 1:13 pm
by lukasz
iphi wrote:Hi,

I have a running AVR-USB Delphi-example on my webpage, see

http://www.mydarc.de/dg8saq/

Tom


Thanks :) Now everything works fine :)
Best regards
lukasz