Hi Yes it was a great help . I think it needs some few changes to get compiled on msvc 6.0 .Firstly i updated the packet driver interface with the latest one Secondly there was a bug probably (pardon me if its my misunderstanding) in low_level_init function
I changed memcpy(ethaddr,ethernetif->ethaddr,6) with memcpy(ethernetif->ethaddr,ethaddr,6); Also i had to call netif_set_up(&netif); in the test.c explicitely If possible i will try to compile it using makefiles or JAM files and share it Best Regards ----- Original Message ----- From: "Pedro Alves" <[EMAIL PROTECTED]> To: "Mailing list for lwIP users" <[email protected]> Sent: Thursday, August 24, 2006 2:45 PM Subject: Re: [lwip-users] Windows port of lwip 1.1.1 > Hi Mumtaz, > > Kieran Mansley wrote: > > On Thu, 2006-08-24 at 10:40 +0500, Mumtaz Ahmad wrote: > > > >>Hi > >>I want to submit the windows port of lwip1.1.1 version .How can i? > > > > > > Can you provide more details? > > > > Ports are usually added into the contrib module by providing the > > maintainer with CVS write access to the repository. However, we will > > currently only accept ports if there is someone who is willing to > > actively maintain them, as we have enough problems getting the existing > > ports updated each time the stack changes! > > > > Did you look at the msvc6 port found in contrib? > Some time ago, I sent patches to make it build with MSVC 2003, > and the changes were quite small. I didn't push hard to > make them in, so they were never applied. > > At the time, we were building a concensus that the best would be > to switch the MSVC ports to be makefile or cmake based. > > Cheers, > Pedro Alves > > > > _______________________________________________ > lwip-users mailing list > [email protected] > http://lists.nongnu.org/mailman/listinfo/lwip-users > > -- > This message has been scanned for viruses and > dangerous content by Streaming Networks, and is > believed to be clean. -- This message has been scanned for viruses and dangerous content by Streaming Networks, and is believed to be clean. _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
