Re: [Lazarus] Version information under Linux

2009-06-04 Thread Vincent Snijders
Torsten Bonde Christiansen schreef: Michael Van Canneyt wrote: There are calls in the system unit to get the resource data; I have not yet documented them. Look for FindResource, FIndResourceEx etc. in rtl/inc/sysres.inc Is it correct that these are not implemented yet (along with no docume

Re: [Lazarus] Version information under Linux

2009-06-04 Thread shoKwave
Torsten Bonde Christiansen schrieb: Michael Van Canneyt wrote: Version 2.3.1 of the compiler supports all this on linux. If the compiler supports it, how can the information be extracted at runtime? Regards, Torsten Bonde Christiansen. ___ Lazarus

Re: [Lazarus] Version information under Linux

2009-06-04 Thread Torsten Bonde Christiansen
Michael Van Canneyt wrote: There are calls in the system unit to get the resource data; I have not yet documented them. Look for FindResource, FIndResourceEx etc. in rtl/inc/sysres.inc Is it correct that these are not implemented yet (along with no documentation)? All functions in the reso

Re: [Lazarus] Version information under Linux

2009-06-04 Thread Graeme Geldenhuys
2009/6/4 Vincent Snijders : > compile the application for windows. The manifest option and the application > bundle option are not disabled either on linux. Point taken. I can see how this could be useful for multi-platform projects. Regards, - Graeme - __

Re: [Lazarus] Version information under Linux

2009-06-04 Thread Graeme Geldenhuys
2009/6/4 Michael Van Canneyt : > > There are calls in the system unit to get the resource data; I have not yet > documented them. > > Look for FindResource, FIndResourceEx etc. in rtl/inc/sysres.inc Excellent news. Thanks Michael. Regards, - Graeme -

Re: [Lazarus] Version information under Linux

2009-06-04 Thread Michael Van Canneyt
On Thu, 4 Jun 2009, Torsten Bonde Christiansen wrote: Michael Van Canneyt wrote: Version 2.3.1 of the compiler supports all this on linux. If the compiler supports it, how can the information be extracted at runtime? There are calls in the system unit to get the resource data; I have not

Re: [Lazarus] Version information under Linux

2009-06-04 Thread Torsten Bonde Christiansen
Michael Van Canneyt wrote: Version 2.3.1 of the compiler supports all this on linux. If the compiler supports it, how can the information be extracted at runtime? Regards, Torsten Bonde Christiansen. ___ Lazarus mailing list Lazarus@lists.lazarus.f

Re: [Lazarus] Version information under Linux

2009-06-04 Thread Vincent Snijders
Graeme Geldenhuys schreef: 2009/6/4 Torsten Bonde Christiansen : Did anyone find an answer for this? I'm interested because I would like to extract the version information at runtime in both linux and in windows? So would I, but nobody responded yet. Also, if the ELF format doesn't support ve

Re: [Lazarus] Version information under Linux

2009-06-04 Thread Michael Van Canneyt
On Thu, 4 Jun 2009, Graeme Geldenhuys wrote: 2009/6/4 Torsten Bonde Christiansen : Did anyone find an answer for this? I'm interested because I would like to extract the version information at runtime in both linux and in windows? So would I, but nobody responded yet. Also, if the ELF for

Re: [Lazarus] Version information under Linux

2009-06-04 Thread Graeme Geldenhuys
2009/6/4 Torsten Bonde Christiansen : > > Did anyone find an answer for this? I'm interested because I would like to > extract the version information at runtime in both linux and in windows? So would I, but nobody responded yet. Also, if the ELF format doesn't support version information, then s

Re: [Lazarus] Version information under Linux

2009-06-04 Thread Torsten Bonde Christiansen
Graeme Geldenhuys wrote: On Wed, Nov 19, 2008 at 3:08 PM, Graeme Geldenhuys wrote: Hi Does the "Project Options | Version Information" have any affect under Linux? I noticed it created a .rc file, but does it actually include something in the Elf executable or anywhere else for