On Thursday 21 of April 2011 13:21:17 Marco van de Voort wrote:
> On Wed, Apr 20, 2011 at 11:20:52AM -0300, Leonardo M. Ram? wrote:
> > Hi, I'm facing a weird issue with GetProcAddress in a Lazarus program
> >
> > I have a method that calls GetProcAddress to get a pointer to a function
> > in a sh
On Wed, Apr 20, 2011 at 11:20:52AM -0300, Leonardo M. Ram? wrote:
> Hi, I'm facing a weird issue with GetProcAddress in a Lazarus program
>
> I have a method that calls GetProcAddress to get a pointer to a function
> in a shared library. The method can be called many times without
> problem.
Mult
On 2011-04-20 16:26:59 +0200, zeljko wrote:
> On Wednesday 20 of April 2011 16:20:52 Leonardo M. Ramé wrote:
> > Hi, I'm facing a weird issue with GetProcAddress in a Lazarus program
> >
> > I have a method that calls GetProcAddress to get a pointer to a function
> > in a shared library. The metho
On Wednesday 20 of April 2011 16:20:52 Leonardo M. Ramé wrote:
> Hi, I'm facing a weird issue with GetProcAddress in a Lazarus program
>
> I have a method that calls GetProcAddress to get a pointer to a function
> in a shared library. The method can be called many times without
> problem.
>
> If
Hi, I'm facing a weird issue with GetProcAddress in a Lazarus program
I have a method that calls GetProcAddress to get a pointer to a function
in a shared library. The method can be called many times without
problem.
If I try to create another method, with exactly the same content of the
former,