Damien Gerard wrote:
I have just download fpc 2.2.1 and the lastest snapshot for OS X.
I launch Lazarus and it works fine (however gtk1 is ugly ^^) but I can
not launch an empty application.
I've got the following message :
Unable to find wslclasses.pp, check in path Projects->Compiler
Optio
Correct. The fixes branch, in this moment contains 0.9.24 (r. 12749 in
trunk branch, 12771 in the fixes branch, but the only change is making
it 0.9.24.1) + patches 12756, 12757 12760 12762 12797 12816 12831 12825
12946 from trunk. (I hope I didn't mistype too many, but an svn log -r
12749:HEAD
Hi,
I'm not sure if I added this or if it's part of Lazarus's default Code
Templates.
[result | Fix case - Result]
$(AttributesStart)
AutoOnSpace=true
$(AttributesEnd)
Result
Anyway the issue is still the same, no matter who added that template.
The Code Templates are not sensitive enough. B
I have just download fpc 2.2.1 and the lastest snapshot for OS X.
I launch Lazarus and it works fine (however gtk1 is ugly ^^) but I can
not launch an empty application.
I've got the following message :
Unable to find wslclasses.pp, check in path Projects->Compiler Options-
>Search Paths ->
Razvan Adrian Bogdan wrote:
they don't plan 64 bit support and CrossPlatform
I heard that when Borland brought out Kylix they used a new code generator to
make it easier to implement non-x86 targets. Unfortunately since then the
number of commercially-viable architectures has dropped dramatic
Marc Weustink wrote:
Damien Gerard wrote:
I have just download fpc 2.2.1 and the lastest snapshot for OS X.
I launch Lazarus and it works fine (however gtk1 is ugly ^^) but I
can not launch an empty application.
I've got the following message :
Unable to find wslclasses.pp, check in path Pro
On Nov 26, 2007, at 10:29 AM, Marc Weustink wrote:
Damien Gerard wrote:
I have just download fpc 2.2.1 and the lastest snapshot for OS X.
I launch Lazarus and it works fine (however gtk1 is ugly ^^) but I
can not launch an empty application.
I've got the following message :
Unable to find w
Damien Gerard schreef:
On Nov 26, 2007, at 10:29 AM, Marc Weustink wrote:
Damien Gerard wrote:
I have just download fpc 2.2.1 and the lastest snapshot for OS X.
I launch Lazarus and it works fine (however gtk1 is ugly ^^) but I
can not launch an empty application.
I've got the following mes
On Mon, 26 Nov 2007 12:21:18 +0200
"Graeme Geldenhuys" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm not sure if I added this or if it's part of Lazarus's default Code
> Templates.
>
>
> [result | Fix case - Result]
> $(AttributesStart)
> AutoOnSpace=true
> $(AttributesEnd)
> Result
>
>
> Anyway t
Am Montag, den 26.11.2007, 08:28 +0100 schrieb willem:
> Marc Santhoff wrote:
> > Did you find the .g file somewhere on the website? Or have you
> > transformed it to antlr by yourself?
> >
> > I can't find it, even in the downloadable source archive of dgrok I
> > didn't see anything like that.
>
On Nov 26, 2007, at 12:47 PM, Vincent Snijders wrote:
Damien Gerard schreef:
On Nov 26, 2007, at 10:29 AM, Marc Weustink wrote:
Damien Gerard wrote:
I have just download fpc 2.2.1 and the lastest snapshot for OS X.
I launch Lazarus and it works fine (however gtk1 is ugly ^^) but
I can not
Hi, I need to capture the FieldValues of a SQLite database into a string
variable.
If I do it:
while not dsTest.EOF do
begin
DataToSend := DataToSend +
dsTest.FieldValues['Code'] + '\' +
dsTest.FieldValues['Name'] + '\' +
Bee wrote:
Correct. The fixes branch, in this moment contains 0.9.24 (r. 12749 in
trunk branch, 12771 in the fixes branch, but the only change is making
it 0.9.24.1) + patches 12756, 12757 12760 12762 12797 12816 12831
12825 12946 from trunk. (I hope I didn't mistype too many, but an svn
log -
2007/11/26, Daniel Rincón García <[EMAIL PROTECTED]>:
> Hi, I need to capture the FieldValues of a SQLite database into a string
> variable.
>
> If I do it:
>
>while not dsTest.EOF do
> begin
> DataToSend := DataToSend +
> dsTest.FieldValues ['Code'] + '\'
Roberto Padovani wrote:
2007/11/26, Daniel Rincón García <[EMAIL PROTECTED]>:
Hi, I need to capture the FieldValues of a SQLite database into a string
variable.
If I do it:
while not dsTest.EOF do
begin
DataToSend := DataToSend +
dsTest.FieldValues [
Daniel Rincón García wrote:
Hi, I need to capture the FieldValues of a SQLite database
into a string variable.
If I do it:
while not dsTest.EOF do
begin
DataToSend := DataToSend +
dsTest.FieldValues
['Code'] + '\' +
Is there a unit like ScktComp in Lazarus, with a class like
TClientSocket for simple TCP communication? I think Indy is way too
big and complex for what I need.
Thanks!
-Marco
_
To unsubscribe: mail [EMAIL PROTECTED] with
On Nov 26, 2007, at 4:33 PM, Marco Alvarado wrote:
Is there a unit like ScktComp in Lazarus, with a class like
TClientSocket for simple TCP communication? I think Indy is way too
big and complex for what I need.
http://wiki.lazarus.freepascal.org/lNet
http://synapse.ararat.cz/
--
Damien G
On Mon, Nov 26, 2007 at 09:33:23AM -0600, Marco Alvarado wrote:
> Is there a unit like ScktComp in Lazarus, with a class like
> TClientSocket for simple TCP communication? I think Indy is way too
> big and complex for what I need.
Simple TCP Communication is not more difficult in Indy than in othe
I just don't want to add a bunch more of units to my project. The same
happened to me in Delphi, I tried Indy but I better stayed with
TClientSocket that does just what I need. So I'll give lNet a try,
thanks for the tip.
-Marco
2007/11/26, Marco van de Voort <[EMAIL PROTECTED]>:
> On Mon, Nov 26
Hi,
I'm new to simpleipc.
May I know which is more efficient:
1 server per client, or
1 server for all clients.
I'm trying to write a multi-processes manager for my app
which might execute up to 100 exhaustive console apps/instances
concurrently.
TIA,
Funky Beast
__
Someone sent me a link to CUDA from Nvidia.
After looking at some of the source code it seems that there are two
(see below) includes that makes CUDA the numerical processor.
include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
General
Several types and classes that are ancestors of classes in the LCL are
not found in the RTL, and it is difficult to document the LCL classes
completely without them. These include many classes with TFPx
prefixes; some examples are TFPCanvas and related classes, found in
fpc/packages/fcl-ima
On Nov 26, 2007, at 1:16 PM, Damien Gerard wrote:
On Nov 26, 2007, at 12:47 PM, Vincent Snijders wrote:
Damien Gerard schreef:
On Nov 26, 2007, at 10:29 AM, Marc Weustink wrote:
Damien Gerard wrote:
I have just download fpc 2.2.1 and the lastest snapshot for OS X.
I launch Lazarus and it
On Monday 26 November 2007 10:21:03 am Damien Gerard wrote:
> I have just download fpc 2.2.1 and the lastest snapshot for OS X.
> I launch Lazarus and it works fine (however gtk1 is ugly ^^) but I can
Gtk is known to be ugly, it would be nice for us if you would try the Qt
version and give feedb
On Nov 26, 2007 6:19 PM, Damien Gerard <[EMAIL PROTECTED]> wrote:
>
> On Nov 26, 2007, at 1:16 PM, Damien Gerard wrote:
>
> >
> > On Nov 26, 2007, at 12:47 PM, Vincent Snijders wrote:
> >
> >> Damien Gerard schreef:
> >>> On Nov 26, 2007, at 10:29 AM, Marc Weustink wrote:
> Damien Gerard wrote
I need to create my forms dynamically. In Delphi I just remove the
designed form from the main program, so it looks like this:
...
begin
Application.Initialize;
Application.Run;
end.
Later on, I just create new instances of my forms and assign it's
properties, i.e.:
...
AForm := TMyForm.Cr
Marco Alvarado schreef:
I need to create my forms dynamically. In Delphi I just remove the
designed form from the main program, so it looks like this:
...
begin
Application.Initialize;
Application.Run;
end.
Later on, I just create new instances of my forms and assign it's
properties, i.e.:
Oh, forgot to tell, this part:
> ...
> begin
> Application.Initialize;
> Application.Run;
> end.
is inside an unit's initilization section. So the main program still
runs, creating the form. :D
2007/11/26, Vincent Snijders <[EMAIL PROTECTED]>:
> Marco Alvarado schreef:
> > I need to create m
Marco Alvarado schreef:
Oh, forgot to tell, this part:
...
begin
Application.Initialize;
Application.Run;
end.
is inside an unit's initilization section. So the main program still
runs, creating the form. :D
Until you do Application.Initialize, some widget set call might not
work. So
On Mon, 26 Nov 2007 12:05:27 -0600
"Marco Alvarado" <[EMAIL PROTECTED]> wrote:
> Oh, forgot to tell, this part:
>
> > ...
> > begin
> > Application.Initialize;
> > Application.Run;
> > end.
>
> is inside an unit's initilization section. So the main program still
> runs, creating the form. :D
On Nov 26, 2007, at 6:33 PM, Den Jean wrote:
On Monday 26 November 2007 10:21:03 am Damien Gerard wrote:
I have just download fpc 2.2.1 and the lastest snapshot for OS X.
I launch Lazarus and it works fine (however gtk1 is ugly ^^) but I
can
Gtk is known to be ugly, it would be nice for us i
I've just upgraded my lazarus/fpc installation which I have done by uninstalling
my existing installation (WinXP) followed by running the new installer. The
problem is that I have to go in an redefine my keyboard layout, window manager
settings, etc.
How can I back this information up and s
On Nov 26, 2007, at 7:48 PM, Damien Gerard wrote:
On Nov 26, 2007, at 6:33 PM, Den Jean wrote:
On Monday 26 November 2007 10:21:03 am Damien Gerard wrote:
I have just download fpc 2.2.1 and the lastest snapshot for OS X.
I launch Lazarus and it works fine (however gtk1 is ugly ^^) but I
c
Sorry, this is the part that is inside the initialization section:
Application.Initialize;
Application.Run;
Not in the main begin..end, so it should execute before the main
program creates the window.
Anyway, maybe the way the widgetset works is not the same as the way
VCL works. Maybe I shoul
Old versions of Lazarus stored those settings (*.xml files) in the
Lazarus directory. Newer versions store that information in the users
profile/home directory.
Under Windows that is somewhere in C:\Documents and Settings\ and
under Linux than is /home//.lazarus
Just make a backup of the *.xml
Graeme Geldenhuys schreef:
Old versions of Lazarus stored those settings (*.xml files) in the
Lazarus directory. Newer versions store that information in the users
profile/home directory.
Under Windows that is somewhere in C:\Documents and Settings\
This has not yet been done on windows, b
Graeme Geldenhuys wrote:
Old versions of Lazarus stored those settings (*.xml files) in the
Lazarus directory. Newer versions store that information in the users
profile/home directory.
Under Windows that is somewhere in C:\Documents and Settings\ and
under Linux than is /home//.lazarus
Just
Op maandag 26-11-2007 om 13:17 uur [tijdzone +0100], schreef Daniel
Rincón García:
> Hi, I need to capture the FieldValues of a SQLite database into a
> string variable.
>
> If I do it:
>
>while not dsTest.EOF do
> begin
> DataToSend := DataToSend +
> dsT
Op maandag 26-11-2007 om 15:05 uur [tijdzone +0100], schreef Roberto
Padovani:
> 2007/11/26, Daniel Rincón García <[EMAIL PROTECTED]>:
> To the Great Guys of the lazarus project:
>
> I am finishing a medium size project with lazarus + sqlite3, for which
> I had study and experiment a lot due to th
Is RTL documented in the same XML format that LCL documents?
If yes, because not to integrate RTL documents with LCL documents?
Wanderlan Santos dos Anjos
I get the following when running a console app. The app runs fine, but
something seems to be going on during cleanup after the app runs:
An unhandled exception occurred at $0040A2E2 :
EInvalidPointer : Invalid pointer operation
$0040A2E2 CONCAT_TWO_BLOCKS, line 652 of C:/temp/lazbuild/fpc
Please suggest
I got the list from Change Logs. I suggest these:
0008029: [Database] Ctrl+C and Ctrl+Z don't work in a TDBMemo
0010248: [IDE] Some icons aren't showed into the component palette
0010198: [LCL] OnMouseWheel WheelDelta is opposite in sign for Win32 and
GTK2
0010178: [LCL] Wrong
Bee пишет:
Please suggest
I got the list from Change Logs. I suggest these:
0008029: [Database] Ctrl+C and Ctrl+Z don't work in a TDBMemo
0010248: [IDE] Some icons aren't showed into the component palette
iirc all graphic issues I want to merge into stable branch are there
0010198: [LCL] OnM
Paul Ishenin schreef:
Bee пишет:
Please suggest
I got the list from Change Logs. I suggest these:
0008029: [Database] Ctrl+C and Ctrl+Z don't work in a TDBMemo
0010248: [IDE] Some icons aren't showed into the component palette
iirc all graphic issues I want to merge into stable branch are th
I personally like the synaser project :)
Razvan
_
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject
archives at http://www.lazarus.freepascal.org/mailarchives
Wanderlan Santos dos Anjos wrote:
Is RTL documented in the same XML format that LCL documents?
As far as I know, all the on-line help files for RTL and FCL were
produced in the same way as the LCL documentation, using .XML files and
FPCDoc. The RTL and FCL descriptor files are not, however, i
What about the Synapse conversion units ? There is a unit, synachar if
i remember correctly that dragged a lot of charsets and codepages
internally and converts wtthout iconv support for most of them and
uses iconv if the encoding is not supported internally, we could write
our own such unit using
48 matches
Mail list logo