On Thu, 11 Mar 2010 16:41:58 +0100
Michael Schnell <[email protected]> wrote:
> I found that I can link to the Widget Type I want to use by including
> the appropriate directory ("$(LazarusDir/interfaces/nogui") in the
> include path.
include path???
> With that I was able to create an "Application" without doing
> "new->Application" but by "new->program".
Means: no LCL.
> So I suppose I can copy "interfaces/nogui" somewhere, set the files as
> managed by the project, and should be able to debug.
Yes, but not recommended.
> Right now my project stops with an exception as a handle (supposedly for
> Form1) is Zero. Can the be because I did not yet include any "lrs"
> resources ?
nogui = no widgets = no handles. You can not create forms.
Mattias
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus