Re: [fpc-pascal] Changes in 2.4.0

2010-04-26 Thread lists . fpc-pascal
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Jonas, Friday, Apr 23, Jonas Maebe wrote to FPC-Pascal users discussions about Re:...: JM > > I'm still stuck. Who can tell me what's wrong? JM > Without a self-contained compilable example that demonstrates the problem: JM > probably nobody.

Re: [fpc-pascal] Changes in 2.4.0

2010-04-23 Thread Jonas Maebe
On 23 Apr 2010, at 14:57, lists.fpc-pas...@duinheks.nl wrote: I'm still stuck. Who can tell me what's wrong? Without a self-contained compilable example that demonstrates the problem: probably nobody. Jonas ___ fpc-pascal maillist - fpc-pasca

Re: [fpc-pascal] Changes in 2.4.0

2010-04-23 Thread lists . fpc-pascal
Hallo, Mar 30, Mar 30, Michael Van Canneyt wrote to lists.fpc-pas...@duinheks.nl...: MVC > You must use -S2 or -Sd to see them. Or put {$mode objfpc} or {$mode MVC > delphi} MVC > in your sources. I tried all the hints I got. But still no luck. In all my sources include at the beginning: {

Re: [fpc-pascal] Changes in 2.4.0

2010-03-30 Thread Jonas Maebe
On 30 Mar 2010, at 16:47, lists.fpc-pas...@duinheks.nl wrote: JM > The RTL sources indicate that they are only available when you compile your JM > application using Delphi (-Mdelphi or {$mode delphi}) or ObjFPC (-Mobjfpc JM > or {$mode objfpc}) syntax modes. The funny thing is, that I hav

Re: [fpc-pascal] Changes in 2.4.0

2010-03-30 Thread lists . fpc-pascal
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Jonas, Today, Mar 30, Jonas Maebe wrote to FPC-Pascal users discussions about Re:...: Thanks to you and Michael for the speedy reply. JM > > One of the first things I stumbled upon was the absence of JM > > ResourceStringTableCount, GetResourc

Re: [fpc-pascal] Changes in 2.4.0

2010-03-30 Thread Michael Van Canneyt
These functions still exist. You must use -S2 or -Sd to see them. Or put {$mode objfpc} or {$mode delphi} in your sources. Michael. On Tue, 30 Mar 2010, lists.fpc-pas...@duinheks.nl wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, After quite a long time of absence from FPC, I

Re: [fpc-pascal] Changes in 2.4.0

2010-03-30 Thread Jonas Maebe
On 30 Mar 2010, at 16:17, lists.fpc-pas...@duinheks.nl wrote: After quite a long time of absence from FPC, I decided to pick it up again. One of the first things I stumbled upon was the absence of ResourceStringTableCount, GetResourceStringHash and related functions. The RTL sources indicate

[fpc-pascal] Changes in 2.4.0

2010-03-30 Thread lists . fpc-pascal
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, After quite a long time of absence from FPC, I decided to pick it up again. One of the first things I stumbled upon was the absence of ResourceStringTableCount, GetResourceStringHash and related functions. Is there somewhere a list that tells