Search found 4 matches

by AROTechnologies
Thu Jan 12, 2017 12:23 pm
Forum: VCL
Topic: Crash into Winapi.GDIOBJ.Finalization
Replies: 6
Views: 7711

Re: Crash into Winapi.GDIOBJ.Finalization

Hello,

Thanks for your answer.
Just a few questions. Which are the packages I have to reference in the runtime packages?
Why did you say that Finalization in WinAPI.GDIPObj.pas is called twice (one for the library and one for the exe)?
I see it only once in the exe.
by AROTechnologies
Wed Jan 11, 2017 3:51 pm
Forum: VCL
Topic: Crash into Winapi.GDIOBJ.Finalization
Replies: 6
Views: 7711

Re: Crash into Winapi.GDIOBJ.Finalization

When I change the charts renderer from GDI+ to GDI, the crash disappears.
What is the reason of that ?
by AROTechnologies
Tue Jan 10, 2017 3:38 pm
Forum: VCL
Topic: Crash into Winapi.GDIOBJ.Finalization
Replies: 6
Views: 7711

Re: Crash into Winapi.GDIOBJ.Finalization

Sorry I send you a bad project version.

Here is the good one.

Best regards,
by AROTechnologies
Tue Jan 10, 2017 10:36 am
Forum: VCL
Topic: Crash into Winapi.GDIOBJ.Finalization
Replies: 6
Views: 7711

Crash into Winapi.GDIOBJ.Finalization

Hi, When I close my application I have got a crash into Winapi.GDIOBJ.Finalization. I don't know why. I have to precise than the form containing the graph is in a separated dll and I also link my application with the option "Link with runtime packages". You can find an sample delphi 10.1 project to ...