|
From: Grzegorz J. <ja...@ac...> - 2005-02-07 06:41:43
|
Dr Gorilla wrote: > Hello all, > > Is there any build that currently supports msvc? I would like to get > occ working in msvc, can anyone point me in the right direction? Im an > experienced programmer with a rather complex game engine and I was > thinking about writing a custom preprocessor in order to simplify the > use of my engine with a few extensions to c++. then I came across > OpenC++. I think its a pretty amazing concept and I think it will do > everything I want plus its giving me a lot more possibilities. So I > would really like to get it working on msvc and possibly contribute to > the project if you like. > > so is there source working with msvc somewhere None that I know of. You may have a look at this list archives, because several people tried this throughout the last year, but the patches never made it into a mainstream. > or should i just get > the latest and try to cram it into msvc??? That's what I recommend. We would also welcome any contributions. Moreover, depending on your needs you may want to focus on a smaller subject of functionality factored out into OpenC++Core library. It has significantly simplified build process, so if its functionality is enough for you (parser, DOM, analyzer + you can define translation by deriving from AST visitors; basically the framework top that calls different compilers is stripped off), I would recommend approaching OpenC++Core instead. BR Grzegorz |