Re: [fpc-pascal] Special math. functions (erf, erfc, ...)

2006-12-18 Thread Alexey Pavluchenko
Hello Johann, Friday, December 15, 2006, 10:28:04 PM, you wrote: JG I'm searching for FreePascal implementations of some special JG mathematical functions related to statistics like erf, erfc and some JG other cumulative probability functions. Did anybody implement such JG functions already

[fpc-pascal] 2.1 version

2006-12-18 Thread Carsten Bager
Where can I read what's new in the coming 2.1 version. Carsten Med venlig hilsen Carsten Bager BEAS A/S Brørupvænget 10 DK-7650 Bøvlingbjerg Tlf. : +45 9788 5222 Fax : +45 9788 5434 www.beas.dk ___ fpc-pascal maillist -

Re: [fpc-pascal] 2.1 version

2006-12-18 Thread Vincent Snijders
Carsten Bager schreef: Where can I read what's new in the coming 2.1 version. The next fpc release will probably be fpc 2.2.0. See the roadmap for some details: http://www.freepascal.org/wiki/index.php/Road_map Vincent ___ fpc-pascal maillist -

Re: [fpc-pascal] 2.1 version

2006-12-18 Thread Florian Klaempfl
Jonas Maebe schrieb: On 18 dec 2006, at 13:39, Vincent Snijders wrote: The next fpc release will probably be fpc 2.2.0. See the roadmap for some details: http://www.freepascal.org/wiki/index.php/Road_map It doesn't really contain much information though. I guess the only real source of

Re: [fpc-pascal] 2.1 version

2006-12-18 Thread Matt Emson
Another source of info might be http://www.freepascal.org/mantis/changelog_page.php Though it gives quite a lot of info, that page also fails with the following error (just now, maybe not always?) : Fatal error: Allowed memory size of 10485760 bytes exhausted (tried to allocate 35 bytes) in

[fpc-pascal] 2.X version

2006-12-18 Thread Carsten Bager
What I am interested in is, the way that the compiler creates debug information. I remember that I have read that the format would be changed in the future. Anything new on that front? If yes, is there some description of the new format. --- I can se that it is planed to use an internal linker

[fpc-pascal] Write Windows Printer Driver

2006-12-18 Thread Cesar Romero
Have fpc translation of DDK for write printer driver done? Can someone point me a direction of where find this kind of information? Regards, Cesar Romero ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org

[fpc-pascal] urgent: change in TObject.free() ?

2006-12-18 Thread Marc Santhoff
Hi, I'm hunting a bug atm and do think I have found something (in my own program). There is a call to TObject.free in an derived class that seems to throw an exception. So far so clear, but I'm getting nervous on the part that anything worked flawlessly until today. May this be a change in