On 5/26/07, Alexandre Julliard <julliard@winehq.org> wrote:
"Evan Stade" <estade@gmail.com> writes:
> 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?
I don't see any need to use C++ for that. All the exported APIs are
callable from C code, and the corresponding headers are C compatible
too.
--
Alexandre Julliard
julliard@winehq.org