reading relay log

Uwe Bonnes bon at elektron.ikp.physik.tu-darmstadt.de
Wed Jan 7 11:53:02 CST 2004


>>>>> "Ferenc" == Ferenc Wagner <wferi at afavant.elte.hu> writes:

...
    Ferenc> which I don't understand given the definition

    Ferenc> ----------------------------------------------------------------
    Ferenc> HWND WINAPI CreateDialogParamA( HINSTANCE hInst, LPCSTR name,
    Ferenc> HWND owner, DLGPROC dlgProc, LPARAM param ) { HRSRC hrsrc;
    Ferenc> LPCDLGTEMPLATEA ptr;

    Ferenc>     if (!(hrsrc = FindResourceA( hInst, name, (LPSTR)RT_DIALOG
    Ferenc> ))) return 0; if (!(ptr = (LPCDLGTEMPLATEA)LoadResource(hInst,
    Ferenc> hrsrc))) return 0; return CreateDialogIndirectParamA( hInst,
    Ferenc> ptr, owner, dlgProc, param ); }
    Ferenc> ----------------------------------------------------------------

    Ferenc> After LoadResource returns, I would expect a call to
    Ferenc> CreateDialogIndirectParamA instead of the SysLevels etc.  Could
    Ferenc> somebody explain this, please?

Intra DLL calls are not looged by relay debugging. So you don't see the
CreateDialogIndirectParamA call in a relay log. Maybe +dialog may
help. Otherwise instrument the calls with more messages.

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