<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:12pt"><div><span>Guys,</span></div><div><br><span></span></div><div><span>Just a quick status update on the symbol lookup and an explanation of what this question is all about.  Basically, I have loaded the dbghelp file successfully and loaded all of the symbols for the module (aka, library, dll, etc) being linked.  I then tried to invoke this function </span>SymEnumSymbolsForAddr<span> to enumerate each function's arguments and lo and behold, the damn function is not implemented in Wine.. but where there is a will, there is a way.  I recalled that Wine has its own debugger and they implement the backtrace capability so I'm looking to see how they enumerate the arguments.  I will let you know more soon.</span></div><div><br><span></span></div><div><span>Roger<br></span></div><div><br></div>  <div style="font-family: arial,
 helvetica, sans-serif; font-size: 12pt;"> <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <div dir="ltr"> <font size="2" face="Arial"> <hr size="1">  <b><span style="font-weight:bold;">From:</span></b> Roger Cruz <roger_r_cruz@yahoo.com><br> <b><span style="font-weight: bold;">To:</span></b> "wine-devel@winehq.org" <wine-devel@winehq.org> <br> <b><span style="font-weight: bold;">Sent:</span></b> Monday, April 16, 2012 9:13 PM<br> <b><span style="font-weight: bold;">Subject:</span></b> SymEnumSymbolsForAddr in dbghelp.dll<br> </font> </div> <br><div id="yiv499827397"><div><div style="color:#000;background-color:#fff;font-family:arial, helvetica, sans-serif;font-size:12pt;"><div><br></div><div>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></div><div><br></div><div>Thanks</div><div>Roger R. Cruz</div></div></div></div><br><br><br><br> </div> </div>  </div></body></html>