I'd first like to thank you for a great set of components. They are very useful.
I was wondering if there were any plans to revise the source code to separate the code from the interface so it compiles properly in Delphi 7+ without turning on "build with runtime libraries"?
I would prefer to build an executable that doesn't use run-time modules since the application I create doesn't currently require an installer.
Is there any plan to adjust the source for proper compilation in Delphi 7/8?
I tried to look into what would be involved to see if I could do it myself but I don't think I'll have the resources to commit to it. Here's an article I found talking about how to split a module into design-time/run-time files that'll play nice with Delphi 7/8:
In version 1.21 design and runtime code is divided into two packages together with a couple of bugs fixed.
If you need distribute DOCI code with your application you need only .dcu included into runtime package.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I'd first like to thank you for a great set of components. They are very useful.
I was wondering if there were any plans to revise the source code to separate the code from the interface so it compiles properly in Delphi 7+ without turning on "build with runtime libraries"?
I would prefer to build an executable that doesn't use run-time modules since the application I create doesn't currently require an installer.
Is there any plan to adjust the source for proper compilation in Delphi 7/8?
I tried to look into what would be involved to see if I could do it myself but I don't think I'll have the resources to commit to it. Here's an article I found talking about how to split a module into design-time/run-time files that'll play nice with Delphi 7/8:
http://bdn.borland.com/article/0,1410,27717,0.html
Thank you for your time..
Thank you for the good suggestion.
Unfortunatelly, currenly I do not have time to give anough time for DOCI support.
If oyou have time, could you help me to adjust the source for proper compilation in Delphi 7/8?
Please answer and I'll grant you access to sourceforge CVS.
Thanks.
In version 1.21 design and runtime code is divided into two packages together with a couple of bugs fixed.
If you need distribute DOCI code with your application you need only .dcu included into runtime package.