| Mac > Mac Programmer Help > Windows server,... |
|
| << Topic |
< Post |
Post 1 of 3 Topic 3709 of 3812
|
Post > |
Topic >> |
Windows server, mac client, best communication method?
by eric <eselk@[EMAIL PROTECTED]
>
Apr 17, 2008 at 03:29 PM
|
If I have an app running on a Windows PC that is listening for clients
on a named-pipe (CreateNamedPipe in Win32), is there any way for a Mac
client to connect to that pipe? From what I can tell, named-pipes on
Windows and Mac are very different things, and are not compatible at
all. In the Windows world I know they use special SMB packets, so I
imagine one could build an SMB packet in this format and send it over
TCP or whatever protocol you wanted, but I imagine that would require
a lot of work.
I could make my Windows app listen on a TCP/IP socket.... I'll
probably go that route, if I have to.


|
3 Posts in Topic:
|
eric <eselk@[EMAIL PRO |
2008-04-17 15:29:48 |
|
David Phillip Oster <o |
2008-04-18 21:22:56 |
|
eric <eselk@[EMAIL PRO |
2008-04-21 17:00:23 |
|
Post A Reply:

|