[PATCH 3/3] msvcp90: Add exception throwing function

Alexandre Julliard julliard at winehq.org
Thu Jul 22 10:11:36 CDT 2010


Piotr Caban <piotr at codeweavers.com> writes:

> Some of the exception data is filled in fill_exception_data
> function. Is it acceptable?

It would be nicer to avoid calling thiscall functions across dlls. The
exception vtable is exported so you can access it directly, and
replicate the constructor code.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list