Re: [Lazarus] PAnsiChar to UTF8 issues

2013-04-09 Thread waldo kitty
On 4/9/2013 15:49, Leonardo M. Ramé wrote: On 2013-04-09 15:35:18 -0400, waldo kitty wrote: On 4/9/2013 14:42, Howard Page-Clark wrote: On 09/04/13 6:35, Leonardo M. Ramé wrote: No, I've tried all kinds of combinations of ansitoutf8, unicodestring, etc, but nothing works, all returns "?" or t

[Lazarus] New IDE dialog to remove uneeded package dependencies

2013-04-09 Thread Mattias Gaertner
Hi, I added a dialog to show unneeded package dependencies and delete them. You can find it via the context menu of the package editor (right click on a dependency) or via the package graph. The dialog currently only checks the transitivity. Maybe in future the uses sections can be checked too.

Re: [Lazarus] PAnsiChar to UTF8 issues

2013-04-09 Thread Leonardo M . Ramé
On 2013-04-09 15:35:18 -0400, waldo kitty wrote: > On 4/9/2013 14:42, Howard Page-Clark wrote: > >On 09/04/13 6:35, Leonardo M. Ramé wrote: > >> > >>No, I've tried all kinds of combinations of ansitoutf8, unicodestring, > >>etc, but nothing works, all returns "?" or the box with the X in the > >>pl

Re: [Lazarus] PAnsiChar to UTF8 issues

2013-04-09 Thread waldo kitty
On 4/9/2013 14:42, Howard Page-Clark wrote: On 09/04/13 6:35, Leonardo M. Ramé wrote: No, I've tried all kinds of combinations of ansitoutf8, unicodestring, etc, but nothing works, all returns "?" or the box with the X in the place of "ñ" or accents. Impertinent question really, but do you kn

Re: [Lazarus] PAnsiChar to UTF8 issues

2013-04-09 Thread Howard Page-Clark
On 09/04/13 6:35, Leonardo M. Ramé wrote: Well, I can live with the debugger problem, but is there a solution for the "?" sign end displaying in my app?. If you get an ansi string, you must convert it to utf8 before giving it to the LCL need to find the exact function label.caption :- ansitou

Re: [Lazarus] [FR] LCLWidgetType not easy

2013-04-09 Thread waldo kitty
On 4/9/2013 02:45, Michael Schnell wrote: The CVS Version supports definable project-specific or global "build mode" setting, that seem to do what you want. (Right now this feature is marked as "under construction". yep! i had this working on my setup at one time but then when it went "under c

Re: [Lazarus] PAnsiChar to UTF8 issues

2013-04-09 Thread Leonardo M . Ramé
On 2013-04-09 18:41:06 +0300, Anton Kavalenka wrote: > On 09.04.2013 18:07, Leonardo M. Ramé wrote: > >On 2013-04-09 15:28:56 +0100, Martin wrote: > >>On 09/04/2013 15:22, Leonardo M. Ramé wrote: > >>>On 2013-04-09 15:20:33 +0100, Martin wrote: > On 09/04/2013 15:11, Leonardo M. Ramé wrote: > >

Re: [Lazarus] PAnsiChar to UTF8 issues

2013-04-09 Thread Anton Kavalenka
On 09.04.2013 18:07, Leonardo M. Ramé wrote: On 2013-04-09 15:28:56 +0100, Martin wrote: On 09/04/2013 15:22, Leonardo M. Ramé wrote: On 2013-04-09 15:20:33 +0100, Martin wrote: On 09/04/2013 15:11, Leonardo M. Ramé wrote: Hi, I'm working with a "C" shared library that returns a pointer to ch

[Lazarus] [OT] Nice picture

2013-04-09 Thread silvioprog
Hello, Searching for photos on Google, I found this nice picture and decided to share. http://fc03.deviantart.net/fs71/f/2011/130/6/5/illustrator_cheeta_by_kito24-d3g1yo0.jpg Seems that's the author: http://kito24.deviantart.com/art/Illustrator-Cheeta-208363968 :) -- Silvio Clécio My public

Re: [Lazarus] PAnsiChar to UTF8 issues

2013-04-09 Thread Leonardo M . Ramé
On 2013-04-09 15:28:56 +0100, Martin wrote: > On 09/04/2013 15:22, Leonardo M. Ramé wrote: > >On 2013-04-09 15:20:33 +0100, Martin wrote: > >>On 09/04/2013 15:11, Leonardo M. Ramé wrote: > >>>Hi, I'm working with a "C" shared library that returns a pointer to > >>>char. It's all ok when not using s

Re: [Lazarus] [FR] LCLWidgetType not easy

2013-04-09 Thread patspiper
On 09/04/13 11:04, Juha Manninen wrote: On 4/9/13, Michael Schnell wrote: So I already can happily use it ? (I did not dare to try it, yet.) Yes. The feature is made by Mattias and has worked well already for some time. Is the under construction interface functional? Here it only provides a d

Re: [Lazarus] PAnsiChar to UTF8 issues

2013-04-09 Thread Martin
On 09/04/2013 15:22, Leonardo M. Ramé wrote: On 2013-04-09 15:20:33 +0100, Martin wrote: On 09/04/2013 15:11, Leonardo M. Ramé wrote: Hi, I'm working with a "C" shared library that returns a pointer to char. It's all ok when not using special characters such as "ñ" or accents, but when I get th

Re: [Lazarus] PAnsiChar to UTF8 issues

2013-04-09 Thread Leonardo M . Ramé
On 2013-04-09 15:20:33 +0100, Martin wrote: > On 09/04/2013 15:11, Leonardo M. Ramé wrote: > >Hi, I'm working with a "C" shared library that returns a pointer to > >char. It's all ok when not using special characters such as "ñ" or > >accents, but when I get these, they are replaced by "?" signs. >

Re: [Lazarus] PAnsiChar to UTF8 issues

2013-04-09 Thread Martin
On 09/04/2013 15:11, Leonardo M. Ramé wrote: Hi, I'm working with a "C" shared library that returns a pointer to char. It's all ok when not using special characters such as "ñ" or accents, but when I get these, they are replaced by "?" signs. For example, if I receive an "ñ", the debugger shows

[Lazarus] PAnsiChar to UTF8 issues

2013-04-09 Thread Leonardo M . Ramé
Hi, I'm working with a "C" shared library that returns a pointer to char. It's all ok when not using special characters such as "ñ" or accents, but when I get these, they are replaced by "?" signs. For example, if I receive an "ñ", the debugger shows this: lStr := 'A'#209'oranza'; The correct st

Re: [Lazarus] [FR] LCLWidgetType not easy

2013-04-09 Thread Reinier Olislagers
On 9-4-2013 10:04, Juha Manninen wrote: > On 4/9/13, Michael Schnell wrote: >> So I already can happily use it ? (I did not dare to try it, yet.) > > Yes. The feature is made by Mattias and has worked well already for some time. > I'm sure the release notes must have mentioned it as well... if

Re: [Lazarus] [FR] LCLWidgetType not easy

2013-04-09 Thread patspiper
On 09/04/13 01:17, Mattias Gaertner wrote: On Mon, 08 Apr 2013 21:04:59 +0300 patspiper wrote: [...] So it seem a bug? Yes. Fixed. Please test. It is OK now. Thanks on behalf of the OP (Zaher Dirkey) :) Stephano -- ___ Lazarus mailing list Laz

Re: [Lazarus] [FR] LCLWidgetType not easy

2013-04-09 Thread Juha Manninen
On 4/9/13, Michael Schnell wrote: > So I already can happily use it ? (I did not dare to try it, yet.) Yes. The feature is made by Mattias and has worked well already for some time. Juha -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] [FR] LCLWidgetType not easy

2013-04-09 Thread Michael Schnell
On 04/09/2013 09:45 AM, Juha Manninen wrote: Yes, this "under construction" is by me. I faced some technical problems and it takes more time than expected. However, only the GUI is under construction. Build modes already work, just their user interface is not very intuitive. Now the build mode t

Re: [Lazarus] [FR] LCLWidgetType not easy

2013-04-09 Thread Juha Manninen
On 4/9/13, Michael Schnell wrote: > The CVS Version supports definable project-specific or global "build > mode" setting, that seem to do what you want. (Right now this feature is > marked as "under construction". Yes, this "under construction" is by me. I faced some technical problems and it tak