Debugging with native DLLs

Uwe Bonnes bon at elektron.ikp.physik.tu-darmstadt.de
Mon Jul 21 05:18:14 CDT 2003


>>>>> "E" == E Lea <ed at centralmanclc.com> writes:

    E> I'm trying to see which OLE calls a program makes under WINE when
    E> using oleaut32 natively. Obviously this native DLL doesn't have any
    E> debugging information.

    E> wine --debugmsg +ole app.exe doesn't seem to show the calls made to
    E> oleaut32. Is there are way I can get this information?

The only debugging avaliable for native DLLs is --debugmsg +snoop.

If the call to the native function doesn't go through the normal import
mechanisme ( what I expect for the OLE functionality), this probably won't
help.

Bye
-- 
Uwe Bonnes                bon at elektron.ikp.physik.tu-darmstadt.de

Institut fuer Kernphysik  Schlossgartenstrasse 9  64289 Darmstadt
--------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------



More information about the wine-devel mailing list