On Thu, 25 Oct 2007 17:52:42 +0200
Alvise Nicoletti <[EMAIL PROTECTED]> wrote:

> Hi...
> 
> Configuring a program into "project options" I have a 
> "application.title:= 'title'" added after the begin of my program...
> Also, a resource is added for the compiler (PoolPatrol.res).
> 
> After that, when I try to compile, I get both a "identifier not found 
> Application" and a "can't open resource file applicationname.res".

Application is the central object of an LCL program. It is defined in
lcl/forms.pp and requires one of the provided widgetsets.

I'm not sure about res file problem.
What kind of resources do you want to store in your linux daemon?

 
> Is that feature working only on visual applications?

Yes, because at the moment the current widgetsets are all visual.

 
> Is it possible to make it work someway on a linux program? (I'm using
> it as linux service).

windows: 'service' ~ linux: 'daemon'


Mattias

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to