Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > Firefly mouse driver

Reply
Thread Tools Display Modes

Firefly mouse driver

 
 
Gert
Guest
Posts: n/a

 
      10-10-2010
I try to get the sample driver of the firefly working.
It doesn't pass the following statements in the sample:

hResult = m_pIWbemServices->PutInstance(
m_pIWbemClassObject,
WBEM_FLAG_UPDATE_ONLY,
NULL,
NULL );

if ( hResult != WBEM_S_NO_ERROR ) {
_tprintf( TEXT("Failed to save the instance,")
TEXT(" %s will not be updated.\n"),
lpProperty );

At first I got the error messages from the if statement. But after some
hacking I now get blue screens at the first command. How to proceed??

Thanks already
Gert

 
Reply With Quote
 
 
 
 
Gert
Guest
Posts: n/a

 
      10-10-2010

After getting an error message I reposted the same message.
Please answer the other one

"Gert" wrote:

> I try to get the sample driver of the firefly working.
> It doesn't pass the following statements in the sample:
>
> hResult = m_pIWbemServices->PutInstance(
> m_pIWbemClassObject,
> WBEM_FLAG_UPDATE_ONLY,
> NULL,
> NULL );
>
> if ( hResult != WBEM_S_NO_ERROR ) {
> _tprintf( TEXT("Failed to save the instance,")
> TEXT(" %s will not be updated.\n"),
> lpProperty );
>
> At first I got the error messages from the if statement. But after some
> hacking I now get blue screens at the first command. How to proceed??
>
> Thanks already
> Gert
>

 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Slow Vista startup Jedi940 Windows Vista Performance 1 01-13-2008 08:50 PM
crcdisk.sys start up problem (with boot log) Jimmy Windows Vista Hardware 2 08-13-2007 07:22 PM
BUGCODE_USB_DRIVER with external USB HDD PHILIPS Deathwing00 Windows Vista Hardware 11 06-15-2007 07:02 PM
Missing VGA driver rh0000 Windows Vista Hardware 14 06-13-2007 10:21 AM
Re: No Matter What Installations Won't Boot On My Laptop Richard Urban Windows Vista Installation 1 01-06-2007 05:08 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59