Thread: WaitNamedPipe() Issue

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #12
    Registered User IndioDoido's Avatar
    Join Date
    Apr 2007
    Posts
    194
    okay...
    this is what i did:
    Code:
    char *pszPipe="\\\\192.168.1.80\\pipe\\ServNT";
    
    if (!WaitNamedPipe(pszPipe, NMPWAIT_WAIT_FOREVER)) 
    {
    	DisplayError(pszPipe);
    	return 1;
    }
    and this is the result error:
    waitNamedPipe error faild with error 3 (System cannot find the path specified)
    I did testes with the firewall on\off and the error was the same

    What now? I'm against violence, but do i have to beat my virtual machine up?
    Last edited by IndioDoido; 11-10-2008 at 10:43 AM. Reason: sorry pasted \\192.168.1.80\\pipe\\ServNT instead of waitNamedPipe error
    "Artificial Intelligence usually beats natural stupidity."

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. float calculation issue
    By George2 in forum C# Programming
    Replies: 1
    Last Post: 05-26-2008, 04:56 AM
  2. re-entrancy pattern issue setbacks
    By George2 in forum Windows Programming
    Replies: 0
    Last Post: 04-12-2008, 02:23 AM
  3. type safe issue
    By George2 in forum C++ Programming
    Replies: 4
    Last Post: 02-12-2008, 09:32 PM
  4. Idle Issue.
    By Charmy in forum C++ Programming
    Replies: 7
    Last Post: 06-24-2005, 06:10 AM
  5. my first issue of GDM
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 09-12-2002, 04:02 PM