by randi » Tue May 23, 2006 6:12 pm
Revision 139 builds fine with the Express Edition, but if you are dead-set against using 2005, you can make copies of the project files and edit their version identifiers from "8.00" to "7.10". That's what I was doing with Media Player Classic before I decided to just go ahead and get 2005 so I could use its project files directly.
To fix your problems with the Bison-generated files, you can add __STDC__=0 as a preprocessor definition, but it looks like it's probably unnecessary since they've been regenerated with the older Bison now.
I have no idea what addons you use, but I never used any, so I don't lose anything by switching to 2005. The immediately obvious gains I can see are more robust error checking, the return of profiling, and a 64-bit cross compiler. Moreover, it opens up the source to a wider audience who would rather use an IDE than a command line with make and GCC.
MartinHowe wrote:Express is well-capable of compiling large C++ and C programs
I should hope so, considering that it appears to be exactly the same as Professional but without ATL, MFC, Platform SDK, DirectX SDK, a 64-bit compiler, profiling, or other languages. Anyway, I hope you're happy even if not everybody is.
Revision 139 builds fine with the Express Edition, but if you are dead-set against using 2005, you can make copies of the project files and edit their version identifiers from "8.00" to "7.10". That's what I was doing with Media Player Classic before I decided to just go ahead and get 2005 so I could use its project files directly.
To fix your problems with the Bison-generated files, you can add __STDC__=0 as a preprocessor definition, but it looks like it's probably unnecessary since they've been regenerated with the older Bison now.
I have no idea what addons you use, but I never used any, so I don't lose anything by switching to 2005. The immediately obvious gains I can see are more robust error checking, the return of profiling, and a 64-bit cross compiler. Moreover, it opens up the source to a wider audience who would rather use an IDE than a command line with make and GCC.
[quote="MartinHowe"]Express is well-capable of compiling large C++ and C programs[/quote]
I should hope so, considering that it appears to be exactly the same as Professional but without ATL, MFC, Platform SDK, DirectX SDK, a 64-bit compiler, profiling, or other languages. Anyway, I hope you're happy even if not everybody is.