[fpc-pascal] Shared libries

Jonas Maebe jonas.maebe at elis.ugent.be
Mon Dec 12 20:04:05 CET 2011


On 12 Dec 2011, at 19:56, noreply at z505.com wrote:

> procedure proc1; stdcall;
> begin
>  writeln('hello');
> end; exports proc1;
> 
> procedure proc2; stdcall;
> begin
>  writeln('hello 2');
> end; exports proc2;
> 
> 
> end.
> 
> 
> Notice how I put exports in several places...
> 
> It works on win32..

It only partially works. Please see the bug report I mentioned earlier: http://bugs.freepascal.org/bug_view_advanced_page.php?bug_id=16070


Jonas


More information about the fpc-pascal mailing list