Board index » cppbuilder » CreateNamedPipe woes
hgiese
![]() CBuilder Developer |
CreateNamedPipe woes2005-02-28 06:34:30 AM cppbuilder81 Hello out there, does anybody know of a sample program (rather 'a pair of programs') where one (the server) creates a named pipe, another (the client) connects to it and they communicate happily ever after? I created an example based on the help item for 'Multithreaded Server' (Win32 help) and during development (that is: having break points set) I got the server to work. However, if I let the server run without break points and without any debug output it hangs. Very infuriating. If necessary I can of course post all the necessary code, but if somebody knows of a working example this might be a quicker way. Any links will be greatly appreciated Helmut Giese |