Quantcast

libusbK pascal binding enhancements

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

libusbK pascal binding enhancements

Travis

Greetings,

Thanks to Alberto Semenzato, our libusbK pascal binding now includes
hot-plug support (HotK) as well as some other improvements.

View:
https://sourceforge.net/p/libusbk/code/210/tree/trunk/libusbK/bindings/libusbK.pas
Download:
https://sourceforge.net/p/libusbk/code/210/tree/trunk/libusbK/bindings/libusbK.pas?format=raw

I must also thank Ekkehard Domning once more for providing this
beautiful libusbK pascal binding in the first place.

Regards,
Travis


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Libusb-win32-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/libusb-win32-devel
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: libusbK pascal binding enhancements

Ekkehard
There is a small bug in the pas file, caused by the renaming of the file.
Before using, please change the line 25
unit ULibUsbKImportPre;
into
unit libusbK;
to prevent a mismatch between unit name and file name
@Travis maybe you can apply this change to the distributed file
Regards
Ekkehard
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: libusbK pascal binding enhancements

Alberto Semenzato-2
Hi Hekkehard, this was already changed with the revision I sent to Travis, are you sure you got the last one (the one with hotplug API and selectable linking type)?
If not try to get it and have a look to see if there's something you would like to change.

Regards,

Alberto


Da: Ekkehard <[hidden email]>
A: [hidden email]
Inviato: Venerdì 17 Febbraio 2012 8:32
Oggetto: Re: [Libusb-win32-devel] libusbK pascal binding enhancements

There is a small bug in the pas file, caused by the renaming of the file.
Before using, please change the line 25
/unit ULibUsbKImportPre;/
into
/unit libusbK;/
to prevent a mismatch between unit name and file name
@Travis maybe you can apply this change to the distributed file
Regards
Ekkehard

--
View this message in context: http://libusb.6.n5.nabble.com/libusbK-pascal-binding-enhancements-tp5483159p5491715.html
Sent from the LibUSB Dev - Win32 mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Libusb-win32-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/libusb-win32-devel



------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Libusb-win32-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/libusb-win32-devel
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: libusbK pascal binding enhancements

Ekkehard
I just downloaded
http://sourceforge.net/projects/libusbk/files/latest/download
I will wait fror Travis.
Regards
Ekkehard
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: libusbK pascal binding enhancements

Travis
In reply to this post by Ekkehard
On 2/16/2012 11:32 PM, Ekkehard wrote:
> There is a small bug in the pas file, caused by the renaming of the file.
> Before using, please change the line 25
> /unit ULibUsbKImportPre;/
> into
> /unit libusbK;/
> to prevent a mismatch between unit name and file name

Yes, the first think I did was rename the file and created a bug. ;)

> @Travis maybe you can apply this change to the distributed file

Alberto fixed this for us.  I plan to include his changes in the *next*
release.

Here are some links into the source branch for the revised binding:
View:
https://sourceforge.net/p/libusbk/code/210/tree/trunk/libusbK/bindings/libusbK.pas 

Download:
https://sourceforge.net/p/libusbk/code/210/tree/trunk/libusbK/bindings/libusbK.pas?format=raw 


Regards,
Travis

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Libusb-win32-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/libusb-win32-devel
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: libusbK pascal binding enhancements

Ekkehard
Travis wrote
On 2/16/2012 11:32 PM, Ekkehard wrote:
> @Travis maybe you can apply this change to the distributed file
Alberto fixed this for us.  I plan to include his changes in the *next*
release.
Regards,
Travis
Fine!
As allways, bugs are indicated by users (in this case me) when testing and rollout happned :-)
Regards Ekkehard
Loading...