From: Stefan S. <sse...@ar...> - 2004-11-04 19:54:43
|
hi Scott, > From: Scott Shumaker [mailto:ssh...@gm...] > Sent: November 4, 2004 14:28 > As an aside, how scalable is OpenCXX? Does anyone have experience > using it with large-scale projects? That depends on what you are referring to as 'OpenCXX'. If you are talking about the occ (occ2) application, it's entirely file-based, i.e. it doesn't much care about what project the file in question is part of. In that sense it is as scalable as a compiler. I can't answer your MSVC question as I'm currently not working with the original OpenCxx code. I believe there are some potential issues with the parser not understanding MSVC extensions (such as "throw(...)"). Also, I have no idea whether the build system supports MSVC. Regards, Stefan |