| Subject | : | USBCALLS.LIB |
| Author | : | BWHUGHE brhughe@attglobal.net |
| Date | : | 12 May, 2004 on 21:39 |
| Has anyone tried developing any USB apps. using Netlabs.org USB toolkit? I downloaded the source using CVS and tried linking with USBCALLS.DLL and received: "ILink : fatal error LNK1104: d:\cvs\work\usb\usbcalls\lib\USBCALLS.LIB is not a valid library." When I used ILIB against USBCALLS.LIB I receive: I then downloaded usbmountd and tried to compile it and I also received: I am using Convenience Pack 4.52 with VACPP 3.6.5 and Toolkit 4.5. Any thoughts? Brian Hughes |
| Subject | : | Re:USBCALLS.LIB |
| Author | : | zoron |
| Date | : | 13 May, 2004 on 19:15 |
| I have not looked at the source but have you tried making a new import library with implib.exe? Sorry the above comment was a little vague. Try building the import library using the def file instead of the dll eg: implib usbcalls.lib usbcalls.def You could also use emximp instead of implib. |
| Subject | : | Re:USBCALLS.LIB |
| Author | : | BWHUGHE brhughe@attglobal.net |
| Date | : | 14 May, 2004 on 17:17 |
| I found USBCALLS.DLL in the USBMOUNTD.ZIP utility file and executed: ILIB /gi USBCALLS.DLL to get the library file. It linked just fine. The size of usbcalls.lib was 13330 bytes as opposed to the usbcalls.lib in the CVS source for usbcalls which was 6155 bytes. I didn't notice the DLL before, I was concentrating on the usbcalls CVS source and just missed it. Thanks for the help. |