<div>you can download the files at <a href="http://www.newsmth.net/att.php?s.284.38015.655.zip" target="_blank" rel="nofollow">http://www.newsmth.net/att.php?s.284.38015.655.zip</a> </div>
<div>the dll and exe are created by freebasic</div>
<div> </div>
<div>import ctypes <br>mydll=ctypes.windll.LoadLibrary("mydll.dll") <br>
<p>_TwoTimes=getattr(mydll,'TWOTIMES@8') <br>_TwoTimes.argtypes=[ctypes.c_double] <br>def TwoTimes(i): <br>        return _TwoTimes(i) <br></p>
<p>in fact, twotimes function return double*2, but when I use <br>print TwoTimes(10)<br>in python, I get 2226880</p>
<p>thanx</p></div>