[lazarus] Win32 Lazarus IDE Set Breakpoint minor quibble

2007-10-19 Thread James Chandler Jr
There doesn't seem to be a feature request on the buglist for this, and it is a very small issue. Am soliciting feedback whether this issue is worthy of a feature request. The Win32 IDE is working great, but maybe I'm not accurate enough with the mouse in the Lazarus Source Editor window.

[lazarus] The reliability of this mailing list

2007-10-19 Thread Adrian Maier
Hello, How reliably does the lazarus@miraclec.com mailing list work? A few days ago i've posted a question that was re-sent quickly to everybody , and also received some good answers very quickly. However, yesterday i've posted another question which didn't appear yet. Do each posting need to

Re: [lazarus] Type definition issues

2007-10-19 Thread ik
Hi, On 10/19/07, Vladimir Aksenov [EMAIL PROTECTED] wrote: Hi, i'm trying to compare some Delphi based sources with Lazarus and failed Seems that i found the reason, but couldnt overcome it. it seems that its in type definition mechanism of FPC (maybe its tunable but i've no ideas

[lazarus] wiki help

2007-10-19 Thread Marco Ciampa
Sorry for boring with trivial questions... I'm trying to translate the wiki in Italian On the first page I see (in Italian): http://wiki.lazarus.freepascal.org/Main_Page/it On the right on the Navigazione (Navigation) link I see (first item):

Re: [lazarus] wiki help

2007-10-19 Thread Vincent Snijders
Marco Ciampa schreef: Sorry for boring with trivial questions... I'm trying to translate the wiki in Italian On the first page I see (in Italian): http://wiki.lazarus.freepascal.org/Main_Page/it On the right on the Navigazione (Navigation) link I see (first item):

Re: KOL-CE release

2007-10-19 Thread Yury Sidorov
From: Yury Sidorov [EMAIL PROTECTED] Today I made the first public release of KOL-CE library. Sorry, I forgot to specify link to KOL-CE wiki: http://wiki.freepascal.org/KOL-CE Yury. _ To unsubscribe: mail [EMAIL

[lazarus] KOL-CE release

2007-10-19 Thread Yury Sidorov
Hi, Today I made the first public release of KOL-CE library. KOL-CE is Free Pascal/Lazarus port of KOLMCK devloped by Vladimir Kladov (http://kolmck.net). KOL-CE allows to create very compact Win32/WinCE GUI applications (starting from ~40KB executable for project with empty form). MCK is

[lazarus] Problems with Console-Mode Pascal Programming in Linux

2007-10-19 Thread Tiziano_mk
I need to show to some teachers that I can use the Lazarus IDE also for develop and debug simple standard Pascal Applications, in the same way they do with the Fp IDE. In windows I can do it without problems, but I need to show this on Linux... Si, I followed with success the instructions

[lazarus] compile failure after fpc update

2007-10-19 Thread Alvise Nicoletti
Hi... I updated from fpc 2.0.4 to 2.1.1. I succesfully downloaded the fixes version, compiled it, and also downloaded the new version of lazarus (0.9.23) and succesfully rebuild it. However, when I try to compile my application, I have a fatal: can't find unit Contnrs used by lEvents (in

Re: [lazarus] Why is this code failing in Windows

2007-10-19 Thread Marc Santhoff
Am Freitag, den 19.10.2007, 20:00 -0700 schrieb Jeff Steinkamp: program splog; {$mode objfpc}{$H+} uses {$IFDEF UNIX}{$IFDEF UseCThreads} cthreads, {$ENDIF}{$ENDIF} Interfaces, // this includes the LCL widgetset Forms, Unit1, //contains the main form Unit2,

[lazarus] Close component?

2007-10-19 Thread Tobias Giesen
Hello, I think this is a bug report, but also a question. When I start Lazarus and it loads my project, the first thing it does often is ask me the following: Close component? Close component FMainForm:TFMainForm? The bug report is that Lazarus should never ask this question when loading a

[lazarus] Type definition issues

2007-10-19 Thread Vladimir Aksenov
Hi, i'm trying to compare some Delphi based sources with Lazarus and failed Seems that i found the reason, but couldnt overcome it. it seems that its in type definition mechanism of FPC (maybe its tunable but i've no ideas how) and the folowing code fails to compile because compiler

[lazarus] Why is this code failing in Windows

2007-10-19 Thread Jeff Steinkamp
Having a problem with this code segment. Same exact code I use in delphi to create splash screens and it does work correctly with the same exact code on Linux with GTK2. It fails when I call show and I am getting a exception error that says failed to create Win32 control, error 1407 that is