Re: [Lazarus] lazarus 1.6 rc1 fpc 3.0 opendialog

2015-12-16 Thread Sven Barth
On 16.12.2015 19:11, Martin Frb wrote: On 16/12/2015 17:26, Ondrej Pokorny wrote: On 16.12.2015 18:20, Bart wrote: On 12/16/15, Ondrej Pokorny wrote: >I had the same issue on Windows 10 and was advised to check >DisableLoadSymbolsForLibraries (I don't remember who advised

Re: [Lazarus] UTF8String and UTF8Delete

2015-12-16 Thread Bart
On 12/10/15, Jürgen Hestermann wrote: > But now I have a problem with UTF8Strings: > With this declaration > > var S : UTF8String; > > I want to delete a character > > UTF8Delete(S,1,1); > > but I get an error that the (var) parameter mismatches. Fixed in r50850.

Re: [Lazarus] lazarus 1.6 rc1 fpc 3.0 opendialog

2015-12-16 Thread Bart
On 12/16/15, Ondrej Pokorny wrote: > I had the same issue on Windows 10 and was advised to check > DisableLoadSymbolsForLibraries (I don't remember who advised me, sorry). Yoe beat me to it. (And I was the one.) > See http://wiki.lazarus.freepascal.org/GDB_Debugger_Tips > >

Re: [Lazarus] UTF8String and UTF8Delete

2015-12-16 Thread Sven Barth
On 16.12.2015 18:12, Bart wrote: On 12/10/15, Jürgen Hestermann wrote: But now I have a problem with UTF8Strings: With this declaration var S : UTF8String; I want to delete a character UTF8Delete(S,1,1); but I get an error that the (var) parameter mismatches.

Re: [Lazarus] lazarus 1.6 rc1 fpc 3.0 opendialog

2015-12-16 Thread Martin Frb
On 16/12/2015 19:57, Sven Barth wrote: What about fpdebug? Does it work for Win64? Not tested recently, but a year ago it did. It is missing many features though. Even breakpoints do not always work (e.g. generics, where the same pascal code has more than one address in memory. --

Re: [Lazarus] lazarus 1.6 rc1 fpc 3.0 opendialog

2015-12-16 Thread Andrea Mauri
32 or 64 bit? win 64 lazarus 32 I put a button and an opendialog on a form Onclick button I put opendialog.execute clicking button lazarus stop workin with message debugger error gdb stop working Does it work outside the IDE? (without gdb). yes. the exe file works fine --- Questa e-mail

Re: [Lazarus] Debian Packager released

2015-12-16 Thread Anthony Walter
Can you give me information on your FPC version? -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] lazarus 1.6 rc1 fpc 3.0 opendialog

2015-12-16 Thread Andrea Mauri
thanks a lot! Il 16/12/2015 18:15, Ondrej Pokorny ha scritto: On 16.12.2015 17:52, Andrea Mauri wrote: Dear all, windows 10, lazarus 1.6 rc1 fpc 3.0 I put a button and an opendialog on a form Onclick button I put opendialog.execute clicking button lazarus stop workin with message debugger

[Lazarus] lazarus 1.6 rc1 fpc 3.0 opendialog

2015-12-16 Thread Andrea Mauri
Dear all, windows 10, lazarus 1.6 rc1 fpc 3.0 I put a button and an opendialog on a form Onclick button I put opendialog.execute clicking button lazarus stop workin with message debugger error gdb stop working andrea --- Questa e-mail è stata controllata per individuare virus con Avast

[Lazarus] Two new Manage Desktops bugs

2015-12-16 Thread Anthony Walter
I've created two new bugs related to anchordocking and the "Manage desktops" dialog. Desktop manager restore incorrect docked layouts http://bugs.freepascal.org/view.php?id=29200 (This issue can sometimes crash Lazarus) Docked windows renamed when saving desktops

Re: [Lazarus] lazarus 1.6 rc1 fpc 3.0 opendialog

2015-12-16 Thread Bart
On 12/16/15, Andrea Mauri wrote: > Dear all, > windows 10, lazarus 1.6 rc1 fpc 3.0 > I put a button and an opendialog on a form > Onclick button I put > opendialog.execute > clicking button lazarus stop workin with message debugger error > gdb stop working See

Re: [Lazarus] lazarus 1.6 rc1 fpc 3.0 opendialog

2015-12-16 Thread Ondrej Pokorny
On 16.12.2015 18:20, Bart wrote: On 12/16/15, Ondrej Pokorny wrote: >I had the same issue on Windows 10 and was advised to check >DisableLoadSymbolsForLibraries (I don't remember who advised me, sorry). Yoe beat me to it. (And I was the one.) :) Is it

Re: [Lazarus] Debian Packager released

2015-12-16 Thread Alexsander Rosa
I've tried to compile it but got this compiling the Codebot package (fresh clone): Compiling package codebot 1.0: Exit code 1, Errors: 2 codebot.pas(10,3) Error: Duplicate identifier "CODEBOT" codebot.pas(10,10) Fatal: Syntax error, ";" expected but "." found 2015-12-16 12:36 GMT-02:00 Alexsander

Re: [Lazarus] installing "lazprojectgroups" generates exception after restart

2015-12-16 Thread Péter Gábor
Done: http://bugs.freepascal.org/view.php?id=29198 2015-12-16 13:23 keltezéssel, Mattias Gaertner írta: > Please create a bug report. > Mattias -- Péter Gábor p...@freemail.hu -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] [offtopic] Debugger is not working...

2015-12-16 Thread William Ferreira
1) Antivirus. I ve seen it before, the AV removes the exe before it can run. (some av do that without asking, even if they are set to ask first). The list of AV is always changing, as they get updated and may stop doing so. I don't use antivirus, if you don't count WDefender as

Re: [Lazarus] lazarus 1.6 rc1 fpc 3.0 opendialog

2015-12-16 Thread Martin Frb
On 16/12/2015 16:52, Andrea Mauri wrote: Dear all, windows 10, lazarus 1.6 rc1 fpc 3.0 32 or 64 bit? I put a button and an opendialog on a form Onclick button I put opendialog.execute clicking button lazarus stop workin with message debugger error gdb stop working Does it work outside the

Re: [Lazarus] lazarus 1.6 rc1 fpc 3.0 opendialog

2015-12-16 Thread Martin Frb
On 16/12/2015 17:26, Ondrej Pokorny wrote: On 16.12.2015 18:20, Bart wrote: On 12/16/15, Ondrej Pokorny wrote: >I had the same issue on Windows 10 and was advised to check >DisableLoadSymbolsForLibraries (I don't remember who advised me, sorry). Yoe beat me to it. (And I

Re: [Lazarus] lazarus 1.6 rc1 fpc 3.0 opendialog

2015-12-16 Thread Ondrej Pokorny
On 16.12.2015 17:52, Andrea Mauri wrote: Dear all, windows 10, lazarus 1.6 rc1 fpc 3.0 I put a button and an opendialog on a form Onclick button I put opendialog.execute clicking button lazarus stop workin with message debugger error gdb stop working I had the same issue on Windows 10 and was

Re: [Lazarus] UTF8String and UTF8Delete

2015-12-16 Thread Bart
On 12/16/15, Sven Barth wrote: > >> The code that was committed for UTF8Delete(utf8string) in >> http://svn.freepascal.org/cgi-bin/viewvc.cgi/trunk/components/lazutils/lazutf8.pas?root=lazarus=50850=50849=50850 >> makes no sense: Can you continue this discussion on

Re: [Lazarus] Lazarus 1.6RC1 make bigide fails on Raspberry Pi2

2015-12-16 Thread Mattias Gaertner
On Wed, 16 Dec 2015 22:48:02 +0100 Bo Berglund wrote: >[...] > >Fatal: (10022) Can't find unit process used by RegisterFCL > > Does RegisterFCL work differently on Linux x64 than on Linux ARM? No. > By the way I found a process.pp file in the fpc 3.0.0 sources: >

Re: [Lazarus] Lazarus 1.6RC1 make bigide fails on Raspberry Pi2

2015-12-16 Thread Bo Berglund
On Tue, 15 Dec 2015 21:25:24 +, Mark Morgan Lloyd wrote: > >Also see Lazarus's --pcp= option. Again, I don't think this is the first >time I've pointed you at that. My issue is not really the --pcp option to separate the lazarus configs. I have done so

Re: [Lazarus] TAChart Localization

2015-12-16 Thread Werner Pamler
Am 17.12.2015 um 01:01 schrieb Maxim Ganetsky: 16.12.2015 17:34, Werner Pamler пишет: Another question related: Is it possible to find the address of a resource string in the internal resource string table by using its hash value? This would allow me to go back to the old calling convention

Re: [Lazarus] TAChart Localization

2015-12-16 Thread Maxim Ganetsky
16.12.2015 17:34, Werner Pamler пишет: Another question related: Is it possible to find the address of a resource string in the internal resource string table by using its hash value? This would allow me to go back to the old calling convention which had a "string" in the Register procedure

Re: [Lazarus] installing "lazprojectgroups" generates exception after restart

2015-12-16 Thread Mattias Gaertner
On Mon, 14 Dec 2015 15:04:28 +0100 Péter Gábor wrote: > Hello! > > I tried to install lazprojectgroups and everything was going fine while > rebuilding the IDE. But after restarting the IDE shows the following > exception (and stops running): > > List index (25) out of bounds

Re: [Lazarus] TAChart Localization

2015-12-16 Thread Werner Pamler
Am 13.12.2015 um 13:26 schrieb Maxim Ganetsky: It does not look nice. You are hacking around const specifier. Hacking? At least in good company: excerpt from SysUtils: constructor Exception.CreateRes(ResString: PString); begin inherited create; fmessage:=ResString^;

Re: [Lazarus] TAChart Localization

2015-12-16 Thread Werner Pamler
Am 16.12.2015 um 15:16 schrieb Maxim Ganetsky: There is no const modifier in this excerpt. Oh, I see your point now. Fortunately, the "const" is really not necessary here. Without the "const", would this idea of accessing the translated string be ok? I do not want to translate the string

Re: [Lazarus] TAChart Localization

2015-12-16 Thread Maxim Ganetsky
16.12.2015 16:30, Werner Pamler пишет: > Am 13.12.2015 um 13:26 schrieb Maxim Ganetsky: >> It does not look nice. You are hacking around const specifier. > Hacking? At least in good company: > > excerpt from SysUtils: > constructor Exception.CreateRes(ResString: PString); > begin >

Re: [Lazarus] Debian Packager released

2015-12-16 Thread Alexsander Rosa
I've tested it, congratulations, it works fine. However I have a suggestion: an option to select the destination. It seems it always installs at /usr/local/bin. I would like to install into /opt/company-name/app-name to add other files. What do you think? 2015-11-10 14:22 GMT-02:00 JuuS

Re: [Lazarus] [offtopic] Debugger is not working...

2015-12-16 Thread Martin Frb
On 16/12/2015 10:41, William Ferreira wrote: Hi, I got a problem that seems more related to Windows than Lazarus itself. I simply can debug an application. I'm using a notebook that cames with Windows 8. I've updated to W8.1 and to W10. After updating to W8.1, if I run a project via F9 key,

[Lazarus] 1.6 rc1 anchor docking ide

2015-12-16 Thread Andrea Mauri
I installed laz 1.6 rc1 fpc 3.0 on win 10. after installing anchordockingdsgn.lpk and restarting lazarus i got an error and lazarus crashes here the message I got [image: Immagine incorporata 1] -- ___ Lazarus mailing list

Re: [Lazarus] TAChart Localization

2015-12-16 Thread Maxim Ganetsky
16.12.2015 17:34, Werner Pamler пишет: > Am 16.12.2015 um 15:16 schrieb Maxim Ganetsky: >> There is no const modifier in this excerpt. > > Oh, I see your point now. Fortunately, the "const" is really not > necessary here. Without the "const", would this idea of accessing the > translated

Re: [Lazarus] how to Draw Data Matrix by TLazBarcode

2015-12-16 Thread José Mejuto
El 16/12/2015 a las 1:22, 최경식 escribió: Thank you for your answer. I solve this problem. I'm so so so appreciate. But I have one more problem. How to change Data Matrix width and Height. if you know any way, please share me. Hello, Can you be more precise ? Which kind of width & height ?

Re: [Lazarus] [offtopic] Debugger is not working...

2015-12-16 Thread Thierry Andriamirado
Le 16 décembre 2015 13:41:25 UTC+03:00, William Ferreira a écrit : >I got a problem that seems more related to Windows than Lazarus itself. > >I simply can debug an application. > Maybe an anti-virus and file locking issue? With windows 8.1 I can't run and debug

[Lazarus] [offtopic] Debugger is not working...

2015-12-16 Thread William Ferreira
Hi, I got a problem that seems more related to Windows than Lazarus itself. I simply can debug an application. I'm using a notebook that cames with Windows 8. I've updated to W8.1 and to W10. After updating to W8.1, if I run a project via F9 key, I always get that message ('Hit stop and