Re: SymEnumSymbolsForAddr in dbghelp.dll

2012-04-17 Thread Roger Cruz
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.

Re: SymEnumSymbolsForAddr in dbghelp.dll

2012-04-17 Thread Roger Cruz
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

Re: SymEnumSymbolsForAddr in dbghelp.dll

2012-04-17 Thread André Hentschel
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 &

Re: SymEnumSymbolsForAddr in dbghelp.dll

2012-04-16 Thread Roger Cruz
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'

SymEnumSymbolsForAddr in dbghelp.dll

2012-04-16 Thread Roger Cruz
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