| 
      
      
      From: peer <Nig...@gm...> - 2007-02-11 15:50:13
       | 
| > Some plans for Vista support? > > Sorry I found no thread about Vista here or in the general group or I > get no response. > > Or must I really switch to WinUSB and give up to use LibUsb any longer? > > regards > Peter > Hi Peter, we are working at the moment on new Version including Vista-Support. Maybe Stephan Meyer will answering in the next days. Grettings Peer | 
| 
      
      
      From: Stephan M. <ste...@we...> - 2007-02-11 16:21:47
       | 
| > Some plans for Vista support=3F >=20 > Sorry I found no thread about Vista here or in the general group or I > get no response. >=20 > Or must I really switch to WinUSB and give up to use LibUsb any longer=3F You don't have to switch! The next release will support Vista. I'm currently working on a new version of the DLL that will use winusb.sys on Vista instead of libusb-win= 32's own kernel driver. Stephan >=20 > regards > Peter >=20 > --=20 > Newsreader: http://mesnews.net/index-gb.php > Deutsche Hilfedatei: http://www.lastwebpage.de/download/mesnews-de.zip >=20 >=20 >=20 >=20 > ------------------------------------------------------------------------= - > Using Tomcat but need to do more=3F Need to support web services, security= =3F > Get stuff done quickly with pre-integrated technology to make your job e= asier. > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geroni= mo > http://sel.as-us.falkag.net/sel=3Fcmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D121642= > =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F > Libusb-win32-devel mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libusb-win32-devel >=20 =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F Viren-Scan f=FCr Ihren PC! Jetzt f=FCr jeden. Sofort, online und kostenlos. Gleich testen! http://www.pc-sicherheit.web.de/freescan/=3Fmc=3D022222 | 
| 
      
      
      From: Peter F. (L. <las...@gm...> - 2007-02-21 10:44:58
       | 
| peer wrote at 11.02.2007 : > we are working at the moment on new Version including Vista-Support. > Maybe Stephan Meyer will answering in the next days. Is there somewhere maybe a pre-beta which not work completly, but can included in a C++ project with #pragma comment( lib, "libusb.lib" ) in my project? (comment out all the libusb calls line with #ifdef, or something similiar is not a good idea... ;) ) Peter -- Newsreader: http://mesnews.net/index-gb.php Deutsche Hilfedatei: http://www.lastwebpage.de/download/mesnews-de.zip | 
| 
      
      
      From: Stephan M. <ste...@we...> - 2007-02-21 18:34:25
       | 
| > peer wrote at 11.02.2007 : > > we are working at the moment on new Version including Vista-Support. > > Maybe Stephan Meyer will answering in the next days. > > Is there somewhere maybe a pre-beta which not work completly, but can > included in a C++ project with > #pragma comment( lib, "libusb.lib" ) > in my project=3F > (comment out all the libusb calls line with #ifdef, or something > similiar is not a good idea... ;) ) The current version should work on 32bit Vista without any problems, even the filter driver, but NOT on 64bit Vista. What I’m working on right now is a new version of the DLL that will use Vista's built-in winusb.sys driver instead of libusb's own kernel driver. Most of the features are already working. The problem with winusb.sys is that it's not possible to use it as a filter driver. So libusb 'filter driver mode' might not be supported in the future any more. I hope I can manage to release a beta version within the next weeks. Stephan =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F Viren-Scan f=FCr Ihren PC! Jetzt f=FCr jeden. Sofort, online und kostenlos. Gleich testen! http://www.pc-sicherheit.web.de/freescan/=3Fmc=3D022222 | 
| 
      
      
      From: Peter F. (L. <las...@gm...> - 2007-02-21 23:04:00
       | 
| Stephan Meyer wote : > The current version should work on 32bit Vista without any problems, > even the filter driver, but NOT on 64bit Vista. > Stephan Hello, you have test this? The Filter driver not work here (Vista 32Bit), I get always an error "C:\Program Files\LibUSB-Win32\bin\libusb0.dll This file is not design to work with windows or contain an error" (translated text) Or are they any special thing that I must do when I install it in Vista? (I have install it as admin) Peter -- Newsreader: http://mesnews.net/index-gb.php Deutsche Hilfedatei: http://www.lastwebpage.de/download/mesnews-de.zip | 
| 
      
      
      From: Stephan M. <ste...@we...> - 2007-02-23 17:30:29
       | 
| > Stephan Meyer wote : > > The current version should work on 32bit Vista without any problems, > > even the filter driver, but NOT on 64bit Vista. > > Stephan > > Hello, > you have test this? No, I can't test it since I have no Vista system to test on. > The Filter driver not work here (Vista 32Bit), I > get always an error > "C:\Program Files\LibUSB-Win32\bin\libusb0.dll > This file is not design to work with windows or contain an error" > (translated text) When do you get this error? When you install it or when you run your app? > > Or are they any special thing that I must do when I install it in > Vista? > (I have install it as admin) > > Peter > > -- > Newsreader: http://mesnews.net/index-gb.php > Deutsche Hilfedatei: http://www.lastwebpage.de/download/mesnews-de.zip > > > > > ------------------------------------------------------------------------- > 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 > _____________________________________________________________________ Der WEB.DE SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! http://smartsurfer.web.de/?mc=100071&distributionid=000000000066 | 
| 
      
      
      From: Peter F. (L. <las...@gm...> - 2007-02-23 19:38:23
       | 
| Stephan Meyer wrote : >... > When do you get this error? When you install it or when you run your app? >... I guses whithin the installation, -I download the last snapshot (libusb-win32-filter-bin-20060827.exe) from sourceforge -I start the installer with Admin rights. -when the installer show me "Creating kernel service (this may take a few seconds) the error message appear. -when I cancel this error box and execute the test application within the installation the same error appear. (Or if I exit the installer and start my own application) -- Newsreader: http://mesnews.net/index-gb.php Deutsche Hilfedatei: http://www.lastwebpage.de/download/mesnews-de.zip |