Re: [Lazarus] Lazarus Release Candidate 1 of 1.2

2013-11-06 Thread Tommi Prami
Seeing What IfDefs are active is BEST ever, many times it's been so hard to figure out what and why is active! -Tee- On Wed, Nov 6, 2013 at 9:38 PM, Florian Klämpfl wrote: > Am 06.11.2013 20:10, schrieb Mattias Gaertner: > > The Lazarus team would like to announce the first Release Candidate >

Re: [Lazarus] Lazarus Release Candidate 1 of 1.2

2013-11-06 Thread waldo kitty
On 11/6/2013 4:12 PM, Martin wrote: Anyone updating twitter, or other channels that we use? google+ and FB -- NOTE: No off-list assistance is given without prior approval. Please keep mailing list traffic on the list unless private contact is specifically requested and granted

Re: [Lazarus] Lazarus Release Candidate 1 of 1.2

2013-11-06 Thread Martin
On 06/11/2013 19:10, Mattias Gaertner wrote: The Lazarus team would like to announce the first Release Candidate for the upcoming Version 1.2. I copied it to the forum team announcements. Anyone updating twitter, or other channels that we use? -- ___

[Lazarus] Call for translations updates for 1.2 release

2013-11-06 Thread Maxim Ganetsky
Hello. Now that Lazarus 1.2 RC1 is out it is time to review and update its translations. Please check out fixes branch (http://svn.freepascal.org/svn/lazarus/branches/fixes_1_2 ), review and update your translations and post updates to our bugtracker. See \languages\README.txt for details.

Re: [Lazarus] Lazarus Release Candidate 1 of 1.2

2013-11-06 Thread Martin
On 06/11/2013 19:38, Florian Klämpfl wrote: Am 06.11.2013 20:10, schrieb Mattias Gaertner: The Lazarus team would like to announce the first Release Candidate for the upcoming Version 1.2. We would like to invite all users to test this Release Candidate. Please read here why everybody really sh

Re: [Lazarus] Lazarus Release Candidate 1 of 1.2

2013-11-06 Thread Florian Klämpfl
Am 06.11.2013 20:10, schrieb Mattias Gaertner: > The Lazarus team would like to announce the first Release Candidate > for the upcoming Version 1.2. > > We would like to invite all users to test this Release Candidate. > Please read here why everybody really should join the testing now. > > News

[Lazarus] Lazarus Release Candidate 1 of 1.2

2013-11-06 Thread Mattias Gaertner
The Lazarus team would like to announce the first Release Candidate for the upcoming Version 1.2. We would like to invite all users to test this Release Candidate. Please read here why everybody really should join the testing now. News in this Version http://wiki.lazarus.freepascal.org/Lazarus_1

Re: [Lazarus] Program version

2013-11-06 Thread Antonio Fortuny
Le 06/11/2013 16:31, Sven Barth a écrit : If you look at my other mail you'll see the solution. The reader unit for Windows PE files is WinPEImageReader. You're rigth and I used your comment to buil the test and it runs nice.  8-) Ne

Re: [Lazarus] Program version

2013-11-06 Thread Sven Barth
Am 06.11.2013 16:07, schrieb Antonio Fortuny: Le 06/11/2013 15:46, Anton Kavalenka a écrit : Handle of EXE (hInstance) or .SO hMod:=Loadlibrary(dll_name); Works fine on Win32 with *hInstance*: great ! 8-) I guess it will run on Linux too Thanks. regards, Anton The code I use for Linux is the

Re: [Lazarus] Program version

2013-11-06 Thread Sven Barth
Am 06.11.2013 15:46, schrieb Anton Kavalenka: On 06.11.2013 17:39, Antonio Fortuny wrote: Le 06/11/2013 14:41, Anton Kavalenka a écrit : The unit versionresource is part of package fcl-res I already use it for Linux with a Linux executable file Unit allow x-platform version resource extract

Re: [Lazarus] Program version

2013-11-06 Thread Antonio Fortuny
Le 06/11/2013 15:52, Sven Barth a écrit : Am 06.11.2013 15:46, schrieb Anton Kavalenka: On 06.11.2013 17:39, Antonio Fortuny wrote: Le 06/11/2013 14:41, An

Re: [Lazarus] Program version

2013-11-06 Thread Antonio Fortuny
Le 06/11/2013 15:46, Anton Kavalenka a écrit : Handle of EXE (hInstance) or .SO hMod:=Loadlibrary(dll_name); Works fine on Win32 with hInstance: great ! 8-) I guess it will run on Linux too Thanks. regards,

Re: [Lazarus] Program version

2013-11-06 Thread Sven Barth
Am 06.11.2013 15:39, schrieb Antonio Fortuny: Le 06/11/2013 14:41, Anton Kavalenka a écrit : The unit versionresource is part of package fcl-res I already use it for Linux with a Linux executable file Unit allow x-platform version resource extraction and parsing. rsrc:=TVersionResource.Creat

Re: [Lazarus] Program version

2013-11-06 Thread Anton Kavalenka
On 06.11.2013 17:39, Antonio Fortuny wrote: Le 06/11/2013 14:41, Anton Kavalenka a écrit : The unit versionresource is part of package fcl-res I already use it for Linux with a Linux executable file Unit allow x-platform version resource extraction and parsing. rsrc:=TVersionResource.Create;

Re: [Lazarus] Program version

2013-11-06 Thread Antonio Fortuny
Le 06/11/2013 14:41, Anton Kavalenka a écrit : The unit versionresource is part of package fcl-res I already use it for Linux with a Linux executable file Unit allow x-platform version resource extraction and parsing. rsrc:=TVersionResource.Create; Stream := TResourceStream.CreateFromID(*hMod

[Lazarus] Test

2013-11-06 Thread Anton Kavalenka
Please ignore. I thought listserver just drops my messages. regards, Anton -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Program version

2013-11-06 Thread Sven Barth
Am 06.11.2013 13:39, schrieb Antonio Fortuny: Hi Folks. Currently I can extract any Windows program version as far as it has been compilerd on a Win platform using either Delphi or Lazarus. I can do the same on a Linux program on a Linux platform as fas as far as the version has been embedde s

Re: [Lazarus] Program version

2013-11-06 Thread Anton Kavalenka
On 06.11.2013 15:39, Antonio Fortuny wrote: Hi Folks. Currently I can extract any Windows program version as far as it has been compilerd on a Win platform using either Delphi or Lazarus. I can do the same on a Linux program on a Linux platform as fas as far as the version has been embedde som

[Lazarus] Cyrillic symbol check

2013-11-06 Thread Kamen Kamen
Hello. In Listviev I have Cyrillic characters. How can I use it to check whether it is this that I want or else? For example I do: var ListItem: TListItem; C: TUTF8Char; begin C := Trim(ListItem.SubItems[6]);// --> 'М' if C = 'М' then rbMan.Checked:=true else if Tr

[Lazarus] Program version

2013-11-06 Thread Antonio Fortuny
Hi Folks. Currently I can extract any Windows program version as far as it has been compilerd on a Win platform using either Delphi or Lazarus. I can do the same on a Linux program on a Linux platform as fas as far as the version has been embedde somewhere in the elf. So fa, so good. But do yo