Re: rpc issues

2007-01-05 Thread Damjan Jovanovic
Pretty sure. The only reason I say that is that when I test it I have to change to the port every test because if I don't it says the port is in use (I guess the program isn't closing the port or something). Honestly I still don't fully understand how rpc finds the port number, which may be the

Re: rpc issues

2007-01-05 Thread Matthew Edlefsen
On 1/3/07, Damjan Jovanovic [EMAIL PROTECTED] wrote: On 1/4/07, Matthew Edlefsen [EMAIL PROTECTED] wrote: On 1/2/07, Damjan Jovanovic [EMAIL PROTECTED] wrote: On 1/1/07, Matthew Edlefsen [EMAIL PROTECTED] wrote: Hi, I've been trying to get a program that uses rpc to work on wine and

Re: rpc issues

2007-01-05 Thread Robert Shearman
Matthew Edlefsen wrote: When using RpcServerUseProtseq on Windows, according to msdn, the port number is dynamically determined by the RPC run time, depending on availability and registry settings. If that's the case how does the client know what port to connect to? Since I'm using

Re: rpc issues

2007-01-04 Thread Matthew Edlefsen
On 1/2/07, Damjan Jovanovic [EMAIL PROTECTED] wrote: On 1/1/07, Matthew Edlefsen [EMAIL PROTECTED] wrote: Hi, I've been trying to get a program that uses rpc to work on wine and I've been having some problems (my understanding is that isn't surprising). The goal is to be able to run a rpc

Re: rpc issues

2007-01-03 Thread Damjan Jovanovic
On 1/4/07, Matthew Edlefsen [EMAIL PROTECTED] wrote: On 1/2/07, Damjan Jovanovic [EMAIL PROTECTED] wrote: On 1/1/07, Matthew Edlefsen [EMAIL PROTECTED] wrote: Hi, I've been trying to get a program that uses rpc to work on wine and I've been having some problems (my understanding is that

Re: rpc issues

2007-01-02 Thread Damjan Jovanovic
On 1/1/07, Matthew Edlefsen [EMAIL PROTECTED] wrote: Hi, I've been trying to get a program that uses rpc to work on wine and I've been having some problems (my understanding is that isn't surprising). The goal is to be able to run a rpc server that sits and waits for connections over tcp/ip

rpc issues

2007-01-01 Thread Matthew Edlefsen
Hi, I've been trying to get a program that uses rpc to work on wine and I've been having some problems (my understanding is that isn't surprising). The goal is to be able to run a rpc server that sits and waits for connections over tcp/ip (It's for doing distributed computing). My first problem