[Lazarus] Make bigide fail with FPC 2.6.4 RC1

2014-01-27 Thread Gabor Boros

Hi,

I tried to compile fixes_1_2(43803) and trunk(43819) with 2.6.4 RC1 on 
Win32 without success. Error message is same: registersqldb.pas(91,5) 
Fatal: Can't find unit mysql56conn used by registersqldb.


Gabor

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Make bigide fail with FPC 2.6.4 RC1

2014-01-27 Thread Sven Barth

Am 27.01.2014 09:08, schrieb Gabor Boros:

Hi,

I tried to compile fixes_1_2(43803) and trunk(43819) with 2.6.4 RC1 on 
Win32 without success. Error message is same: registersqldb.pas(91,5) 
Fatal: Can't find unit mysql56conn used by registersqldb.
MySQL 5.6 was not part of 2.6.4 RC1, but it will be part of the final 
release.


Regards,
Sven

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Make bigide fail with FPC 2.6.4 RC1

2014-01-27 Thread Reinier Olislagers
On 27/01/2014 09:35, Sven Barth wrote:
 Am 27.01.2014 09:08, schrieb Gabor Boros:
 Hi,

 I tried to compile fixes_1_2(43803) and trunk(43819) with 2.6.4 RC1 on
 Win32 without success. Error message is same: registersqldb.pas(91,5)
 Fatal: Can't find unit mysql56conn used by registersqldb.
 MySQL 5.6 was not part of 2.6.4 RC1, but it will be part of the final
 release.

@Gabor Boros: you may want to try with fixes_2_6, which includes the
mysql connector.


--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] newbie

2014-01-27 Thread Kostas Michalopoulos
Well... almost. If you go to the site with a 64bit version of Windows,
you get a 64bit version of Lazarus which produces 64bit executables
that do no run on 32bit systems. The only way to make it produce 32bit
executables on a 64bit system is to create a special 32bit windows
build profile (which you need to keep up to date) and explicitly set
the target CPU/widgetset.

IMO since most people wont care about 64bit executables, it is better
to only give that download as an alternative option in 64bit Windows
systems, not as the default (and only) option.


On Sun, Jan 26, 2014 at 10:37 AM, Richard Mace richard.m...@gmail.com wrote:
 There is indeed and very goods it is too.
 Whichever Windows version you choose, Lazarus should work well for you.

 Richard


 On 26 January 2014 08:45, Sven Barth pascaldra...@googlemail.com wrote:

 On 26.01.2014 07:19, M.Zamil wrote:

 Hello all,
 I am new to Lazarus and I am wondering if there is a Lazarus for windows.
 TIA
 Mosaed


 When you visit http://www.lazarus.freepascal.org/ with a Windows OS you
 should already see the approbiate download link in the top right. If not,
 take a look here: http://www.lazarus.freepascal.org/index.php?page=downloads

 Regards,
 Sven


 --
 ___
 Lazarus mailing list
 Lazarus@lists.lazarus.freepascal.org
 http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus



 --
 ___
 Lazarus mailing list
 Lazarus@lists.lazarus.freepascal.org
 http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] newbie

2014-01-27 Thread Reinier Olislagers
On 27/01/2014 11:17, Kostas Michalopoulos wrote:
 Well... almost. If you go to the site with a 64bit version of Windows,
 you get a 64bit version of Lazarus which produces 64bit executables
 that do no run on 32bit systems. The only way to make it produce 32bit
 executables on a 64bit system is to create a special 32bit windows
 build profile (which you need to keep up to date) and explicitly set
 the target CPU/widgetset.
 
 IMO since most people wont care about 64bit executables, it is better
 to only give that download as an alternative option in 64bit Windows
 systems, not as the default (and only) option.

Agreed, especially given the problems with FPC 2.6.x with exceptions in
DLLs (e.g. database drivers, windows explorer extensions,...)


--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Make bigide fail with FPC 2.6.4 RC1

2014-01-27 Thread Gabor Boros

2014.01.27. 11:07 keltezéssel, Reinier Olislagers írta:

@Gabor Boros: you may want to try with fixes_2_6, which includes the
mysql connector.


Works like a charm with fixes_2_6. Thank You!

Gabor

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus