<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>> Date: Thu, 20 Jun 2013 00:06:42 -0700<br><div>> From: leledumbo_cool@yahoo.co.id<br>> To: fpc-pascal@lists.freepascal.org<br>> Subject: [fpc-pascal] Re: fpc required to dynamic load VS DLL ?<br>> <br>> > Is fpc required to dynamic load C DLL ?<br>> <br>> No. In fact, if you take a look at wrapper units (opengl, openal, sdl,<br>> etc.), most (or probably all) of them loads the DLL they wrap statically.<br>> Some may have dynamic loading feature either using different units or<br>> conditional compilation.<br><br>Many thanks Leledumbo.<br><br>>> most (or probably all) of them loads the DLL they wrap statically.<br><br>I was thinking that too. I have try to change compiler options in Visual Studio ( 6 and 11) to load dynamic the "child" library but i loose.<br><br>The only way i find to dynamicaly load the "child" library is to... use fpc.<br><br>PS : I wanted to help my C developper friends (who do not understand how i did to dynamically load the "child" library) and after trying lot of things, my conclusion was : C folks, migrate to Pascal, that is the best solution... ;-)<br></div>                                         </div></body>
</html>