<div>I'm sorry for such a basic question, but I can not find an answer on it in the mail archive or manual.</div>
<div>I have a VB dll which uses .NET and I need to instantiate a certain class and call a certain method.</div>
<div>It sounds like clr, since its a managed dll, would be a right library to use.</div>
<div>So what is the right way to do this?</div>
<div> </div>
<div>I was successful in using ctypes for calling functions from native C dlls, but it seems not to work this time (or I'm missing something).</div>
<div> </div>
<div>Thanks,</div>
<div>Vlad</div>
<div> </div>