Re: [lazarus] Windows Unicode strategy

2006-10-13 Thread Felipe Monteiro de Carvalho
On 10/13/06, Mattias Gaertner <[EMAIL PROTECTED]> wrote: Yes and no. I'm using UTF-8 with synedit. BIDI is not complete. And the key handling is not complete. But this is not an UTF-8 issue. And what about my first mail? I would like to have some blessing from someone of the core team about whi

Re: [lazarus] First Success with Lazarus!

2006-10-13 Thread Micha Nelissen
Vincent Snijders wrote: > In the linker tab of the compiler options, > uncheck: > - Generate debugging info > - Display line numbers ... > > check: > - strip symbols from executable > > > Also, you can try to smartlink the application: > check: > - link smart > > and on the code tab, check: > -

Re: [lazarus] Windows Unicode strategy

2006-10-13 Thread Marco Ciampa
On Thu, Oct 12, 2006 at 05:07:06PM -0300, Felipe Monteiro de Carvalho wrote: > Hello, > [...] > * - Something else? > [..] > People that need Win9x support can do magical > tricks to add iso convertion in the future. I think that we could use the strategy of the VLC folks, see the new download

Re: [lazarus] Windows Unicode strategy

2006-10-13 Thread Mattias Gaertner
On Fri, 13 Oct 2006 09:06:09 -0300 "Felipe Monteiro de Carvalho" <[EMAIL PROTECTED]> wrote: > On 10/12/06, Christian Ulrich <[EMAIL PROTECTED]> wrote: > > I totally agree, unicode implemntation for actual os´s is for the > > start more than enougth. > > I dont think that many people use win98 or s

Re: [lazarus] Windows Unicode strategy

2006-10-13 Thread Felipe Monteiro de Carvalho
On 10/12/06, Christian Ulrich <[EMAIL PROTECTED]> wrote: I totally agree, unicode implemntation for actual os´s is for the start more than enougth. I dont think that many people use win98 or simelar. And also when this is so, you can add an depency to your program in case that unicode support is

Re: [lazarus] Auto complete error: TMySQL50Connection

2006-10-13 Thread Diwakoe
this is the example: -- begin code --- unit Unit1; {$mode objfpc}{$H+} interface uses Classes, SysUtils, LResources, Forms, Controls, Graphics, Dialogs, DBGrids, DBCtrls, DB, sqldb, mysql50conn, Buttons; type { TForm1 } TForm1 = class(TForm) Button1: TButton; Button2: TButton;

Re: [lazarus] Windows Unicode strategy

2006-10-13 Thread Borut Maricic
Felipe Monteiro de Carvalho said: > Hello, > > I know this has being discussed before, but I think nothing really > concrete was agreed upon. Correct. > If we were to add Unicode (and with that I mean UTF-8 ) support for > Lazarus, without breaking any existing code, how could we do it? Which > w

Re: [lazarus] Auto complete error: TMySQL50Connection

2006-10-13 Thread Mattias Gaertner
On Fri, 13 Oct 2006 07:51:54 +0700 Diwakoe <[EMAIL PROTECTED]> wrote: > Dear all, > > I get error when using auto complete on lazarus (ctrl+space) with > TMySQL50Connection component in form. All component is working > properly (can connect to mysql 5 server on design mode) but error > occur when

Re: [lazarus] AssignFile(), Reset(), Write() in Lazarus ????

2006-10-13 Thread Mattias Gaertner
On Thu, 12 Oct 2006 19:46:15 -0300 Onjahyr <[EMAIL PROTECTED]> wrote: > Necessary of an example using TRecord, Please! Help-me... > > > Open File in '/home/myuser/Desktop/test.bin' > Save File in '/home/myuser/Desktop/test.bin' > > Open for components Edits > To save text of the compo

Re: [lazarus] First Success with Lazarus!

2006-10-13 Thread Vincent Snijders
Nataraj S Narayan schreef: Hi folks! Also one problem is of file size. My program is a small one with a Mysql compos and a DBGrid. But the executable size on Linux is 14152093 bytes (14M). Plz help me to reduce size. For your release, did you turn of the generation of debug info: In the l

Re: [lazarus] First Success with Lazarus!

2006-10-13 Thread Michael Van Canneyt
On Fri, 13 Oct 2006, Nataraj S Narayan wrote: > Hi folks! > > I am thrilled! My first lazarus program is installed for my school. A simple > program to load the pdfs of student photos. Used SqlDB compos to connect to > MySql 4.1.1. > > I have given it on Linux thin client (ltsp). Its working