Re: [Lazarus] Can't compile WinCE app

2011-06-22 Thread Tommi Prami
So I did not use Snapshot compiler, but official and stabile versions. Maybe this is Lazarus problem somehow? Maybe, but the fact that there are snapshots built with fpc 2.4.4 suggests, that it may be some configuration problem. Yes, This could be something like that. Any ideas how to make

Re: [Lazarus] Can't compile WinCE app

2011-06-22 Thread Felipe Monteiro de Carvalho
On Wed, Jun 22, 2011 at 9:51 AM, Tommi Prami groups.tpr...@gmail.com wrote: This could be something like that. Any ideas how to make this work. What settings to Check. In Lazarus go to the menu Tools-Options-Paths and check the path to the compiler -- Felipe Monteiro de Carvalho --

Re: [Lazarus] Can't compile WinCE app

2011-06-22 Thread Tommi Prami
On 22.6.2011 11:46, Felipe Monteiro de Carvalho wrote: On Wed, Jun 22, 2011 at 9:51 AM, Tommi Pramigroups.tpr...@gmail.com wrote: This could be something like that. Any ideas how to make this work. What settings to Check. In Lazarus go to the menu Tools-Options-Paths and check the path to the

Re: [Lazarus] Can't compile WinCE app

2011-06-22 Thread Felipe Monteiro de Carvalho
Can you send a zip file with the project? (not 7z and also not rar) -- Felipe Monteiro de Carvalho -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Can't compile WinCE app

2011-06-22 Thread Felipe Monteiro de Carvalho
If you do it like this: 1 Remove any installed snapshots 2 Install Lazarus 0.9.30 + addon for wince 3 Rebuild your lazarus svn against the fpc 2.4.2 shipped with 0.9.30 does it work? -- Felipe Monteiro de Carvalho -- ___ Lazarus mailing list

Re: [Lazarus] Compile and Build menu entries, Run- or Project-menu?

2011-06-22 Thread zeljko
On Tuesday 21 of June 2011 16:57:44 Bart wrote: Please leave Compile as the first entry in the Run menu. I use it far more often than Run and I'm used ti it's location. (Ctrl-F9 is reserved by my windowmanager (?) in Linux, so I can't use it instead). That change makes me crazy (Run as

Re: [Lazarus] Can't compile WinCE app

2011-06-22 Thread Tommi Prami
On 22.6.2011 14:13, Felipe Monteiro de Carvalho wrote: If you do it like this: 1 Remove any installed snapshots did before 2 Install Lazarus 0.9.30 + addon for wince This because the settings? 3 Rebuild your lazarus svn against the fpc 2.4.2 shipped with 0.9.30 Why 2.4.2 fpc? O

Re: [Lazarus] Can't compile WinCE app

2011-06-22 Thread Felipe Monteiro de Carvalho
On Wed, Jun 22, 2011 at 2:42 PM, Tommi Prami groups.tpr...@gmail.com wrote: Why 2.4.2 fpc? To reduce the difference between your setup and mine, to try to find out what is the difference that makes it not work for you -- Felipe Monteiro de Carvalho --

Re: [Lazarus] Compile and Build menu entries, Run- or Project-menu?

2011-06-22 Thread Graeme Geldenhuys
On 06/21/2011 10:16 PM, David Copeland wrote: Would you happen to know how in KDE4 (suse 11.4) one would do this? I can't find it to save my life g. I don't really use KDE, but I had OpenSUSE 11.3 setup inside a vm session, so I took a quick look. Follow these steps: 1. Click Start button

[Lazarus] TDBGrid vertical scrolling for sequenced datasets

2011-06-22 Thread Max Vlasov
Hi, I don't know what parts of TDBGrid are still in progress, so I'm not sure whether I should fill a report I have a TDataSet descendant that IsSequenced = true, so the scrolling should obey the position inside the dataset. But there are moments when scrolling jumps to the zero position

Re: [Lazarus] Compile and Build menu entries, Run- or Project-menu?

2011-06-22 Thread Bart
On 6/21/11, Sven Barth pascaldra...@googlemail.com wrote: On 21.06.2011 20:26, Graeme Geldenhuys wrote: [about changing keybindings for my WM] And if that doesn't help you can change the bindings for Compile in Lazarus as well. Oh, please no! It took me 1 year to adjust to the changes from

[Lazarus] TDBNavigator glyphs

2011-06-22 Thread Bart
Sorry if this is the wrong mailing list. I find the button images of TDBNavigator rather confusing, especially the one for delete (the minus sign) and undo (the cross). The latter I keep associating with delete. I would like to have less ambiguous glyphs on them, like a trashcan for delete, and

Re: [Lazarus] thread safe

2011-06-22 Thread Hans-Peter Diettrich
Malcom Haak schrieb: Correct me if I'm wrong, But can't you technically make any code 'thread-safe' by using Critical Sections before doing work. In some code I have seen before a critical section was entered before calling TList.Add IMO this won't help, because any other thread that does