c++ code

Alexandre Julliard julliard at winehq.org
Sat May 26 03:49:12 CDT 2007


"Evan Stade" <estade at 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 at winehq.org



More information about the wine-devel mailing list