
20 Oct
2008
20 Oct
'08
4:25 p.m.
John Maddock:
K. Noel Belcourt wrote:
Is version 1202 specific to the embedded compiler, or should we check for defined(_WIN32_WCE) || defined(UNDER_CE) as well?
I'm not sure since I don't have access to this platform. Peter D. was kind enough to suggest I use version 1202 so I suspect it's specific to that version of eVC 4.2.
No I don't have access to that compiler either, in fact I *think* there *may* have been several embedded VC++ releases with versions 1200/1201/1202 but I'm not enturely sure...
I think that: - 1200 is VC 6.0 and eVC 4.0; - 1201 is eVC 4.1; - 1202 is eVC 4.2. Since nobody uses eVC 4.0 and 4.1, I think that it'd be enough to test for 1202.