"Evan Stade" estade@gmail.com wrote:
I want to write conformance tests for gdiplus and that requires the use of c++. Even if I were to focus on the gdi+ flat api, the windows SDK headers for that have c++ code in them, also eventually when the gdi+ c++ wrappers are written on top of the flat api then we will need to be able to compile c++ in the wine environment. What do I have to do to be able to write these tests?
According to the Wine rules C++ is not acceptable for Wine code. Obviously you have 2 choices:
1. Cope with that fact like we do for OLE implementation/tests 2. Create a separate project for gdiplus