[lazarus] Minor issue while compiling Lazarus

2006-08-27 Thread Adrian Maier
Hello, I have noticed that after : make clean ; svn update ; make it fails with this error: lazarus.pp(114,1) Error: Can't call the linker, switching to external linking If I execute make again, the error no longer appears and Lazarus is built successfully. Is this a known issue? The

Re: [lazarus] customcombobox under win32

2006-08-27 Thread Mattias Gaertner
On Fri, 25 Aug 2006 11:25:13 +0200 brandys [EMAIL PROTECTED] wrote: Hello, To Mattias: I'm about bugreport 7300 under windows when TCombobox has style csDropdownlist (very frequent when populating list from database) I think that in method : procedure TCustomComboBox.KeyDown(var

Re: [lazarus] Minor issue while compiling Lazarus

2006-08-27 Thread Felipe Monteiro de Carvalho
Maybe you should do make clean all instead of only make -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at

Re: [lazarus] problem with TAction.onUpdate

2006-08-27 Thread Mattias Gaertner
On Tue, 15 Aug 2006 11:50:51 -0500 Wilder Gonzalez Diaz [EMAIL PROTECTED] wrote: i am developing a Lazarus application and i am using a TAction.onUpdate event to enable/disable actions by checking some values (this is the best clear way to do this in Delphi)... in Lazarus this works fine

Re: [lazarus] Minor issue while compiling Lazarus

2006-08-27 Thread Adrian Maier
On 27/08/06, Felipe Monteiro de Carvalho [EMAIL PROTECTED] wrote: Maybe you should do make clean all instead of only make This made no difference. make clean all gave the same error. If others can't see the same error this means that there is something strange only here on my machine.

[lazarus] a possible (small) bug? [win32]

2006-08-27 Thread Ad Rienks
Hello, In an application I have the following line: MessageDlg(IntToStr(InputEdit.GetTextLen), mtInformation, [mbClose], 0) running the program I get the Error: Project raised exception class 'External: SIGSEGV'., jumping to the file messagedialogs.inc: line125 CancelValue :=

[lazarus] Win32 Unicode: A KeyPress Problem

2006-08-27 Thread Borut Maricic
Here I am again. In win32 widgetset, win32callback.inc, in WindowProc, in code WM_CHAR: Begin PLMsg:[EMAIL PROTECTED]; With LMChar Do Begin Msg := CN_CHAR; KeyData := LParam; CharCode := Word(WParam); CharCode gets correctly filled with values 255.