User Ratings

★★★★★
★★★★
★★★
★★
1
0
0
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5

Rate This Project
Login To Rate This Project

User Reviews

  • It worked, but not straight of the shelf. I had to get libusb and libusb-legacy from macport.<br> Change in ifp_routines.h and ifp.c the location of the <usb.h> file. It is (for me) in /opt/local/include/libusb-legacy/usb.h Then configure with > ./configure --without-libiconv-prefix --with-libusb-prefix=/opt/local/lib/libusb-legacy/ > make Make was not successful; it does not add the libusb.dylib. Run the loader again with > gcc -g -O2 -o ifp ifp-ifp.o ifp-ifp_routines.o ./libunicodehack.a -liconv /opt/local/lib/libusb-legacy/libusb.dylib The resulting executeble works. Thanks.