[Lazarus] Win32 Swedish Locale "Failed to create win32 control"

Brad Campbell brad at wasp.net.au
Mon Mar 15 15:52:26 CET 2010


2010/3/13 Kjow <antispammoni at gmail.com>:
> Hi all,
>
> is it possible to run two build of Lazarus simultaneously?
>
> I mean that I would have two directory both with a different build, e.g.:
>
> C:\Develop\lazarus-latest\
> C:\Develop\lazarus-stable\
>
> I have two nasty bugs with latest release:
> http://mantis.freepascal.org/view.php?id=15971
> http://bugs.freepascal.org/view.php?id=15972
>
> so to make it working I need to run build 23932, but I want to stay
> updated to know when bugs will be fixed. More generally I would have a
> stable installation and a latest one.
> But if I try to have two installations both will point everytime (in
> options->lazarus directory) the same path.

What I usually do in such cases (assume c:\lazarus contains my lazarus sources).

svn up -r23932
make clean bigide
copy lazarus.exe lazarus.good.exe
svn up
lazarus.good.exe
Then I have a stable lazarus executable, but can test the latest source.

Vincent




More information about the Lazarus mailing list