Re: [Lazarus] GetProcAddress weird problem

2011-04-21 Thread Marco van de Voort
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. Multiple

Re: [Lazarus] GetProcAddress weird problem

2011-04-21 Thread zeljko
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 shared

[Lazarus] GetProcAddress weird problem

2011-04-20 Thread Leonardo M . Ramé
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,

Re: [Lazarus] GetProcAddress weird problem

2011-04-20 Thread zeljko
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 I try

Re: [Lazarus] GetProcAddress weird problem

2011-04-20 Thread Leonardo M . Ramé
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 method can be