CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: rjbez

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    2,969

    Re: gethostbyaddr, loopback, 11004 error!

    I'm sorry I can't help you, but I had a very similar problem when I was calling GetHostByName(). I had a usb device connected (the device was setup to be a network adapter) and when I would call...
  2. Replies
    0
    Views
    3,393

    mDNSResponder for windows 64-bit

    I am using Apple's mDNSResponder.exe service to browse a network for printers. In order to avoid requiring Bonjour installed I compiled my own mDNSResponder.exe and include that in the install of the...
  3. Replies
    1
    Views
    4,770

    Re: EnumPorts error

    Solved. Turns out I called EnumPorts() when we still had teh spooler turned off. Changed the call to after we restart the spooler and worked great.
  4. Replies
    1
    Views
    4,770

    [RESOLVED] EnumPorts error

    I did a search and couldn't find any help. I am calling EnumPorts to get a list of network printers installed on the computer. When I call EnumPorts the first time (to find the buffer size) it...
  5. Replies
    6
    Views
    2,802

    Re: Network Adapter API

    I need something that will be packaged into an application that is going to uninstall the entire driver. DevCon says it is to only be used for debugging purposes...I'm looking for something that is...
  6. Replies
    6
    Views
    2,802

    Re: Network Adapter API

    So I did an EnumServiceStatus and found the driver service. But just doind a DeleteService wont uninstall the driver will it? Thanks for all the help...
  7. Replies
    6
    Views
    2,802

    Re: Network Adapter API

    It's not a network drive. It is a device that uses a network adapter to act like a network device. Almost like installing a printer as a network printer but it connects via USB for example. When it...
  8. Replies
    6
    Views
    2,802

    Network Adapter API

    So I am installing a driver for a USB network adapter. Is there a similar set of API's to uninstall a network adapter like printers. For example DeletePrinterDriverEx, is there a...
  9. Replies
    0
    Views
    1,870

    [RESOLVED] ShellExecuteEx in server 2008

    I am I trying to install our printer driver on Windows Server 2008. We first try to use the WMI to install the printer, if this fails we try rundll32. I have tried both CreateProcess and...
  10. Replies
    0
    Views
    4,058

    [RESOLVED] Windows Server 2008 install issues

    Delete me
Results 1 to 10 of 10





Click Here to Expand Forum to Full Width

Featured