On 23/07/07, Marc Weustink <[EMAIL PROTECTED]> wrote:
Koenraad Lelong wrote:
> Marc Weustink schreef:
>> Sam Liddicott wrote:
>>> I may be asking obvious questions here, but you didn't reveal a lot
>>> about your setup.
>>>
>>> Do you event have a DISPLAY environment variable set?
>> Instead of setting your env, you can also start your app like:
>>
>> your_app --display=yourserver:0
>>
>> Marc
>>
> Tried this, and got another result.
> ./project1 --display=viper:0
> gives :
> [FORMS.PP] ExceptionOccured
>  Sender=EReadError
>  Exception=Invalid Filer Signature
>  Stack Trace:
>  ...
> TApplication.HandleException Invalid Filer Signature
>  Stack trace:
>  ...
> then a form appears (with a red circle with a white bar in it) :
>  Invalid Filer Signature
>  Press OK to ingore and risk data corruption.
>  Press Cancel to kill the program
> [ OK ] [ Cancel ]
> And the form seems to respond to a click on one of the buttons, it
> terminates the application.
>
> This is some progress, thanks. Other suggestions ?

at leas this is no: "Gtk-WARNING **: cannot open display:"
so you now have your display and ran into a complete different problem.

   Exception=Invalid Filer Signature:
maybe some endian issue or a corrupt file or a bad compiled string
constant (the form layout is stored internally in a string)

does this viper run a big or little endian kernel?  my vulcan is big
endian and i can't get any joy out of it when i compile fpc with
endian_big.  it would be _very_ cool to be able to use lazarus with
these little devices.

henry

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

Reply via email to