Re: [Lazarus] Win32 API replacement calls

2008-06-13 Thread A.J. Venter
On Fri, Jun 13, 2008 at 12:24 AM, Kostas Michalopoulos [EMAIL PROTECTED] wrote: That said, KDE and gnome are between them about 80% of all Linux desktops, about 5% will be stuff like E17 and the last 15 is the various others combined I think XFCE has a good percentage, more than E17, maybe

Re: [Lazarus] Produce a 64-bit Linux binary on a 32-bit Linux FPC

2008-06-13 Thread Marco van de Voort
On Wed, Jun 11, 2008 at 02:26:24PM -0700, Jalal wrote: Because the target program is a command line program this question isn't exactly about Lazarus, but rather FPC. I have FPC 2.2.0 working on a 32-bit Linux (Debian) machine. With it I successfully compile and produce 32-bit Linux

[Lazarus] Registering Dll for WinCe

2008-06-13 Thread cc_
Hi, Anyone knows how to register a Dll for WinCe? Can it be done from a Lazarus App? Regards, - Leslie -___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] File Open Dialog [ARM-WinCe]

2008-06-13 Thread cc_
Does the File Open Dialog supposed to work for ARM-WinCe? (It does not at the moment [0.925 FPC_2.23 SVN_15393]). Regards - Leslie - ___ Lazarus mailing list Lazarus@lazarus.freepascal.org

Re: [Lazarus] Registering Dll for WinCe

2008-06-13 Thread Felipe Monteiro de Carvalho
2008/6/13 [EMAIL PROTECTED]: Anyone knows how to register a Dll for WinCe? Can it be done from a Lazarus App? Define register a dll -- Felipe Monteiro de Carvalho ___ Lazarus mailing list Lazarus@lazarus.freepascal.org

Re: [Lazarus] File Open Dialog [ARM-WinCe]

2008-06-13 Thread Felipe Monteiro de Carvalho
2008/6/13 [EMAIL PROTECTED]: Does the File Open Dialog supposed to work for ARM-WinCe? (It does not at the moment [0.925 FPC_2.23 SVN_15393]). There is a roadmap here: http://wiki.lazarus.freepascal.org/Roadmap#Status_of_components_on_each_widgetset Maybe we should have an alternative

Re: [Lazarus] File Open Dialog [ARM-WinCe]

2008-06-13 Thread cc_
There is a roadmap here: http://wiki.lazarus.freepascal.org/Roadmap#Status_of_components_on_each_widgetset Thanks. (I should have remembered this.) Maybe we should have an alternative FileDialog for widgetsets that have no native dialog. That seems to be the only solution. :) -

Re: [Lazarus] Compile error with latest trunk

2008-06-13 Thread Mattias Gaertner
On Fri, 13 Jun 2008 13:15:05 -0500 Ger Remmers [EMAIL PROTECTED] wrote: Just to make sure it wasn't something stupid that I had done I downloaded the whole trunk again and then tried the compile again. Compiling gtkextra.pp gtkextra.pp(49,35) Error: Identifier not found GType

Re: [Lazarus] Registering Dll for WinCe

2008-06-13 Thread Zaher Dirkey
Just need to copy to you exe path, there is no register for sqlite3sll. I think the problem is version of your sqlite3.dll and Lazarus try to search in the forums to find the correct answers, some one there have the same problem. On Fri, Jun 13, 2008 at 4:40 PM, [EMAIL PROTECTED] wrote: Define

Re: [Lazarus] Compile Error Latest SVN

2008-06-13 Thread Lee Jenkins
Lee Jenkins wrote: I updated from latest svn and get the following error: M:\lazarusSVN\ide\environmentopts.pp(1536,57) Error: Identifier not found GetUserDir Pointing to this portion of EnvironmentOpts.pp {$IFNDEF Ver2_2_0} AMacroList.Add(TTransferMacro.Create('Home',GetUserDir,

Re: [Lazarus] Compile Error Latest SVN

2008-06-13 Thread Lee Jenkins
Maxim Ganetsky wrote: Lee Jenkins пишет: Lee Jenkins wrote: I updated from latest svn and get the following error: M:\lazarusSVN\ide\environmentopts.pp(1536,57) Error: Identifier not found GetUserDir Pointing to this portion of EnvironmentOpts.pp {$IFNDEF Ver2_2_0}