|
From: Ha T. D. <duo...@gm...> - 2006-11-27 22:23:06
|
Hi I copied the file into the file into the system32 directory. But how can I can use that libusb0.dll in my code because when i tried to add reference using libusb0.dll then is show me "A reference to libusb0.dll could not be loaded. Please make sure that the file is accessible and that is a valid assembly or COM component. Can you please tell me what i should do with that. Thanks a lot Maverick Stephan Meyer wrote: > The DLL does not support COM, that's why regsvr32 fails. Just copy > the file to <windir>/system32. > > Stephan > > > >> Hi >> >> I am trying make a small program that use libusb-win32. Can you please >> tell me how to add the dll file into the referencein the project. >> When i added that it show me the message "A reference to libusb0.dll >> could not be loaded. Please make sure that the file is accessible and >> that is a valid assembly or COM component. >> >> I copy the dll file to Windows/system32 and run >> regsvr32 libusb0.dell >> and it show a error message >> >> "libusb0.dll was loaded but the DllRegisterServer entry point was not found" >> Can you please tell me what should i do with that? >> Thanks a lot >> Best regard >> Duong >> >> ------------------------------------------------------------------------- >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to share your >> opinions on IT & business topics through brief surveys - and earn cash >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >> _______________________________________________ >> Libusb-win32-devel mailing list >> Lib...@li... >> https://lists.sourceforge.net/lists/listinfo/libusb-win32-devel >> > > > ______________________________________________________________________________ > "Ein Herz für Kinder" - Ihre Spende hilft! Aktion: www.deutschlandsegelt.de > Unser Dankeschön: Ihr Name auf dem Segel der 1. deutschen America's Cup-Yacht! > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Libusb-win32-devel mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libusb-win32-devel > > |