[Lazarus] Clean and build as sudo?

2016-02-23 Thread Pedro Albuquerque
Hi,

first post here, no coding for the last 25 years, first time with
Lazarus. Forgive me any inconvenience, please.

While building an application, I got this error:

mainwindow.pas(27,22) Error: Cannot find FileUtil used by MainWindow,
incompatible
ppu=/usr/share/lazarus/1.4.4/components/lazutils/lib/i386-linux/fileutil.ppu, 
package LazUtils

After some investigation, I tried Clean and Build, with this error:

Unable to delete file
"/usr/share/lazarus/1.4.4/components/lazutils/lib/i386-linux/LazUtils.compiled".

Should I run Lazarus as sudo? What are the risks?

Thank you in advance,
Pedro.


Lazarus v.1.4.4
Ubuntu 14.04 LTS
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Lazarus Release 1.6

2016-02-23 Thread Kamen Ketev

"What encoding has the text file? CP1251?"
ANSI. Only this encoding worked with Lazarus 1.4. 
"What function do you use for converting the strings to UTF-8?"
SysToUtf8(s) 
Regards,
Kamen
 








 > Оригинално писмо 

 >От: Mattias Gaertner nc-gaert...@netcologne.de

 >Относно: Re: [Lazarus] Lazarus Release 1.6

 >До: lazarus@lists.lazarus.freepascal.org

 >Изпратено на: 23.02.2016 17:07


On Tue, 23 Feb 2016 14:25:01 +0200 (EET)

Kamen Ketev  kamenl...@abv.bg > wrote:



> Windows 7 64bit. Lazarus 1.6 32bit. 

>[...]

> > I have ComboBox which 

> > takes information about filling from a text file. On Lazarus 1.6 cyrillic 
> > symbols are like this:?-??, . How can I correct this? In 
> > Lazarus 1.4 they was correct. 



What encoding has the text file? CP1251?

What function do you use for converting the strings to UTF-8?





Mattias



--

___

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] Incompatibility: dynamic array and TStream

2016-02-23 Thread Donald Ziesig

On 02/23/2016 09:42 PM, Dmitry Boyarintsev wrote:
On Tue, Feb 23, 2016 at 9:39 PM, Donald Ziesig > wrote:


I am trying to read the contents of a memory stream into a dynamic
array of characters and the program keeps crashing when I try to
free the dynamic array.

Only one line is wrong, do the following:

Stream.Read(Buf[0], Stream.Size);


thanks,
Dmitry



--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
Thanks, Dmitry.  I'll try that tomorrow morning.  It's getting late and 
I've been working for 14 hours so far. ;-)


I'll let you know then.

Thanks,

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


Re: [Lazarus] Incompatibility: dynamic array and TStream

2016-02-23 Thread Dmitry Boyarintsev
On Tue, Feb 23, 2016 at 9:39 PM, Donald Ziesig  wrote:

> I am trying to read the contents of a memory stream into a dynamic array
> of characters and the program keeps crashing when I try to free the dynamic
> array.
>
> Only one line is wrong, do the following:

Stream.Read(Buf[0], Stream.Size);


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


[Lazarus] Incompatibility: dynamic array and TStream

2016-02-23 Thread Donald Ziesig

Hi All:

I am trying to read the contents of a memory stream into a dynamic array 
of characters and the program keeps crashing when I try to free the 
dynamic array.


Really simple code:

  Buf : array of Char;
  Stream : TMemoryStream;
begin

// Initialize Stream here
  SetLength( Buf, Stream.Size );
// do nothing here
  SetLength( Buf, 0 ); // This works

  SetLength( Buf, Stream.Size );
  Stream.Read( Buf ); // or Stream.ReadBuffer( B, Stream.Size );
  SetLength( Buf, 0 ); // This crashes

end;

I've tried passing the Address of Buf, but the compiler doesn't like it.
Does anyone have any ideas how I can work around this?

Thanks,

Don Ziesig

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


Re: [Lazarus] image upload to wiki

2016-02-23 Thread wkitty42

On 02/23/2016 04:14 PM, Alexsander Rosa wrote:

Yes, but which one is the main one? They seem to compete with eachother.


first, i trimmed several useless signatures and irrelevant text from the post 
i'm replying... can we please use some proper netiquette and trim crap and shite 
from our replies???


on the actual topic, they seem to compete, it seems to me that projects and apps 
are quite different... a project may use code from numerous languages and 
libraries whereas an app, in this instance, i would expect to be based in 
freepascal as the main language used...


my two centavos as an old schooler from the 60s ;)

--
 NOTE: No off-list assistance is given without prior approval.
   *Please keep mailing list traffic on the list* unless
   private contact is specifically requested and granted.

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


Re: [Lazarus] image upload to wiki

2016-02-23 Thread Werner Pamler

I fear I don't understand what you mean...

When you click this link 
http://wiki.freepascal.org/Lazarus_Application_Gallery#BIFFExplorer 
you'll see the new image which I was able to upload a few hours ago.  
When you double-click the image you'll see the file history with the old 
one and the new one, the new one is used in the site.


Am 23.02.2016 um 22:14 schrieb Alexsander Rosa:

Yes, but which one is the main one? They seem to compete with eachother.
--
Atenciosamente,
Alexsander da Rosa



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


Re: [Lazarus] image upload to wiki

2016-02-23 Thread Alexsander Rosa
Yes, but which one is the main one? They seem to compete with eachother.

2016-02-23 17:50 GMT-03:00 Werner Pamler :

> Lazarus_Application_Gallery (but this was in the link, wasn't it?)
>
>
> Am 23.02.2016 um 21:42 schrieb Alexsander Rosa:
>
>
> http://wiki.freepascal.org/Projects_using_Lazarus
>
> OR
>
> http://wiki.freepascal.org/Lazarus_Application_Gallery
>
> ?!?
>
>
> 2016-02-22 14:57 GMT-03:00 Werner Pamler :
>
>> The wiki has seen some renovation recently - nice! But could it be that
>> it is no longer possible to upload images? Trying to provide a new
>> screenshot for biffexplorer.png in
>> 
>> http://wiki.freepascal.org/Lazarus_Application_Gallery#BIFFExplorer
>> fails with the message 'Could not create directory
>> "mwstore://local-backend/local-public/5/52"'.
>>
>> --
>> ___
>> Lazarus mailing list
>> Lazarus@lists.lazarus.freepascal.org
>> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
>>
>
>
>
> --
> Atenciosamente,
> Alexsander da Rosa
>
>
>
> --
> ___
> Lazarus mailing 
> listLazarus@lists.lazarus.freepascal.orghttp://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
>
>
>
> --
> ___
> Lazarus mailing list
> Lazarus@lists.lazarus.freepascal.org
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
>
>


-- 
Atenciosamente,
Alexsander da Rosa
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] image upload to wiki

2016-02-23 Thread Werner Pamler

Lazarus_Application_Gallery (but this was in the link, wasn't it?)

Am 23.02.2016 um 21:42 schrieb Alexsander Rosa:


http://wiki.freepascal.org/Projects_using_Lazarus

OR

http://wiki.freepascal.org/Lazarus_Application_Gallery

?!?


2016-02-22 14:57 GMT-03:00 Werner Pamler >:


The wiki has seen some renovation recently - nice! But could it be
that it is no longer possible to upload images? Trying to provide
a new screenshot for biffexplorer.png in
http://wiki.freepascal.org/Lazarus_Application_Gallery#BIFFExplorer fails
with the message 'Could not create directory
"mwstore://local-backend/local-public/5/52"'.

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org

http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus




--
Atenciosamente,
Alexsander da Rosa



--
___
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] image upload to wiki

2016-02-23 Thread Alexsander Rosa
http://wiki.freepascal.org/Projects_using_Lazarus

OR

http://wiki.freepascal.org/Lazarus_Application_Gallery

?!?


2016-02-22 14:57 GMT-03:00 Werner Pamler :

> The wiki has seen some renovation recently - nice! But could it be that it
> is no longer possible to upload images? Trying to provide a new screenshot
> for biffexplorer.png in
> http://wiki.freepascal.org/Lazarus_Application_Gallery#BIFFExplorer fails
> with the message 'Could not create directory
> "mwstore://local-backend/local-public/5/52"'.
>
> --
> ___
> Lazarus mailing list
> Lazarus@lists.lazarus.freepascal.org
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
>



-- 
Atenciosamente,
Alexsander da Rosa
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Warning about integer constant and expression

2016-02-23 Thread Jürgen Hestermann

Am 2016-02-23 um 19:42 schrieb Mattias Gaertner:

On Tue, 23 Feb 2016 18:28:29 +0100
Jürgen Hestermann  wrote:


WIth this definition:

var  i64 : Int64;

and this code:

if i64>High(SizeInt) then

I get:
"Warning: Comparison might be always false due to range of constant and 
expression"
And even more strange, if I convert the constant to int64 as in

if i64>int64(High(SizeInt)) then

I still get this warning.
Why?

Because on a 64bit system SizeInt = int64.


Yes, you are right.
I am using 64bit free pascal only for a short while now.
And because I compile for 32 bit too I will leave it as it is.
Thanks for clarifying/reminding me.


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


Re: [Lazarus] Warning about integer constant and expression

2016-02-23 Thread Mattias Gaertner
On Tue, 23 Feb 2016 18:28:29 +0100
Jürgen Hestermann  wrote:

> WIth this definition:
> 
> var  i64 : Int64;
> 
> and this code:
> 
> if i64>High(SizeInt) then
> 
> I get:
> "Warning: Comparison might be always false due to range of constant and 
> expression"
> And even more strange, if I convert the constant to int64 as in
> 
> if i64>int64(High(SizeInt)) then
> 
> I still get this warning.
> Why?

Because on a 64bit system SizeInt = int64.

Mattias

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


Re: [Lazarus] Simple MSSQL database connection fails from Lazarus 1.6/FPC 3.0.0...

2016-02-23 Thread Bo Berglund
On Tue, 23 Feb 2016 10:49:47 -0700 (MST), leledumbo
 wrote:

>> Since the -dev was an "also" package, how can I get the basic freetds 
>> package? Or maybe it is not really needed?
>
>Normally if you install the -dev package, the runtime one is also installed
>since it's a dependency. Try `apt-cache search freetds` to see what related
>packages are available.
>
THis is the result:

pi@rpi2-jessie2:~ $ sudo apt-cache search freetds
freetds-bin - FreeTDS command-line utilities
freetds-common - configuration files for FreeTDS SQL client libraries
freetds-dev - MS SQL and Sybase client library (static libs and
headers)
libct4 - libraries for connecting to MS SQL and Sybase SQL servers
libdbd-freetds - Freetds database server driver for libdbi
libqt4-sql-tds - Qt 4 FreeTDS database driver
libqt5sql5-tds - Qt 5 FreeTDS database driver
libsybdb5 - libraries for connecting to MS SQL and Sybase SQL servers
sqsh - commandline SQL client for MS SQL and Sybase servers
tdsodbc - ODBC driver for connecting to MS SQL and Sybase SQL servers

Seems like there are -bin, -common along with -dev...

Now heading for some SQL queries using the established connection!


-- 
Bo Berglund
Developer in Sweden


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


Re: [Lazarus] Warning about integer constant and expression

2016-02-23 Thread wkitty42

On 02/23/2016 12:28 PM, Jürgen Hestermann wrote:


if i64>int64(High(SizeInt)) then


if i64>(high(int64(SizeInt)) then

??

--
 NOTE: No off-list assistance is given without prior approval.
   *Please keep mailing list traffic on the list* unless
   private contact is specifically requested and granted.

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


Re: [Lazarus] image upload to wiki

2016-02-23 Thread Werner Pamler

Am 23.02.2016 um 18:33 schrieb Bart:

On 2/23/16, Werner Pamler  wrote:

Now I wanted to add a Laz 1.6 merge request, and the new wiki software
does not accept the {{MantisLink|}} link any more!

I did so yesterday (19:15, 22 February 2016‎) and it worked as always
(except for the fact it didnot present me the usual "Spammers are
parasites"test).

See the page:

*r51039 LazUtils: Revert r51038. Fixes bug in CopyDirTree.
{{MantisLink|0029695}}

Bart
It's working now, and the image was accepted, too. I logged off and 
logged in again - maybe this solved the issue, or it was fixed by 
somebody in the meantime.


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


Re: [Lazarus] Simple MSSQL database connection fails from Lazarus 1.6/FPC 3.0.0...

2016-02-23 Thread leledumbo
> Since the -dev was an "also" package, how can I get the basic freetds 
> package? Or maybe it is not really needed?

Normally if you install the -dev package, the runtime one is also installed
since it's a dependency. Try `apt-cache search freetds` to see what related
packages are available.



--
View this message in context: 
http://free-pascal-lazarus.989080.n3.nabble.com/Lazarus-Simple-MSSQL-database-connection-fails-from-Lazarus-1-6-FPC-3-0-0-tp4047332p4047338.html
Sent from the Free Pascal - Lazarus mailing list archive at Nabble.com.

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


Re: [Lazarus] image upload to wiki

2016-02-23 Thread Bart
On 2/23/16, Werner Pamler  wrote:

> Now I wanted to add a Laz 1.6 merge request, and the new wiki software
> does not accept the {{MantisLink|}} link any more!
>

I did so yesterday (19:15, 22 February 2016‎) and it worked as always
(except for the fact it didnot present me the usual "Spammers are
parasites"test).

See the page:

*r51039 LazUtils: Revert r51038. Fixes bug in CopyDirTree.
{{MantisLink|0029695}}

Bart

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


[Lazarus] Warning about integer constant and expression

2016-02-23 Thread Jürgen Hestermann

WIth this definition:

var  i64 : Int64;

and this code:

if i64>High(SizeInt) then

I get:
"Warning: Comparison might be always false due to range of constant and 
expression"
And even more strange, if I convert the constant to int64 as in

if i64>int64(High(SizeInt)) then

I still get this warning.
Why?


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


Re: [Lazarus] Simple MSSQL database connection fails from Lazarus 1.6/FPC 3.0.0...

2016-02-23 Thread Bo Berglund
On Tue, 23 Feb 2016 15:08:09 +0100 (CET), Michael Van Canneyt
 wrote:

>This is the FreeTDS library, an open source library that is needed to
>connect to SQL Server. FPC's SQLDB TMSSQLConnection implementation uses 
>this library.
>
>You simply need to install it on your system (if it is available).
>Install also the -dev version of the package.
>
Fonnd their homepage here:
http://www.freetds.org/

It did not really give much installation advice so I googled
"installing freetds in Raspbian Jessie" instead and found some hints
that lead to:
sudo apt-get install freetds-dev
This command succeeeds on my system.
But this does not:
sudo apt-get install freetds

Since the -dev was an "also" package, how can I get the basic freetds
package? Or maybe it is not really needed?

My test program shown above now runs to a green panel!
Time to expand it to see if it is actually working...
Will try to run a query and see the result. :)


-- 
Bo Berglund
Developer in Sweden


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


Re: [Lazarus] Lazarus Release 1.6

2016-02-23 Thread Mattias Gaertner
On Tue, 23 Feb 2016 14:25:01 +0200 (EET)
Kamen Ketev  wrote:

> Windows 7 64bit. Lazarus 1.6 32bit. 
>[...]
> > I have ComboBox which 
> > takes information about filling from a text file. On Lazarus 1.6 cyrillic 
> > symbols are like this:?-??, . How can I correct this? In 
> > Lazarus 1.4 they was correct. 

What encoding has the text file? CP1251?
What function do you use for converting the strings to UTF-8?


Mattias

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


Re: [Lazarus] Simple MSSQL database connection fails from Lazarus 1.6/FPC 3.0.0...

2016-02-23 Thread Michael Van Canneyt



On Tue, 23 Feb 2016, Bo Berglund wrote:


I just installed Lazarus release 1.6 from svn sources and it seemed
OK. I have FPC 3.0.0 also installed from svn sources.
All is installed on a Raspbian Jessie system on a Raspberry Pi2
device.


When I click the btnOpenDB to run the OpenConnection method an
exception is generated:

Debugger Exception Notification
Project DBTest raised exception class 'EInOutError' with message:
Can not load DB-Lib client library "libsybdb.so". Check your
installation.
Success

At address 2FCBE4
  [Break]   [Continue]

I thought that since there was a SQLDb component TMSSQLConnection
available it would be possible to connect to a database server running
MSSQL, but apparently something is missing here.
THe message talks about libsybdb.so, what is that and do I need some
other stuff to go with Lazarus to do database work?


This is the FreeTDS library, an open source library that is needed to
connect to SQL Server. FPC's SQLDB TMSSQLConnection implementation uses 
this library.


You simply need to install it on your system (if it is available).
Install also the -dev version of the package.

Michael.

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


[Lazarus] Simple MSSQL database connection fails from Lazarus 1.6/FPC 3.0.0...

2016-02-23 Thread Bo Berglund
I just installed Lazarus release 1.6 from svn sources and it seemed
OK. I have FPC 3.0.0 also installed from svn sources.
All is installed on a Raspbian Jessie system on a Raspberry Pi2
device.

So I used Lazarus to make a database connection test to see if it is
possible to connect to an MSSQL database using Lazarus/FPC.
A very simple test consisting of two buttons, a shape to signal
success and the TMSSQLConnection component like this:

unit FormMain;

{$mode objfpc}{$H+}

interface

uses
  Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs,
StdCtrls,
  ExtCtrls, mssqlconn;

type

  { TForm1 }

  TForm1 = class(TForm)
btnOpenDB: TButton;
btnCloseDB: TButton;
connDB: TMSSQLConnection;
shpDbLed: TShape;
procedure btnCloseDBClick(Sender: TObject);
procedure btnOpenDBClick(Sender: TObject);
  private
procedure CloseConnection;
function OpenConnection: boolean;
  public
{ public declarations }
  end;

var
  Form1: TForm1;

implementation

{$R *.lfm}

{ TForm1 }

procedure TForm1.btnOpenDBClick(Sender: TObject);
begin
  if OpenConnection then
 shpDBLed.Brush.Color:= clLime
  else
shpDBLed.Brush.Color:= clRed;
end;

procedure TForm1.btnCloseDBClick(Sender: TObject);
begin
  CloseConnection;
  shpDBLed.Brush.Color:= clRed;
end;

procedure TForm1.CloseConnection;
begin
  if connDB.Connected then
 connDB.Close(true);
end;

function TForm1.OpenConnection: boolean;
begin
  try
Result := false;
if connDB.Connected then
   CloseConnection;

connDB.LoginPrompt := false;
connDB.DatabaseName:= 'MYDATABASE';
connDB.HostName:= 'MYDBSERVER';
connDB.UserName:= '';
connDB.Password:= '';
connDB.Open;
Result := connDB.Connected;
  except
  end;

end;
end.

When I click the btnOpenDB to run the OpenConnection method an
exception is generated:

Debugger Exception Notification
Project DBTest raised exception class 'EInOutError' with message:
Can not load DB-Lib client library "libsybdb.so". Check your
installation.
Success

At address 2FCBE4
   [Break]   [Continue]

I thought that since there was a SQLDb component TMSSQLConnection
available it would be possible to connect to a database server running
MSSQL, but apparently something is missing here.
THe message talks about libsybdb.so, what is that and do I need some
other stuff to go with Lazarus to do database work?


-- 
Bo Berglund
Developer in Sweden


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


Re: [Lazarus] Lazarus Release 1.6

2016-02-23 Thread Kamen Ketev

Windows 7 64bit. Lazarus 1.6 32bit. 
Regards,
Kamen
 








 > Оригинално писмо 

 >От: Mattias Gaertner nc-gaert...@netcologne.de

 >Относно: Re: [Lazarus] Lazarus Release 1.6

 >До: lazarus@lists.lazarus.freepascal.org

 >Изпратено на: 23.02.2016 14:22


On Tue, 23 Feb 2016 14:10:25 +0200 (EET)

Kamen Ketev  kamenl...@abv.bg > wrote:



> 

> I have ComboBox which

> takes information about filling from a text file. On Lazarus 1.6 cyrillic 
> symbols are like this:?-??, . How can I correct this? In 
> Lazarus 1.4 they was correct. 



What platform?



Mattias



--

___

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] image upload to wiki

2016-02-23 Thread Werner Pamler
Now I wanted to add a Laz 1.6 merge request, and the new wiki software 
does not accept the {{MantisLink|}} link any more!


Did anybody test this version at all?


Am 22.02.2016 um 18:57 schrieb Werner Pamler:
The wiki has seen some renovation recently - nice! But could it be 
that it is no longer possible to upload images? Trying to provide a 
new screenshot for biffexplorer.png in 
http://wiki.freepascal.org/Lazarus_Application_Gallery#BIFFExplorer 
fails with the message 'Could not create directory 
"mwstore://local-backend/local-public/5/52"'.


--
___
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] Lazarus Release 1.6

2016-02-23 Thread Mattias Gaertner
On Tue, 23 Feb 2016 14:10:25 +0200 (EET)
Kamen Ketev  wrote:

> 
> I have ComboBox which
> takes information about filling from a text file. On Lazarus 1.6 cyrillic 
> symbols are like this:?-??, . How can I correct this? In 
> Lazarus 1.4 they was correct. 

What platform?

Mattias

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


Re: [Lazarus] Lazarus Release 1.6

2016-02-23 Thread Kamen Ketev

I have ComboBox which
takes information about filling from a text file. On Lazarus 1.6 cyrillic 
symbols are like this:?-??, . How can I correct this? In 
Lazarus 1.4 they was correct. 
Regards,
Kamen
 








 > Оригинално писмо 

 >От: Bart bartjun...@gmail.com

 >Относно: Re: [Lazarus] Lazarus Release 1.6

 >До: Lazarus mailing list  

 >Изпратено на: 22.02.2016 20:21


On 2/22/16, Kostas Michalopoulos  badsectorac...@gmail.com > wrote:



> Hm, i might be missing something, but where is the option that enables the

> compiler progress status?



That (compiler progress status) has been removed, quit some time ago.



Bart



--

___

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