From: Asen K. <kov...@tr...> - 2004-03-20 04:27:02
|
I have imported my changes to enable it running under MSVC 7.1. These are only the changes done to the OpenC++. I made some minor = changes to the GC library as well. The tag name is <sandbox_asen_kovachev_msvc> Also I would like to discuss some features I want to add. I made it so that you can call a function to retrieve the name of the = file being processed. As well as the folder. We are generating .cpp AND .h files from a meta = header .hxx and need to know the folder where we should do the extra = work. Do you think that is a feature you guys might appreciate added to = the code? Since I intend to use OpenC++ not as a preprocessor step only but more = like a tool to transform the source code. I think it would be nice if it collected the information about the = include files, but kept the original source structure (as opposed to placing #line, etc.) -A.K. |