Re: [fpc-pascal] Becoming crazy with dll

2007-01-23 Thread Michel Meunier
The error message with loadlibrary is: external: SIGSEGV thanks -- Michel Meunier Web: www.etoiles-a-bleau.fr ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Becoming crazy with dll

2007-01-23 Thread Michel Meunier
I hope, I haven't made an error to get such messages! -- Michel Meunier Web: www.etoiles-a-bleau.fr ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: Holiday Message: [fpc-pascal] Becoming crazy with dll

2007-01-23 Thread Jonas Maebe
On 23 jan 2007, at 16:29, Andrew Denton wrote: **Out of the Office Message I've disabled his subscription. Jonas ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Holiday Message: Holiday Message: Holiday Message: Holiday Message: Holiday Message:[fpc-pascal]Becoming crazy with dll

2007-01-23 Thread Andrew Denton
**Out of the Office Message I am currently out of the office and will be returning on Monday 29th January. Please address any urgent issues to Dean Woods ([EMAIL PROTECTED]). ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org

Holiday Message: Holiday Message: Holiday Message: Holiday Message: [fpc-pascal]Becoming crazy with dll

2007-01-23 Thread Andrew Denton
**Out of the Office Message I am currently out of the office and will be returning on Monday 29th January. Please address any urgent issues to Dean Woods ([EMAIL PROTECTED]). ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org

Holiday Message: Holiday Message: Holiday Message: [fpc-pascal] Becoming crazy with dll

2007-01-23 Thread Andrew Denton
**Out of the Office Message I am currently out of the office and will be returning on Monday 29th January. Please address any urgent issues to Dean Woods ([EMAIL PROTECTED]). ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org

Holiday Message: Holiday Message: [fpc-pascal] Becoming crazy with dll

2007-01-23 Thread Andrew Denton
**Out of the Office Message I am currently out of the office and will be returning on Monday 29th January. Please address any urgent issues to Dean Woods ([EMAIL PROTECTED]). ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org

Holiday Message: [fpc-pascal] Becoming crazy with dll

2007-01-23 Thread Andrew Denton
**Out of the Office Message I am currently out of the office and will be returning on Monday 29th January. Please address any urgent issues to Dean Woods ([EMAIL PROTECTED]). ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org

[fpc-pascal] Becoming crazy with dll

2007-01-23 Thread Michel Meunier
Hello, I try to translate a dll from delphi to fpc, but I have a lot of problem. First I am unable to load it with loadlibrary. the code of the library is: x library dlltest; {$mode objfpc}{$H+} uses Classes { add your units here }, dlltes