Exilon
Exilon
Without these FreeAndNil changes, does Word/Excel hang when closing? Can you send me a minimum sample so I can reproduce it?
> Oh good one. I will try it on Monday, I have a day off now. Did you try this?
You need to add provider to logger before use Logger.Succ ``` Logger.Providers.Add(GlobalLogFileProvider); GlobalLogFileProvider .Enable := True; ```
What dephi version are you using? Could you send me more info? error text, if you have a photo.jpg into debug folder, etc...
I run it without errors on Delphi 11 Alexandria. Where you get error? Maybe on at line 70? Assert(user.Photo.Size = photosize,'Photo serialize error!');
ok, you get and error saving jpg to file isn't? Is Photo.size reported same before and after serialize? Can you remove savetofile line and send me what you see on...
Sorry, as you can see in readme, TExpressionParser was created to validate object properties. You need to pass and object as first parameter, and an expression as second param, where...
Yes, of course.
Yes, it's planned.
Thanks, now it's fixed.