From: Roger Cruz
To: André Hentschel ; "wine-devel@winehq.org"
Sent: Tuesday, April 17, 2012 11:11 PM
Subject: Re: SymEnumSymbolsForAddr in dbghelp.dll
I already changed the code to use SymEnumSymbols and SymSetContext to specify
the address of the symbol I want to look for.
er R. Cruz
> *From:* Roger Cruz
> *To:* "wine-devel@winehq.org"
> *Sent:* Monday, April 16, 2012 9:13 PM
> *Subject:* SymEnumSymbolsForAddr in dbghelp.dll
>
>
> I wrote a simple piece of code that uses dbghelp.dll's
> SymEnumSymbolsForAddr() b
o:* "wine-devel@winehq.org"
> *Sent:* Monday, April 16, 2012 9:13 PM
> *Subject:* SymEnumSymbolsForAddr in dbghelp.dll
>
>
> I wrote a simple piece of code that uses dbghelp.dll's
> SymEnumSymbolsForAddr() but when I went to search for its code in Wine, it
&
merate the arguments. I will let you know more
soon.
Roger
From: Roger Cruz
To: "wine-devel@winehq.org"
Sent: Monday, April 16, 2012 9:13 PM
Subject: SymEnumSymbolsForAddr in dbghelp.dll
I wrote a simple piece of code that uses dbghelp.dll'
I wrote a simple piece of code that uses dbghelp.dll's SymEnumSymbolsForAddr()
but when I went to search for its code in Wine, it looks to be missing. The
dbghelp.spec has that function listed as "stub". What does stub mean in this
context? Does it mean the function is not implemented? Are