<meta http-equiv="content-type" content="text/html; charset=utf-8"><div>I'm trying to write some sample code to:</div><div>  1 create an object via it's name</div><div>  2 search an object for it's functions</div>
<div>  3 call a static function in a class</div><div>  4 call a non-static function in an object</div><div><br></div><div>#1, #2 and #3 were straightforward. But  #4 looks like it's not possible in DMD 2.0.</div><div>
<br></div><div>I found this:</div><div><br></div><span class="Apple-style-span" style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; "><a href="http://www.digitalmars.com/d/archives/digitalmars/D/announce/Runtime_reflection_9949.html" target="_blank" style="color: rgb(0, 0, 204); ">http://www.digitalmars.com/d/archives/digitalmars/D/announce/Runtime_reflection_9949.html</a></span><br>
<br>
<div>which implies #4 is doable in Windows but not Linux. I'm using Linux 64-bit Ubuntu.</div><div><br></div><div>Any other avenues I can chase?</div><div><br></div><div>TIA,</div><div>John</div>