library tkes2;
{$mode objfpc}
{$PACKRECORDS C}
function somefn: integer; cdecl; export;
begin
somefn:= 3;
end;
exports
//I do not do as:
// somefn name 'somefn'; // because of this cause error tkes2(17,1) Error:
Asm: Duplicate label somefn
//so I do as:
somefn name '_somefn';
end.
#fpc
Works for me (Opera 9.62).
on 11.11.2008 13:49 Markus Glugla wrote:
> Hi,
>
> I can't arrive the URL
>
> http://www.freepascal.org/
> [...]
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pasca
Hi,
I can't arrive the URL
http://www.freepascal.org
since yesterday evening! Is there a problem with the web server?
I test it with epiphany, iceweasel, konqueror and wget. After a request,
all applications wait for an answer but doesn't get some stuff :-(
The host is pingable:
> ping -c 10 -