41 initialize commit
- project CameraControl created which shall handle available cameras
- project testCameraControl add which is just the test application for developing
- class Log added. Log is a logger which allows a usage of it like a printf with some log levels
39 - Added the definition USB_CLASS_PTP, because it is needed through commit revision 1.273 of file libusb-glue.c.
- Added some preparations for my K550 and general detection of pure PTP devices.
30 Made libptp2 be compileable on Windows platform. However things are done quick and dirty and some more work needs to be done.
Especially Windows does not provide the mmap function. Instead there exists MapViewOfFile. This should be used here in future.
See http://social.msdn.microsoft.com/forums/en-US/vcgeneral/thread/e85aa6a8-2e6d-4f7d-8fdb-06e35f102a14
and http://msdn.microsoft.com/en-us/library/aa366761(VS.85).aspx