OmniBase inside anExe

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

OmniBase inside anExe

Bruno Brasesco
Hi all,

I deployed MyApp to anExe with No Problems.

I have Customer class (name, address, etc), when i create a new Customer
(from Exe file) and I save it to the OmniBase, all attributes (name, ...)
are nil.

And if i use the same OmniBase and i create a Customer (from Dolphin)
everthing works ok.

I think there's a problem with OmniBase to save and load objects.

(There is not a problem with prerequisites because i set it manually.)

Any idea ?

Thanks
Bruno

PS: i'm using WinXP.


Reply | Threaded
Open this post in threaded view
|

Re: OmniBase inside anExe

David Gorisek-5
Bruno,

when you're doing stripping - deploying an EXE - you have to switch off all
check boxes that strip class meta information (instance variable names,
classes, etc.). Without this serialization can not work.

I will add more i.e. exact details to the FAQ on the web shortly.

Best regards,

David Gorisek
http://www.gorisek.com



"Bruno" <[hidden email]> wrote in message
news:anvvbb$huji7$[hidden email]...

> Hi all,
>
> I deployed MyApp to anExe with No Problems.
>
> I have Customer class (name, address, etc), when i create a new Customer
> (from Exe file) and I save it to the OmniBase, all attributes (name, ...)
> are nil.
>
> And if i use the same OmniBase and i create a Customer (from Dolphin)
> everthing works ok.
>
> I think there's a problem with OmniBase to save and load objects.
>
> (There is not a problem with prerequisites because i set it manually.)
>
> Any idea ?
>
> Thanks
> Bruno
>
> PS: i'm using WinXP.
>
>


Reply | Threaded
Open this post in threaded view
|

Re: OmniBase inside anExe

Bruno Brasesco
> when you're doing stripping - deploying an EXE - you have to switch off
all
> check boxes that strip class meta information (instance variable names,
> classes, etc.). Without this serialization can not work.


Now the EXE works OK.

Thanks.

Regards
Bruno


Reply | Threaded
Open this post in threaded view
|

Re: OmniBase inside anExe

David Gorisek-5
What switches did you have to turn off? So I can just put your answer in the
FAQ ;-)

Regards,

David

"Bruno" <[hidden email]> wrote in message
news:ao1arl$i5qot$[hidden email]...

> > when you're doing stripping - deploying an EXE - you have to switch off
> all
> > check boxes that strip class meta information (instance variable names,
> > classes, etc.). Without this serialization can not work.
>
>
> Now the EXE works OK.
>
> Thanks.
>
> Regards
> Bruno
>
>
>
>


Reply | Threaded
Open this post in threaded view
|

Re: OmniBase inside anExe

Bruno Brasesco
> What switches did you have to turn off? So I can just put your answer in
the

* Strip Class Meta-Information (turn off)

Regards
Bruno