[fpc-pascal] I think I must be the first person to ever use tmemds for anything serious...

2006-10-25 Thread David Mears
I think I've just found my 3rd bug in the unit. for me, it always says true when booleans are returned with .asBoolean, and as empty strings when returned with .asString with the latest svn compiler, is this also true of the release compiler? { This file is part of the Free Component Library

Re: [fpc-pascal] Compilation error with compiler abort

2006-10-25 Thread Marco van de Voort
> geratestadoresintegridadereferencial.pas(3,8) Note: Ignored compiler switch > "$G" > geratestadoresintegridadereferencial.pas(1438,6) Fatal: Internal error > 200506183 That error seems to be a sanity check relating to "goto" or exceptions. Try to make an as minimal as possible program showing t

Re: [fpc-pascal] win resource sections

2006-10-25 Thread Peter Vreman
At 18:49 25-10-2006, you wrote: But, what about resourcestrings? They will not be placed in the .rsrc section. They are handled differently (gettext compatible) in FPC for cross-platform reasons. Peter ___ fpc-pascal maillist - fpc-pascal@lists

Re: [fpc-pascal] win resource sections

2006-10-25 Thread Rimgaudas Laucius
But, what about resourcestrings? - Original Message - From: "Michael Van Canneyt" <[EMAIL PROTECTED]> To: "FPC-Pascal users discussions" Sent: Wednesday, October 25, 2006 1:31 PM Subject: Re: [fpc-pascal] win resource sections On Wed, 25 Oct 2006, Rimgaudas Laucius wrote: Hello

Re: [fpc-pascal] win resource sections

2006-10-25 Thread Michael Van Canneyt
On Wed, 25 Oct 2006, Rimgaudas Laucius wrote: > Hello, > > could you tell what progress (approximately in percents) is done with Windows > exe resource sections support, please? Resource sections are supported in Windows. You need windres, and add a {$R somefile.res} statement. That's it. You

[fpc-pascal] win resource sections

2006-10-25 Thread Rimgaudas Laucius
Hello, could you tell what progress (approximately in percents) is done with Windows exe resource sections support, please? Herewith i want to note that login status label in bug tracker page is "logout" always. It is confusing a bit. Regards, Rimgaudas _