Hi,

> The file ws2tcpip.h contains these macros, along with a bunch of
> comments. Inside some of the comments are "old value" notes, e.g. :
> #define IP_TOS                  3   /* old (winsock 1.1) value 8 */
> #define IP_TTL                  4   /* old value 7 */
> 
> These old values match what you seem to require.
> 
> The web page
> http://www.pocketpcjunkies.com/Uwe/Forum.aspx/wince-vc/5250/PRB-Is-
> Winsock2
> 
> talks about CE but also about x86.
> 
> So either these are CE-specific values, or they're CE on X86 specific.

I think they are CE specific.

> I've never seen the latter, so I'll change our ws2tcpip.h file to
> define
> those macros to their old values if on CE.
> 
> If someone thinks this is wrong, please yell :-)

You can test this with ACE, run the Multicast_Test, it failed on x86 CEGCC
with:
[Details] Error: (log/Multicast_Test.log): MCT_Event_Handler::join
239.255.0.1/16000 failed: unknown error: 19
[Details] Error: (log/Multicast_Test.log): MCT_Task::open - join error
[Details] May 20 05:08:02.840 2...@lm_error@MCT_Event_Handler::join
239.255.0.1/16000 failed: unknown error: 19
[Details] May 20 05:08:02.842 2...@lm_error@MCT_Task::open - join error

But with msvc it did run. Probably late this evening I have new test results
with CEGCC x86 with the changed defines

Johnny


------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to