> Is fpc required to dynamic load C DLL ?
No. In fact, if you take a look at wrapper units (opengl, openal, sdl,
etc.), most (or probably all) of them loads the DLL they wrap statically.
Some may have dynamic loading feature either using different units or
conditional compilation.
--
View this
> Date: Thu, 20 Jun 2013 00:06:42 -0700
> From: leledumbo_c...@yahoo.co.id
> To: fpc-pascal@lists.freepascal.org
> Subject: [fpc-pascal] Re: fpc required to dynamic load VS DLL ?
>
> > Is fpc required to dynamic load C DLL ?
>
> No. In fact, if you take a look at wrapper units (opengl, openal, sd
On 19/06/13 13:17, Marcos Douglas wrote:
>
> Yes, but my client wants XML... another process will use it.
If the "another process" is also under your control, then maybe you can
educate the client about not using XML. Yes, I know that is a tall order
- some client are idiots and just go with flas
On Wed, Jun 19, 2013 at 12:57 PM, Graeme Geldenhuys
wrote:
> On 19/06/13 13:17, Marcos Douglas wrote:
>>
>> Yes, but my client wants XML... another process will use it.
>
> If the "another process" is also under your control, then maybe you can
> educate the client about not using XML. Yes, I know