Inconsistent unit names when compiling from sources
Posted: Tue May 21, 2013 12:06 pm
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 client section (May 21, 2013, Build 2013.08.130521).
Tee918.dpk - contains VCLTee.TeeException, but there is only TeeException.pas available
TeeUI918.dpk - contains VCLTee.TeeEditTools, but only TeeEditTools available, same for TeeToolsGallery, TeeAnimate, TeeEditAnimations, TeeAnimationsGallery
TeeGL918.dpk - same for OpenGL2, TeeGeometry, TeeGLCanvas, TeeOpenGL and TeeGLEditor. Furthermore unit OpenGL2 requires VCLTee. scope on many places, but it will be fixed when it gets the proper full name.
TeePro918.dpk - same for OHLChart, TeeProCo, CandleCh, TeeSurfa, ErrorBar and probably anything, I stoppped by TeeCandlEdi
Projects needing TeCanvas need VCLTee scope added in the project options, it it TeeGL918, TeePro918
TeDB918 worked well, other dpk were not checked, because usually they needed TeePro918, which failed to compile due to reasons mentioned above.
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 client section (May 21, 2013, Build 2013.08.130521).
Tee918.dpk - contains VCLTee.TeeException, but there is only TeeException.pas available
TeeUI918.dpk - contains VCLTee.TeeEditTools, but only TeeEditTools available, same for TeeToolsGallery, TeeAnimate, TeeEditAnimations, TeeAnimationsGallery
TeeGL918.dpk - same for OpenGL2, TeeGeometry, TeeGLCanvas, TeeOpenGL and TeeGLEditor. Furthermore unit OpenGL2 requires VCLTee. scope on many places, but it will be fixed when it gets the proper full name.
TeePro918.dpk - same for OHLChart, TeeProCo, CandleCh, TeeSurfa, ErrorBar and probably anything, I stoppped by TeeCandlEdi
Projects needing TeCanvas need VCLTee scope added in the project options, it it TeeGL918, TeePro918
TeDB918 worked well, other dpk were not checked, because usually they needed TeePro918, which failed to compile due to reasons mentioned above.