On 06/04/2011 01:59, silvioprog wrote:

> procedure TMainFPWebModule.indexRequest(Sender: TObject; ARequest: TRequest;
>   AResponse: TResponse; var Handled: Boolean);
> begin
>   Handled := True;
>   InitEngine; // If I comment this line, the error disappears. :o
> end;
> 

Just a thought:

On 5/04/2011 23:39, Alexander Klenin wrote:
> On Wed, Apr 6, 2011 at 09:11, Michael Van Canneyt
> <mich...@freepascal.org> wrote:
> > >
> > > or on windows
> > >
> > >  FontMgr.SearchPath:='c\windows\fonts';
> On Windows this is done in the initializtion section of FTFont unit.
>
> -- Alexander S. Klenin 

Maybe the initialization is already done somewhere i.e. you don't need to 
run it twice ?

L.


--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to