I've recently a problem compiling cppunit under msvc6. The library was compiled ok, but DSPlugin compilation ended with MIDL2025 syntax error.
The solution for me was to change regional settings to US English. (I am in Slovakia so obviously that is my usual setting :). After that almost everything went all right. This is rumored to be a bug in the midl compiler...
- just thought this could save somebody some googling :)
Jano
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've recently a problem compiling cppunit under msvc6. The library was compiled ok, but DSPlugin compilation ended with MIDL2025 syntax error.
The solution for me was to change regional settings to US English. (I am in Slovakia so obviously that is my usual setting :). After that almost everything went all right. This is rumored to be a bug in the midl compiler...
- just thought this could save somebody some googling :)
Jano