[fpc-pascal] Compilation error with compiler abort

2006-10-25 Thread Nightrider
Hi !I'm developing a program in FPC. The success of this project will define the use of FPC as a approved tool here in my job.Suddenly I became to receive a strange error from FPC compiler. The log of konsole execution is showed below. It is running in Fedora Core 5 under VMWare. I try to compile

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

2006-10-25 Thread Florian Klaempfl
Suddenly I became to receive a strange error from FPC compiler. The log of konsole execution is showed below. It is running in Fedora Core 5 under VMWare. I try to compile under windows and receive the same error. Probably caused by an inline routine using goto. Remove the inline from the

[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

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 can

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 fpc-pascal@lists.freepascal.org Sent: Wednesday, October 25, 2006 1:31 PM Subject: Re: [fpc-pascal] win resource sections On Wed, 25 Oct 2006,

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 -

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 the

[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