Re: Generation of the solution and projects for MSVC/ICC

2006-08-31 Thread Martin Sebor
Farid Zaripov wrote: Hi All. I have found another way to generate solution and project files. This way is using VisualStudio Automation objects so we do not need to worry about solution and project files format. You mean we won't need to worry about generating the raw solution and

Re: Generation of the solution and projects for MSVC/ICC

2006-08-31 Thread Martin Sebor
William A. Rowe, Jr. wrote: Martin Sebor wrote: Could you help me understand what you mean by being able to unwind build problems with wrong flags, etc? The ability to debug compiler and linker command line options? If that's it, what makes these automation interfaces unhelpful in this regard?

Re: Generation of the solution and projects for MSVC/ICC

2006-08-31 Thread William A. Rowe, Jr.
Martin Sebor wrote: I agree. I also don't like the IDE hiding the command line. I like seeing the exact command line for each source file just as it would be issued by make, even if it's the same as for all the other sources. Note that .dsp exports into .mak format allow you to do just that,

Generation of the solution and projects for MSVC/ICC

2006-08-30 Thread Farid Zaripov
Hi All. I have found another way to generate solution and project files. This way is using VisualStudio Automation objects so we do not need to worry about solution and project files format. Farid.

Re: Generation of the solution and projects for MSVC/ICC

2006-08-30 Thread William A. Rowe, Jr.
Farid Zaripov wrote: Hi All. I have found another way to generate solution and project files. This way is using VisualStudio Automation objects so we do not need to worry about solution and project files format. Drinking the kool-aid, eh :-? Intermediating with solutions and projects