Search found 3 matches
- Wed Jun 19, 2013 11:49 am
- Forum: VCL
- Topic: Memory leak patch for TCustomTeePanel.CreateDefaultCanvas
- Replies: 2
- Views: 7578
Memory leak patch for TCustomTeePanel.CreateDefaultCanvas
Hi, there is small but not welcomed memory leak in TeeProcs.TCustomTeePanel.CreateDefaultCanvas. When InternalCanvas is already set but has different ClassType, it is not freed but only replaced by another one. Such a way (in my case) one TTeeCanvas3D and one TTeeGradient is not freed for each insta...
- Wed May 22, 2013 11:36 am
- Forum: VCL
- Topic: Inconsistent unit names when compiling from sources
- Replies: 2
- Views: 4283
Re: Inconsistent unit names when compiling from sources
Thank you for the answer. I was skipping Recompile, because it never worked well, but now I understand a bit more. Just for further reference of other users, after recompile scope name "VCLTee" (for VCL version) must be added to used packages and projects. DclTeePro918 (and probably others also, I d...
- Tue May 21, 2013 12:06 pm
- Forum: VCL
- Topic: Inconsistent unit names when compiling from sources
- Replies: 2
- Views: 4283
Inconsistent unit names when compiling from sources
Thanks for the Beta! I usually recompile all my components from dpk. There is a progress in file structure in removing duplicated files in Sources and Sources/VCL folder. But there are still bugs, so please fix them in final version. I use DelphiXE4 on Win32 + VCL, sources are today downloaded from ...