
15 Mar
2006
15 Mar
'06
3:51 p.m.
Hi, Does it really have to change statically?
I use code like: #ifdef __WIN32__ (Windows code) #else (Linux code) #endif
In Yhc, we use a runtime test to check between Windows and Linux. It has various advantages - we only have one code base, everything is type checked when we compile, and we've never run into any problems once despite developing on two different platforms. http://www-users.cs.york.ac.uk/~malcolm/cgi-bin/darcsweb.cgi?r=yhc-devel;a=h... Thanks Neil