Re: [Lazarus] @DBLookupControls users: call for test

2011-12-13 Thread Marcos Douglas
On Mon, Dec 12, 2011 at 10:27 PM, Luiz Americo Pereira Camara luiz...@oi.com.br wrote: On 12/12/2011 21:47, Marcos Douglas wrote: On Mon, Dec 12, 2011 at 8:23 PM, Luiz Americo Pereira Camara luiz...@oi.com.br  wrote: On 12/12/2011 16:58, Marcos Douglas wrote: Resume: The problem exists

Re: [Lazarus] RE : RE : RE : RE : @DBLookupControls users: call for test

2011-12-13 Thread Marcos Douglas
the cursor in the customer dataset? Answer: Delphi selects the first key field in the dataset record (the one with lowest fielddefs index or fields index if no fielddefs). If the user wants another field, an AfterScroll on the customer dataset can fix that. That is right. Marcos Douglas

Re: [Lazarus] How do you get a report of unfreed objects in Lazarus after a program runs?

2011-12-13 Thread Marcos Douglas
Options'|'Compiler Options'|'Linking'DebuggingUse Heaptrc unit. After you close your program, a message will be displayed to you. Marcos Douglas -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman

Re: [Lazarus] How do you get a report of unfreed objects in Lazarus after a program runs?

2011-12-13 Thread Marcos Douglas
2011/12/13 Frank Church vfcli...@gmail.com: On 13 December 2011 17:10, Marcos Douglas m...@delfire.net wrote: 2011/12/13 Frank Church vfcli...@gmail.com How do you get a report of unfreed objects in Lazarus? I hav read something about heaptrc and valgrind, but don't know

Re: [Lazarus] @DBLookupControls users: call for test

2011-12-12 Thread Marcos Douglas
the keyboard and don't type ENTER), but after type a new value that not exists in DataSet list, the combo is not cleaned. Marcos Douglas -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo

Re: [Lazarus] @DBLookupControls users: call for test

2011-12-12 Thread Marcos Douglas
On Mon, Dec 12, 2011 at 8:23 AM, Marcos Douglas m...@delfire.net wrote: On Sat, Dec 10, 2011 at 11:15 AM, Luiz Americo Pereira Camara luiz...@oi.com.br wrote: In order to fix some bugs i did significant changes in TDBLookup[List|Combo]Box controls I did a lot of testing but may broken

Re: [Lazarus] @DBLookupControls users: call for test

2011-12-12 Thread Marcos Douglas
On Mon, Dec 12, 2011 at 12:52 PM, Luiz Americo Pereira Camara luiz...@oi.com.br wrote: On 12/12/2011 09:23, Marcos Douglas wrote: On Sat, Dec 10, 2011 at 11:15 AM, Luiz Americo Pereira Camara luiz...@oi.com.br  wrote: In order to fix some bugs i did significant changes in TDBLookup[List

Re: [Lazarus] RE : @DBLookupControls users: call for test

2011-12-12 Thread Marcos Douglas
. +1 Marcos Douglas -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] @DBLookupControls users: call for test

2011-12-12 Thread Marcos Douglas
On Mon, Dec 12, 2011 at 2:16 PM, Luiz Americo Pereira Camara luiz...@oi.com.br wrote: On 12/12/2011 14:25, Marcos Douglas wrote: I think I wrote better in bug tracker: 1. Define properties AutoComplete and AutoDropDown to True; 2. Type a new value (the DropDown will open) that not exists

Re: [Lazarus] @DBLookupControls users: call for test

2011-12-12 Thread Marcos Douglas
On Mon, Dec 12, 2011 at 2:35 PM, Marcos Douglas m...@delfire.net wrote: On Mon, Dec 12, 2011 at 2:16 PM, Luiz Americo Pereira Camara luiz...@oi.com.br wrote: On 12/12/2011 14:25, Marcos Douglas wrote: I think I wrote better in bug tracker: 1. Define properties AutoComplete and AutoDropDown

Re: [Lazarus] RE : RE : @DBLookupControls users: call for test

2011-12-12 Thread Marcos Douglas
be great. Marcos Douglas -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] @DBLookupControls users: call for test

2011-12-12 Thread Marcos Douglas
On Mon, Dec 12, 2011 at 3:11 PM, Marcos Douglas m...@delfire.net wrote: On Mon, Dec 12, 2011 at 2:35 PM, Marcos Douglas m...@delfire.net wrote: On Mon, Dec 12, 2011 at 2:16 PM, Luiz Americo Pereira Camara luiz...@oi.com.br wrote: On 12/12/2011 14:25, Marcos Douglas wrote: I think I wrote

Re: [Lazarus] @DBLookupControls users: call for test

2011-12-12 Thread Marcos Douglas
On Mon, Dec 12, 2011 at 8:23 PM, Luiz Americo Pereira Camara luiz...@oi.com.br wrote: On 12/12/2011 16:58, Marcos Douglas wrote: Resume: The problem exists if the user typed a value that not exists on list (DataSet) but the KeyValue continue with the last value selected before. Yes

Re: [Lazarus] @DBLookupControls users: call for test

2011-12-11 Thread Marcos Douglas
. Marcos Douglas -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] Ctrl+CLICK does not work

2011-12-05 Thread Marcos Douglas
Hi I update my Lazarus today and now the Ctrl+Click in any identifier does not work anymore. Lazarus 0.9.31 r33976M FPC 2.5.1 i386-win32-win32/win64 Marcos Douglas -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http

Re: [Lazarus] Ctrl+CLICK does not work

2011-12-05 Thread Marcos Douglas
On Mon, Dec 5, 2011 at 3:36 PM, zel...@holobit.net wrote: Quoting Marcos Douglas m...@delfire.net: Hi I update my Lazarus today and now the Ctrl+Click in any identifier does not work anymore. Lazarus 0.9.31 r33976M FPC 2.5.1 i386-win32-win32/win64 That's fixed in 33970, but again

Re: [Lazarus] Ctrl+CLICK does not work

2011-12-05 Thread Marcos Douglas
On Mon, Dec 5, 2011 at 4:22 PM, Martin laza...@mfriebe.de wrote: On 05/12/2011 17:56, Marcos Douglas wrote: Hi I update my Lazarus today and now the Ctrl+Click in any identifier does not work anymore. Lazarus 0.9.31 r33976M FPC 2.5.1 i386-win32-win32/win64 Sorry, should be fixed now

Re: [Lazarus] TPageControl suddenly stopped working

2011-12-03 Thread Marcos Douglas
On Sat, Dec 3, 2011 at 9:15 AM, Tail Kinker the.tail.kin...@gmail.com wrote: I am working on a project that has two TPageControl instances.  One is embedded inside a TTabSheet of another.  It is the embedded one that for whatever stupid reason has stopped working. This behaviour started after

Re: [Lazarus] TPageControl suddenly stopped working

2011-12-03 Thread Marcos Douglas
On Sat, Dec 3, 2011 at 11:19 AM, Timothy Groves the.tail.kin...@gmail.com wrote: On 12/03/2011 07:32 AM, Marcos Douglas wrote: On Sat, Dec 3, 2011 at 9:15 AM, Tail Kinkerthe.tail.kin...@gmail.com  wrote: I am working on a project that has two TPageControl instances.  One is embedded inside

Re: [Lazarus] TDBLookupComboBox (dblookup.inc)

2011-11-30 Thread Marcos Douglas
On Mon, Nov 28, 2011 at 12:37 PM, Marcos Douglas m...@delfire.net wrote: On Mon, Nov 28, 2011 at 12:00 PM, Luiz Americo Pereira Camara luiz...@oi.com.br wrote: On 28/11/2011 11:37, Marcos Douglas wrote: On Mon, Nov 28, 2011 at 10:28 AM, Marcos Douglasm...@delfire.net  wrote: Hi

Re: [Lazarus] Looking for a reporting solution

2011-11-29 Thread Marcos Douglas
the same technique, ie, ODT. Marcos Douglas -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] TDBLookupComboBox (dblookup.inc)

2011-11-28 Thread Marcos Douglas
working in a patch but I'm not finished. I have some problems... So, somebody have the same problem and already did the patch? Marcos Douglas [1] http://bugs.freepascal.org/view.php?id=12206 -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] TDBLookupComboBox (dblookup.inc)

2011-11-28 Thread Marcos Douglas
On Mon, Nov 28, 2011 at 10:28 AM, Marcos Douglas m...@delfire.net wrote: Hi, The TDBLookupComboBox uses Field.AsString or Field.Value to access the data... but I have problems with it using Unicode. I use MSSQL and I have to convert the string data using SysToUTF8/UTF8ToSys in OnGetText

Re: [Lazarus] TDBLookupComboBox (dblookup.inc)

2011-11-28 Thread Marcos Douglas
On Mon, Nov 28, 2011 at 12:00 PM, Luiz Americo Pereira Camara luiz...@oi.com.br wrote: On 28/11/2011 11:37, Marcos Douglas wrote: On Mon, Nov 28, 2011 at 10:28 AM, Marcos Douglasm...@delfire.net  wrote: Hi, The TDBLookupComboBox uses Field.AsString or Field.Value to access the data

Re: [Lazarus] How do use sockets?

2011-11-27 Thread Marcos Douglas
of tiOPF or could be use alone? Marcos Douglas -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] How do use sockets?

2011-11-27 Thread Marcos Douglas
On Sun, Nov 27, 2011 at 10:22 AM, Graeme Geldenhuys graemeg.li...@gmail.com wrote: On 27/11/2011, Marcos Douglas md@... wrote: Good job! Most of the work and credit must really go to Peter Hinrichsen - I simply ported that code to be FPC and cross-platform enabled. OK. I found this http

Re: [Lazarus] Problem compiling lazarus

2011-11-25 Thread Marcos Douglas
.2Finstalling_FPC_and_Lazarus_from_Sources_of_SVN_.28Win32.29 Doesn't need to get and run the installer, just copy sources (and some binutils exe files) from SVN. I will change the tutorial to use FPC 2.5.1 (fixes_2_6) instead. Marcos Douglas -- ___ Lazarus mailing list Lazarus

[Lazarus] FTP...2.4.4/bootstrap... is missing.

2011-11-25 Thread Marcos Douglas
.2Finstalling_FPC_and_Lazarus_from_Sources_of_SVN_.28Win32.29 Thanks, Marcos Douglas -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] staticpackages.inc

2011-11-21 Thread Marcos Douglas
On Mon, Nov 21, 2011 at 2:46 PM, Marcos Douglas m...@delfire.net wrote: Hi, I think somebody had the same problem, but I didn't find the solution yet. I update my Lazarus (/trunk) every week. I always got the last version on the trunk and I use the menu to Clean up + Build all without

Re: [Lazarus] Lazarus application showcase

2011-10-20 Thread Marcos Douglas
! This is so beautiful! This is a nice showcase for FPC and Lazarus. Good work! Marcos Douglas -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Can't compile trunk revision 32946

2011-10-17 Thread Marcos Douglas
I can't compile trunk rev 32947 on WinXP (FPC 2.5.1) using the IDE Clean-up + Build all. Error: ...ide\lazarus.pp(59,4) Fatal: Can't open include file staticpackages.inc Marcos Douglas -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Can't compile trunk revision 32946

2011-10-17 Thread Marcos Douglas
On Mon, Oct 17, 2011 at 1:21 PM, Marcos Douglas m...@delfire.net wrote: I can't compile trunk rev 32947 on WinXP (FPC 2.5.1) using the IDE Clean-up + Build all. Error: ...ide\lazarus.pp(59,4) Fatal: Can't open include file staticpackages.inc A tip: This occurs if I mark the Update

Re: [Lazarus] Fwd: [lazarus-br] Tamaho do executavel

2011-10-05 Thread Marcos Douglas
#Adding_a_release_and_debug_build_modes +1 I use that way. Marcos Douglas -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Get LCL revision or version via ifdef

2011-10-04 Thread Marcos Douglas
On Tue, Oct 4, 2011 at 7:32 AM, silvioprog silviop...@gmail.com wrote: 2011/10/2 Marcos Douglas m...@delfire.net: Sorry, I understood. The LCLVersion unit contains constants, see: const  lcl_major = 0;  lcl_minor = 9;  lcl_release = 31;  lcl_patch = 0;  lcl_fullversion = ((lcl_major

Re: [Lazarus] Circular references and code quality

2011-10-04 Thread Marcos Douglas
problems but there is no way to solve this one, except for changing the language. Frustrated now... Marcos Douglas -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Circular references and code quality

2011-10-04 Thread Marcos Douglas
On Tue, Oct 4, 2011 at 12:12 PM, Alexander Klenin kle...@gmail.com wrote: On Wed, Oct 5, 2011 at 01:40, Marcos Douglas m...@delfire.net wrote: The comments always tell to use interfaces and abstract base classes, and claim that this feature enforces good design. Bollocks! I agree with you

Re: [Lazarus] rxnew package: LCLBase not exists

2011-10-03 Thread Marcos Douglas
On Sun, Oct 2, 2011 at 3:57 PM, Vincent Snijders vincent.snijd...@gmail.com wrote: 2011/10/2 Marcos Douglas m...@delfire.net: 2011/9/30 Лагунов Алексей alex...@yandex.ru: current version of rxnew package depends from trunk version of lazarus lcl. IMHO this is wrong. All 3rd packages

Re: [Lazarus] rxnew package: LCLBase not exists

2011-10-02 Thread Marcos Douglas
On Fri, Sep 30, 2011 at 6:07 PM, Mattias Gaertner nc-gaert...@netcologne.de wrote: On Fri, 30 Sep 2011 17:53:15 -0300 Marcos Douglas m...@delfire.net wrote: On Tue, Jul 5, 2011 at 3:43 PM, Marcos Douglas m...@delfire.net wrote: Hi, The CCR components follows Lazarus trunk

Re: [Lazarus] rxnew package: LCLBase not exists

2011-10-02 Thread Marcos Douglas
2011/9/30 Лагунов Алексей alex...@yandex.ru: current version of rxnew package depends from trunk version of lazarus lcl. IMHO this is wrong. All 3rd packages should have dependencies of FPC and Lazarus release versions or should have branches... what does not exist in CCR components. Marcos

Re: [Lazarus] Get LCL revision or version via ifdef

2011-10-02 Thread Marcos Douglas
, comments and the program/unit identifer; declaration). Regards, Sven Hmm... how to I configure my .inc file for the demo work? (new demo in attached) Simple, just use .inc in unit files. Do not put logical in .lpr files. Marcos Douglas

Re: [Lazarus] Get LCL revision or version via ifdef

2011-10-02 Thread Marcos Douglas
2011/10/2 silvioprog silviop...@gmail.com: 2011/10/2 Marcos Douglas m...@delfire.net: Simple, just use .inc in unit files. Do not put logical in .lpr files. Marcos Douglas Did not work. x( See demo in attached. Sorry, I understood. The LCLVersion unit contains constants, see: const

Re: [Lazarus] rxnew package: LCLBase not exists

2011-09-30 Thread Marcos Douglas
On Tue, Jul 5, 2011 at 3:43 PM, Marcos Douglas m...@delfire.net wrote: Hi, The CCR components follows Lazarus trunk or a stable version? Revision: 1663 Author: alexs75 Date: 14:20:53, Wednesday, June 1, 2011 Message: new module - class for store config values in memory Added

[Lazarus] OptionsLinkingTarget OS specific optionsWin32 gui app (-WG)

2011-09-20 Thread Marcos Douglas
Hi, I updated my Lazarus today and I saw that missing the Linking-WG (always checked, even if you create a app console... uncheck manually). To compile my console projects I have to use OtherCustom options: -WG- How will be this in the future? Lazarus 0.9.31 r31914 FPC 2.4.5

Re: [Lazarus] OptionsLinkingTarget OS specific optionsWin32 gui app (-WG)

2011-09-20 Thread Marcos Douglas
On Tue, Sep 20, 2011 at 7:24 PM, Bart bartjun...@gmail.com wrote: On 9/20/11, Marcos Douglas m...@delfire.net wrote: Hi, I updated my Lazarus today and I saw that missing the Linking-WG (always checked, even if you create a app console... uncheck manually). Reported in Mantis, with patch

Re: [Lazarus] After a Build all, the IDE does not restart

2011-09-14 Thread Marcos Douglas
On Wed, Sep 14, 2011 at 12:16 AM, Hans-Peter Diettrich drdiettri...@aol.com wrote: Marcos Douglas schrieb: Hi, My env is: Lazarus 0.9.31 r31914 FPC 2.4.5 i386-win32-win32/win64 After a Build all, the IDE does not restart. The compilation is Ok; IDE was closed; show the splash again

Re: [Lazarus] After a Build all, the IDE does not restart

2011-09-14 Thread Marcos Douglas
2011/9/14 Flávio Etrusco flavio.etru...@gmail.com: On Wed, Sep 14, 2011 at 12:16 AM, Hans-Peter Diettrich drdiettri...@aol.com wrote: Marcos Douglas schrieb: Hi, My env is: Lazarus 0.9.31 r31914 FPC 2.4.5 i386-win32-win32/win64 After a Build all, the IDE does not restart

Re: [Lazarus] Automatic handling of multiple Lazarus installation - user configuration folder (Was: Re: Search paths per platform)

2011-09-14 Thread Marcos Douglas
, multi user systems will not work... I believe he meant extending the name where the configuration is stored... e.g. lazarus0.9 instead of just lazarus. Regards, Sven Exactly ;-) +1 Marcos Douglas -- ___ Lazarus mailing list Lazarus

Re: [Lazarus] Automatic handling of multiple Lazarus installation - user configuration folder (Was: Re: Search paths per platform)

2011-09-14 Thread Marcos Douglas
pointing to its installation directory) and ask the user whether they want to migrate, delete or leave as is the configuration. x2 Marcos Douglas -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman

Re: [Lazarus] After a Build all, the IDE does not restart

2011-09-14 Thread Marcos Douglas
On Wed, Sep 14, 2011 at 10:33 AM, Marcos Douglas m...@delfire.net wrote: Hm... I do not use startlazarus too - I used, but seeing my BAT script now it uses lazarus.exe (I must have changed it for some time and did not remember). I will try, thanks. You were right. Using startlazarus

[Lazarus] After a Build all, the IDE does not restart

2011-09-13 Thread Marcos Douglas
Hi, My env is: Lazarus 0.9.31 r31914 FPC 2.4.5 i386-win32-win32/win64 After a Build all, the IDE does not restart. The compilation is Ok; IDE was closed; show the splash again... but the IDE is gone. Any tips? Marcos Douglas -- ___ Lazarus mailing

Re: [Lazarus] After a Build all, the IDE does not restart

2011-09-13 Thread Marcos Douglas
On Tue, Sep 13, 2011 at 11:38 AM, Mattias Gaertner nc-gaert...@netcologne.de wrote: On Tue, 13 Sep 2011 11:19:40 -0300 Marcos Douglas m...@delfire.net wrote: Hi, My env is: Lazarus 0.9.31 r31914 FPC 2.4.5 i386-win32-win32/win64 After a Build all, the IDE does not restart. The compilation

Re: [Lazarus] After a Build all, the IDE does not restart

2011-09-13 Thread Marcos Douglas
On Tue, Sep 13, 2011 at 11:46 AM, Marcos Douglas m...@delfire.net wrote: On Tue, Sep 13, 2011 at 11:38 AM, Mattias Gaertner 3. To debug, why the installed package makes problems: Start the lazarus.exe with command line parameter --debug-log=log.txt or debug the IDE with the IDE. Ok, I

Re: [Lazarus] After a Build all, the IDE does not restart

2011-09-13 Thread Marcos Douglas
On Tue, Sep 13, 2011 at 12:26 PM, Marcos Douglas m...@delfire.net wrote: On Tue, Sep 13, 2011 at 11:46 AM, Marcos Douglas m...@delfire.net wrote: On Tue, Sep 13, 2011 at 11:38 AM, Mattias Gaertner 3. To debug, why the installed package makes problems: Start the lazarus.exe with command line

Re: [Lazarus] After a Build all, the IDE does not restart

2011-09-13 Thread Marcos Douglas
On Tue, Sep 13, 2011 at 12:49 PM, Marcos Douglas m...@delfire.net wrote: On Tue, Sep 13, 2011 at 12:26 PM, Marcos Douglas m...@delfire.net wrote: On Tue, Sep 13, 2011 at 11:46 AM, Marcos Douglas m...@delfire.net wrote: On Tue, Sep 13, 2011 at 11:38 AM, Mattias Gaertner 3. To debug, why

Re: [Lazarus] @DBAware controls users

2011-09-12 Thread Marcos Douglas
of TFieldDataLink DataChange is called twice each time dataset is open Tomorrow i'll do a complete patch I wait for this patch too. Please, notify us when the patch is applied. Marcos Douglas -- ___ Lazarus mailing list Lazarus

Re: [Lazarus] @DBAware controls users

2011-09-12 Thread Marcos Douglas
On Mon, Sep 12, 2011 at 2:32 PM, Luiz Americo Pereira Camara luiz...@oi.com.br wrote: On 12/9/2011 09:48, Marcos Douglas wrote: On Sun, Sep 11, 2011 at 11:32 PM, Luiz Americo Pereira Camara luiz...@oi.com.br  wrote: I did a quick look. At least in TCustomRxDBTrackBar ActiveChange

Re: [Lazarus] Search paths per platform

2011-09-09 Thread Marcos Douglas
mode ignores the macro value typed? http://wiki.lazarus.freepascal.org/Macros_and_Conditionals#Add_a_release.2Fdebug_mode The build mode uses the clicked parameters in IDE not the typed in macro value, right? So, why the macro value exists? Marcos Douglas

Re: [Lazarus] Search paths per platform

2011-09-09 Thread Marcos Douglas
On Fri, Sep 9, 2011 at 3:33 PM, Mattias Gaertner nc-gaert...@netcologne.de wrote: On Fri, 9 Sep 2011 15:24:18 -0300 Marcos Douglas m...@delfire.net wrote: On Fri, Sep 9, 2011 at 3:09 PM, Mattias Gaertner nc-gaert...@netcologne.de wrote: I would be nice to have conditionals or build modes

Re: [Lazarus] Search paths per platform

2011-09-09 Thread Marcos Douglas
stores the checks, so you don't need put '-gl -gh' into macro values. Just check the options in the dialog. I understood everything. Did tests and everything works really good. The Lazarus is a great IDE. Thanks for this lesson about Macros, Conditionals and Custom options. Marcos Douglas

Re: [Lazarus] Zeos, Win 7 (64-bit) e SQLServer 2008: None of the dynamic libraries can be found: ntwdblib.dll [SOLVED]

2011-09-02 Thread Marcos Douglas
On Fri, Sep 2, 2011 at 5:00 AM, Santiago A. s...@ciberpiula.net wrote: El 01/09/2011 14:33, Marcos Douglas escribió: I'm thinking to use SQLdb with ODBC... http://wiki.lazarus.freepascal.org/ODBCConn Marcos Douglas Generate a 32-bit executable and try it... just for the sake of science

Re: [Lazarus] Zeos, Win 7 (64-bit) e SQLServer 2008: None of the dynamic libraries can be found: ntwdblib.dll

2011-09-01 Thread Marcos Douglas
On Thu, Sep 1, 2011 at 4:42 AM, Santiago A. s...@ciberpiula.net wrote: El 31/08/2011 22:46, Marcos Douglas escribió: Hi, Someone here has already developed an application using Zeos, Win 7 (64-bit) and SQLServer 2008? My application runs perfectly on WinXP, but gives error when I try

[Lazarus] MSSQL, LCL and UTF8

2011-09-01 Thread Marcos Douglas
Hi, I saw here http://62.166.198.202/view.php?id=12206 there is more people that have the same problem I have using MSSQL and LCL. Please, if you works MSSQL, which way you chose to work with UTF8 and MSSQL using ODBC (SQLdb) and/or ZEOS? Thanks, Marcos Douglas

[Lazarus] Can't find unit rttiutils used by PropertyStorage

2011-09-01 Thread Marcos Douglas
, Marcos Douglas -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Can't find unit rttiutils used by PropertyStorage

2011-09-01 Thread Marcos Douglas
On Thu, Sep 1, 2011 at 2:03 PM, Mattias Gaertner nc-gaert...@netcologne.de wrote: On Thu, 1 Sep 2011 13:52:26 -0300 Marcos Douglas m...@delfire.net wrote: Hi, I update my Lazarus (rev 32142) and Build from the IDE... OK. I opened a new LCL project and ran. Do you mean Project / New

Re: [Lazarus] Can't find unit rttiutils used by PropertyStorage

2011-09-01 Thread Marcos Douglas
On Thu, Sep 1, 2011 at 2:53 PM, Mattias Gaertner nc-gaert...@netcologne.de wrote: On Thu, 1 Sep 2011 14:49:32 -0300 Marcos Douglas m...@delfire.net wrote: On Thu, Sep 1, 2011 at 2:03 PM, Mattias Gaertner nc-gaert...@netcologne.de wrote: On Thu, 1 Sep 2011 13:52:26 -0300 Marcos Douglas m

Re: [Lazarus] Can't find unit rttiutils used by PropertyStorage [SOLVED]

2011-09-01 Thread Marcos Douglas
On Thu, Sep 1, 2011 at 3:04 PM, Marcos Douglas m...@delfire.net wrote: On Thu, Sep 1, 2011 at 2:53 PM, Mattias Gaertner nc-gaert...@netcologne.de wrote: On Thu, 1 Sep 2011 14:49:32 -0300 Marcos Douglas m...@delfire.net wrote: On Thu, Sep 1, 2011 at 2:03 PM, Mattias Gaertner nc-gaert

Re: [Lazarus] Can't find unit rttiutils used by PropertyStorage

2011-09-01 Thread Marcos Douglas
On Thu, Sep 1, 2011 at 4:46 PM, Mattias Gaertner nc-gaert...@netcologne.de wrote: On Thu, 1 Sep 2011 15:04:34 -0300 Marcos Douglas m...@delfire.net wrote: On Thu, Sep 1, 2011 at 2:53 PM, Mattias Gaertner nc-gaert...@netcologne.de wrote: On Thu, 1 Sep 2011 14:49:32 -0300 Marcos

Re: [Lazarus] Can't find unit rttiutils used by PropertyStorage [SOLVED]

2011-09-01 Thread Marcos Douglas
]. But when I changed I maked all FPC. Maybe you forgot to install all new units. What did you mean? Marcos Douglas -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Can't find unit rttiutils used by PropertyStorage

2011-09-01 Thread Marcos Douglas
On Thu, Sep 1, 2011 at 4:46 PM, Mattias Gaertner nc-gaert...@netcologne.de wrote: Where this file is stored? In C:\temp Well... I didn't find the file, but I can see all messages in Messages window in IDE. Marcos Douglas -- ___ Lazarus mailing list

[Lazarus] Zeos, Win 7 (64-bit) e SQLServer 2008: None of the dynamic libraries can be found: ntwdblib.dll

2011-08-31 Thread Marcos Douglas
? Marcos Douglas -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Compiling only LCL to 64-bit, on Windows

2011-08-25 Thread Marcos Douglas
On Thu, Aug 25, 2011 at 4:08 AM, Andreas Schneider ak...@gmx.de wrote: At Wednesday, 24.08.2011 on 15:06 Marcos Douglas wrote: So, what is the best way to use Win 32 and 64-bit, in my case? I would suggest: don't go the most complicated route ever ;-) It's really dead simple to get cross

Re: [Lazarus] Compiling only LCL to 64-bit, on Windows

2011-08-25 Thread Marcos Douglas
On Thu, Aug 25, 2011 at 4:40 AM, Sven Barth pascaldra...@googlemail.com wrote: Am 25.08.2011 09:08, schrieb Andreas Schneider: At Wednesday, 24.08.2011 on 15:06 Marcos Douglas wrote: So, what is the best way to use Win 32 and 64-bit, in my case? I would suggest: don't go the most

Re: [Lazarus] Compiling only LCL to 64-bit, on Windows

2011-08-25 Thread Marcos Douglas
... I always forget that this is available... Then ignore the second part, but the first one is necessary :D OK. I'm wait the Andreas Schneider's answer about my questions, meanwhile I'm downloading clean FPC sources to test again. Marcos Douglas

Re: [Lazarus] Compiling only LCL to 64-bit, on Windows

2011-08-25 Thread Marcos Douglas
On Thu, Aug 25, 2011 at 11:34 AM, Andreas Schneider ak...@gmx.de wrote: On 25.08.2011 14:57, Marcos Douglas wrote: Well, I thought that cross-compile would add complexity, but I will try. But and Lazarus? It still continue 32-bit, right? What about the LCL, I do not have compile Lazarus

Re: [Lazarus] Compiling only LCL to 64-bit, on Windows

2011-08-25 Thread Marcos Douglas
2011/8/25 Flávio Etrusco flavio.etru...@gmail.com: (...) meanwhile I'm downloading clean FPC sources to test again. Marcos Douglas downloading clean? I hope you mean TortoiseSVN's Revert... command... No, and Andreas explained below. On Thu, Aug 25, 2011 at 12:06 PM, Andreas Schneider ak

Re: [Lazarus] Compiling only LCL to 64-bit, on Windows

2011-08-25 Thread Marcos Douglas
On Thu, Aug 25, 2011 at 4:08 AM, Andreas Schneider ak...@gmx.de wrote: At Wednesday, 24.08.2011 on 15:06 Marcos Douglas wrote: So, what is the best way to use Win 32 and 64-bit, in my case? I would suggest: don't go the most complicated route ever ;-) It's really dead simple to get cross

Re: [Lazarus] Compiling only LCL to 64-bit, on Windows

2011-08-25 Thread Marcos Douglas
On Thu, Aug 25, 2011 at 3:27 PM, Marcos Douglas m...@delfire.net wrote: On Thu, Aug 25, 2011 at 4:08 AM, Andreas Schneider ak...@gmx.de wrote: At Wednesday, 24.08.2011 on 15:06 Marcos Douglas wrote: So, what is the best way to use Win 32 and 64-bit, in my case? I would suggest: don't go

Re: [Lazarus] Compiling only LCL to 64-bit, on Windows

2011-08-25 Thread Marcos Douglas
On Thu, Aug 25, 2011 at 3:29 PM, Marcos Douglas m...@delfire.net wrote: Sorry, I did mean: My command: make clean all crossinstall UPXPROG=echo COPYTREE=echo OPT=-gl OS_TARGET=win64 CPU_TARGET=x86_64 INSTALL_PREFIX=%myFPC% PP=%myBINUTILS%\ppc386.exe I think fpc.cfg is missing something

Re: [Lazarus] Compiling only LCL to 64-bit, on Windows

2011-08-24 Thread Marcos Douglas
that updated the sources. Marcos Douglas -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Compiling only LCL to 64-bit, on Windows

2011-08-24 Thread Marcos Douglas
On Wed, Aug 24, 2011 at 9:10 AM, Vincent Snijders vincent.snijd...@gmail.com wrote: 2011/8/24 Marcos Douglas m...@delfire.net: On Wed, Aug 24, 2011 at 3:59 AM, Felipe Monteiro de Carvalho felipemonteiro.carva...@gmail.com wrote: Set your project architecture to x86-64 and compile your project

Re: [Lazarus] Using Laz 32bits to compile 64bits

2011-08-24 Thread Marcos Douglas
On Sat, Aug 20, 2011 at 7:16 AM, Graeme Geldenhuys graemeg.li...@gmail.com wrote: On 19 August 2011 15:45, Marcos Douglas wrote: My questions are: 1. I can use Lazarus 32bits in a machine 64bits but compile a program to 64bits? I have long since given up on cross-compiling. And even when

[Lazarus] Compiling only LCL to 64-bit, on Windows

2011-08-23 Thread Marcos Douglas
Hi, How I can compile only only the LCL to 64-bit? I do not want to compile the IDE (lazarus binary). Just the LCL could be compiled to create directories \x86_64-win64 on Windows. Marcos Douglas -- ___ Lazarus mailing list Lazarus

Re: [Lazarus] Using Laz 32bits to compile 64bits

2011-08-20 Thread Marcos Douglas
On Sat, Aug 20, 2011 at 12:01 AM, Hans-Peter Diettrich drdiettri...@aol.com wrote: Marcos Douglas schrieb: Question: I can compile a new fpc.exe to 64bit using a ppc386.exe 32bit version, on a machine 64bit? Yes and no ;-) Yes, you can create an ppcrossx64.exe, along with the 64 bit

Re: [Lazarus] Using Laz 32bits to compile 64bits

2011-08-20 Thread Marcos Douglas
On Sat, Aug 20, 2011 at 5:51 AM, Sven Barth pascaldra...@googlemail.com wrote: Am 20.08.2011 05:01, schrieb Hans-Peter Diettrich: Marcos Douglas schrieb: Question: I can compile a new fpc.exe to 64bit using a ppc386.exe 32bit version, on a machine 64bit? Yes and no ;-) Yes, you can

Re: [Lazarus] Using Laz 32bits to compile 64bits

2011-08-20 Thread Marcos Douglas
On Sat, Aug 20, 2011 at 7:16 AM, Graeme Geldenhuys graemeg.li...@gmail.com wrote: On 19 August 2011 15:45, Marcos Douglas wrote: My questions are: 1. I can use Lazarus 32bits in a machine 64bits but compile a program to 64bits? I have long since given up on cross-compiling. And even when

Re: [Lazarus] Using Laz 32bits to compile 64bits

2011-08-20 Thread Marcos Douglas
On Fri, Aug 19, 2011 at 4:58 PM, Vincent Snijders vincent.snijd...@gmail.com wrote: 2011/8/19 Marcos Douglas m...@delfire.net: Hi, My env is WinXP (3 bits, of course), FPC 2.5.1 (/branches_2_6) and Lazarus 0.9.31. I have FPC and Lazarus working on my notebook and I have a HD external too

Re: [Lazarus] Using Laz 32bits to compile 64bits

2011-08-20 Thread Marcos Douglas
On Sat, Aug 20, 2011 at 3:44 PM, Sven Barth pascaldra...@googlemail.com wrote: Am 20.08.2011 20:05, schrieb Marcos Douglas: On Sat, Aug 20, 2011 at 5:51 AM, Sven Barthpascaldra...@googlemail.com  wrote: Am 20.08.2011 05:01, schrieb Hans-Peter Diettrich: Marcos Douglas schrieb: Question

[Lazarus] Using Laz 32bits to compile 64bits

2011-08-19 Thread Marcos Douglas
.2Finstalling_FPC_and_Lazarus_from_Sources_of_SVN_.28Win32.29 Marcos Douglas -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Using Laz 32bits to compile 64bits

2011-08-19 Thread Marcos Douglas
On Fri, Aug 19, 2011 at 5:25 PM, Hans-Peter Diettrich drdiettri...@aol.com wrote: Marcos Douglas schrieb: My questions are: 1. I can use Lazarus 32bits in a machine 64bits but compile a program to 64bits? 2. The make, to compile FPC, knows about if the machine is 64bits or I have to type

Re: [Lazarus] RE : Forms in DLL

2011-08-15 Thread Marcos Douglas
2011/8/15 Juan Sánchez aldeac...@gmail.com: Hello,     here is the screenshot of a simple application in Win32 (in C++) calling DLL with form made in Lazarus :-) What about memory leaks. Have you tested? Marcos Douglas -- ___ Lazarus mailing list

Re: [Lazarus] Value of the $fpcversion - FPC 2.6.0

2011-08-12 Thread Marcos Douglas
the same problem so, you must to use a hardcode in your fpc.cfg. Source code of my script to install the FPC 2.6.0: http://pastebin.com/xhQQ0fSL How to I configure the $fpcversion to return 2.6.0? I think that is not possible. Marcos Douglas

Re: [Lazarus] Value of the $fpcversion - FPC 2.6.0

2011-08-12 Thread Marcos Douglas
On Fri, Aug 12, 2011 at 2:07 PM, Vincent Snijders vincent.snijd...@gmail.com wrote: 2011/8/12 Marcos Douglas m...@delfire.net: On Fri, Aug 12, 2011 at 11:47 AM, silvioprog silviop...@gmail.com wrote: Hi, What the value of the $fpcversion in FPC 2.6.0? Is 2.5.1? Yep. I need to configure

Re: [Lazarus] Value of the $fpcversion - FPC 2.6.0

2011-08-12 Thread Marcos Douglas
On Fri, Aug 12, 2011 at 4:04 PM, Vincent Snijders vincent.snijd...@gmail.com wrote: 2011/8/12 Marcos Douglas m...@delfire.net: On Fri, Aug 12, 2011 at 2:07 PM, Vincent Snijders You should just ask the fpc executable for the version number. But he wants to write the fpc.cfg file

Re: [Lazarus] Value of the $fpcversion - FPC 2.6.0

2011-08-12 Thread Marcos Douglas
/samplecfg -fpcversion=2.6.0 /usr/lib/fpc/2.6.0/ /etc, to use 2.6.0 instead of $fpcversion in fpc.cfg. Use the /2.5.1 directory. Marcos Douglas -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman

Re: [Lazarus] tools for creating web database client

2011-08-11 Thread Marcos Douglas
to use something else than fpc/lazarus for building the visual part on the user side, the server will be done using this something, too. And I like best to use Object Pascal. What do you use? See http://wiki.freepascal.org/fcl-web Marcos Douglas

Re: [Lazarus] getting started with ExtPascal (was: tools for creating web database client)

2011-08-11 Thread Marcos Douglas
/extpascal Wanderlan Santos is the autor of project and he participates of the group too. Marcos Douglas -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] RE : Forms in DLL

2011-08-10 Thread Marcos Douglas
know if the GUI designer can be used for this. So your works seems to offer a better choice. http://wiki.lazarus.freepascal.org/shared_library Marcos Douglas -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http

Re: [Lazarus] Build command menu on WinXP is broken(?)

2011-08-10 Thread Marcos Douglas
TForm1... ok, I doubt too. But are you SURE about that? Well... I think this is a Form for a new project, when you opens the IDE... but is just a guess. 3. What's that console window?... that I want to know since the first mail!!! 4. I'm not whining... was a joke. Have you a sense of humor? =) Marcos

Re: [Lazarus] Build command menu on WinXP is broken(?)

2011-08-10 Thread Marcos Douglas
On Tue, Aug 9, 2011 at 7:11 PM, Hans-Peter Diettrich drdiettri...@aol.com wrote: Marcos Douglas schrieb: Well, I continued my tests: 1- I compiled Lazarus /branches/fixes_0_9_30/ (I had it compiled with FPC 2.4.5) using lazbuild tool and FPC 2.5.1 (branches/fixes_2_6/) 2- Looks like worked

Re: [Lazarus] Build command menu on WinXP is broken(?)

2011-08-10 Thread Marcos Douglas
On Wed, Aug 10, 2011 at 9:17 AM, Vincent Snijders vincent.snijd...@gmail.com wrote: 2011/8/8 Marcos Douglas m...@delfire.net: Hi, I think something wrong in Lazarus Build menu command, trunk version on WinXP. I got the new sources of trunk; compiled with new branch fixes_2_6 (2.5.1

<    1   2   3   4   5   6   7   >