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.
>
>