This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem running C server with Cygwin


Thank You for reply.

I use the same version and as Client telnet from command line. But the error
is the same.

Thank for the notice over bug.

Gaetano


Mark Fisher wrote:
> 
> i don't get this error running the code you linked.
> i'm running "gcc (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)"
> 
> i did notice a simple bug in your program though, line 141 should be:
> 
>       if (NodoTrovato == NULL){
> 
> otherwise you never create words in your list.
> 
> after that, it ran fine.
> (if by fine you wanted each connection to only add one word to your
> server)
> 

-- 
View this message in context: http://www.nabble.com/Problem-running-C-server-with-Cygwin-tf3827749.html#a10836998
Sent from the Cygwin Users mailing list archive at Nabble.com.


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]