<div>š</div><div>š</div><div>10.01.2014, 11:19, "leledumbo" <leledumbo_cool@yahoo.co.id>:</div><blockquote type="cite"><p>I'm writing a web app hosting several tasks in FPC, however one of the task<br />is calling a function residing in a .NET dll. I've made a flat C interface<br />for the dll (so that I can call it from FPC easily), and it works just fine<br />IF the dll is somehow loaded first. Currently, I use a trick to debug my web<br />app from Visual Studio and makes the app calls the dll function. This<br />automatically bootstraps the CLR and as long as there's no update on the dll<br />my app would stay working. However, this is of course cumbersome. I wonder<br />if there's any way to load the dll without such a dirty trick.</p></blockquote><div>š</div><div>It is hard to understand from your message how exactly this works. I mean the details. I suggest you try the following: compile a .net executable which does nothing but require your .net dll assembly. Then launch this .net executable and keep the process running. Then launch your FPC application and see if it works</div>