[fpc-pascal] Lazarus 0.9.30 released

2011-03-28 Thread Mattias Gaertner
The Lazarus team is glad to announce the 0.9.30 release. This release is based on fpc 2.4.2. This release is available for download at the SourceForge download page: http://sourceforge.net/projects/lazarus/files/ Minimum requirements: Windows: 98, 2k, Vista, 7, 32 or 64bit FreeBSD/Linux: g

[fpc-pascal] Re: [Lazarus] Lazarus 0.9.30 released

2011-03-28 Thread ik
Great news :) Sent it to some local open source news site. Ido On Mon, Mar 28, 2011 at 13:50, Mattias Gaertner wrote: > > The Lazarus team is glad to announce the 0.9.30 release. This release > is based on fpc 2.4.2. > > This release is available for download at the SourceForge download page:

[fpc-pascal] Re: calling object pascal object function in c/c++

2011-03-28 Thread Toan Pham
I just find out the solution. To make sure that fpc does not change function names after compilation, one has to add 'export' identifier to such functions. This would be the solution to the above example. function test(): integer; stdcall; export; I tested and it linked fine. One can also us

[fpc-pascal] Re: [Lazarus] Lazarus 0.9.30 released

2011-03-28 Thread Bernd
2011/3/28 Mattias Gaertner : > > The Lazarus team is glad to announce the 0.9.30 release. This release > is based on fpc 2.4.2. Somebody should notify heise.de, it seems they have missed it. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org htt