Angus Leeming <[EMAIL PROTECTED]> writes: | L>>> #define BOOST_POSIX 1 >>> >> | Yes, this works. >> >> Ok. >> >> Then we have to decide on the best way to handle this. >> >> If we just make BOOST_POSIX be set for cygwin, then it works for you. >> But for the next guy using cygwin it will break. > | No, I don't think so. All our file names currently go through | "internal_path" which sort-of-posixifies them. I've no idea why things | appear to be working on a true Windows platform, but I think you've just | been lucky.
Ok, then we are back to scratch. What you are saying is that using filesystem calls from windows.h is perfectly ok when writing appications for cygwin? -- Lgb