Re: [Cegcc-devel] sending and receiving UDP packets

2010-03-14 Thread Pavel Pavlov
> From: SiliconBear [mailto:c...@ecafe.idv.tw] > > Dear Experts, > > I'm trying to port a simple UDP application, which ran on Linux and > Symbian, > to Windows Mobile 6.5. I was going to do a fresh MSVC project, but then > ran > into cegcc, and gave it a try. I have to say, cegcc saves me a lot

Re: [Cegcc-devel] Ws2tcpip.h

2010-03-14 Thread Pavel Pavlov
> On Sun, 2010-03-14 at 04:25 -0400, Pavel Pavlov wrote: > > Sorry, I should have give more info. Off course default vanilla armv4 > will work, > > but I need to enable armv7 + neon compilation. Currently, It won't > compile the > > code: error, unsupported ins for this arch. > > arm-mingw32ce-gcc

[Cegcc-devel] sending and receiving UDP packets

2010-03-14 Thread SiliconBear
Dear Experts, I'm trying to port a simple UDP application, which ran on Linux and Symbian, to Windows Mobile 6.5. I was going to do a fresh MSVC project, but then ran into cegcc, and gave it a try. I have to say, cegcc saves me a lot of efforts. However, I ran into an issue with missing UDP packet

Re: [Cegcc-devel] Ws2tcpip.h

2010-03-14 Thread Danny Backx
On Sun, 2010-03-14 at 04:25 -0400, Pavel Pavlov wrote: > Sorry, I should have give more info. Off course default vanilla armv4 will > work, > but I need to enable armv7 + neon compilation. Currently, It won't compile the > code: error, unsupported ins for this arch. arm-mingw32ce-gcc --target-hel

Re: [Cegcc-devel] Ws2tcpip.h

2010-03-14 Thread Pavel Pavlov
> On Sun, 2010-03-14 at 03:22 -0400, Pavel Pavlov wrote: > > > shouldn't the version of _WIN32_WCE be tested ? > > > > > > Well, wince sdk from ms doesn't have any tests, msdn says that the > api is available from ce.net 4.1 so probably that should be tested > then. > > Just applied a fix. > > >

Re: [Cegcc-devel] Ws2tcpip.h

2010-03-14 Thread Danny Backx
On Sun, 2010-03-14 at 03:22 -0400, Pavel Pavlov wrote: > > shouldn't the version of _WIN32_WCE be tested ? > > > Well, wince sdk from ms doesn't have any tests, msdn says that the api is > available from ce.net 4.1 so probably that should be tested then. Just applied a fix. > Guys, just a side