<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:12pt"><DIV style="RIGHT: auto" id=yiv506426567>
<DIV style="RIGHT: auto">
<DIV style="BACKGROUND-COLOR: #fff; FONT-FAMILY: arial, helvetica, sans-serif; COLOR: #000; FONT-SIZE: 12pt">
<DIV style="RIGHT: auto">I already changed the code to use SymEnumSymbols and SymSetContext to specify the address of the symbol I want to look for.  A little more cumbersome but equivalent in functionality.  I'm currently in the process of debugging why symt_find_nearest() is not properly identifying the correct function symbol associated with the address it is being passed in.  The binary search in that function seems to stop short of the actual symbol.</DIV>
<DIV style="RIGHT: auto"> </DIV>
<DIV style="RIGHT: auto">With regards to winebuild and *.spec files,  I had examined the code and was pretty sure that stub meant not implemented but I just wanted to confirm.  Sometimes I ask also to see if anyone else is working on something similar so I don't duplicate the work and to get additional pointers on who to talk to like Juan did.  </DIV>
<DIV style="RIGHT: auto"> </DIV>
<DIV style="RIGHT: auto">Much greatful for your help and all of you other wine developers out there</DIV>
<DIV style="RIGHT: auto"> </DIV>
<DIV style="RIGHT: auto"> </DIV>
<DIV style="RIGHT: auto">Regards,</DIV>
<DIV style="RIGHT: auto">Roger R. Cruz<VAR id=yui-ie-cursor></VAR></DIV>
<DIV style="RIGHT: auto"><BR id=yiv506426567yui_3_2_0_20_133469484390551></DIV>
<DIV style="FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 12pt" id=yiv506426567yui_3_2_0_20_133469484390556 class=yiv506426567yui_3_2_0_20_133469484390554>
<DIV style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt" class=yiv506426567yui_3_2_0_20_133469484390561>
<DIV style="RIGHT: auto" dir=ltr><FONT size=2 face=Arial>
<DIV style="BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; PADDING-BOTTOM: 0px; LINE-HEIGHT: 0; MARGIN: 5px 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; HEIGHT: 0px; FONT-SIZE: 0px; BORDER-TOP: #ccc 1px solid; BORDER-RIGHT: #ccc 1px solid; PADDING-TOP: 0px" class=hr contentEditable=false readonly="true"></DIV></FONT><STRONG><FONT size=2 face=Arial></FONT></STRONG>> *From:* Roger Cruz <<A href="mailto:roger_r_cruz@yahoo.com" rel=nofollow target=_blank ymailto="mailto:roger_r_cruz@yahoo.com">roger_r_cruz@yahoo.com</A>><BR>> *To:* "<A href="mailto:wine-devel@winehq.org" rel=nofollow target=_blank ymailto="mailto:wine-devel@winehq.org">wine-devel@winehq.org</A>" <<A href="mailto:wine-devel@winehq.org" rel=nofollow target=_blank ymailto="mailto:wine-devel@winehq.org">wine-devel@winehq.org</A>><BR>> *Sent:* Monday, April 16, 2012 9:13 PM<BR>> *Subject:* SymEnumSymbolsForAddr in dbghelp.dll<BR>> <BR>> <BR>> 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 there any plans to?<BR>> <BR>> Thanks<BR>> Roger R. Cruz<BR><BR>Have a look at SymEnumSymbols (and SymEnumSymbolsW), it seems everything needed for SymEnumSymbolsForAddr is already available or needs only minor changes.<BR><BR>PS: The fact that you don't know Wine basics like spec files is putting you in a bad position to attack wine internals like winebuild/ntdll,<BR>i suggest to read the docs (http://www.winehq.org/documentation) and the regarding wiki Developer pages (http://wiki.winehq.org/Developers).<BR><BR>-- <BR><BR>Best Regards, Andr� Hentschel<BR><BR><BR><BR><BR></DIV></DIV></DIV></DIV></DIV></DIV></div></body></html>