-
My Borland 5 Enterprise IDE complains about not finding the "StrUtils.dcu" file.
This is makes sense because afair the unit was first added in Delphi 6.
Is there a way to make it work anyway? Did i fortget to install something during the installation of Delphi?
I'm running Delphi 5 E on a Win2k Virtual machine.
Thanks for your help in advance
Martin.
2009-10-26 12:50:08 UTC by everclear72216
-
Perhaps you should think about loading the correct Project file for your IDE!!! Delphi 5 uses different project files.
Greetz,
Martin.
2009-10-26 12:43:55 UTC by everclear72216
-
banjolicious;
I tried your suggestion. It did not work.
I was using the TOvcTCSimpleField with a datatype of string. That causes an exception.
When I changed to a TOvcTCString I no longer get an exception. But the data is not displayed properly. It also does not save the changes when you edit the string in the table.
2009-10-15 19:09:36 UTC by leem8
-
If you are using a TOvcTCString for the column, try both settings of the UseASCIIZString property.
2009-10-14 19:00:11 UTC by banjolicious
-
I am getting an error on an Orpheus table using Delphi 2009. The error occurs on the OnGetCellData event. I am sure that it has something to do with strings.
I have a small test app available:
http://www.goprofitsource.com/downloads/SampleOvcTableError.zip
Thanks,
Lee Mc Cauley
www.goprofitsource.com.
2009-10-14 14:33:46 UTC by leem8
-
I am getting an error on an Orpheus table using Delphi 2009. The error occurs on the OnGetCellData event. I am sure that it has something to do with strings.
I have a small test app available:
http://www.goprofitsource.com/downloads/SampleOvcTableError.zip
Thanks,
Lee Mc Cauley
www.goprofitsource.com.
2009-10-14 14:31:23 UTC by leem8
-
romankassebaum committed patchset 60 of module orpheus to the TurboPower Orpheus CVS repository, changing 7 files.
2009-09-27 07:18:54 UTC by romankassebaum
-
romankassebaum committed revision 36 to the TurboPower Orpheus SVN repository, changing 8 files.
2009-09-27 07:14:33 UTC by romankassebaum
-
I am building this project from scratch in C++Builder 6 Enterprise.
OvcEF.pas line 2291 is:
RightBdr := ClientWidth - Margins.Right;
with a compile error "Undeclared identifier: 'Margins'".
'Margins' is not a class variable, local variable or parameter and must therefore belong to a more global scope.
2009-09-17 10:09:33 UTC by rookie-am
-
romankassebaum committed patchset 59 of module orpheus to the TurboPower Orpheus CVS repository, changing 3 files.
2009-09-10 08:44:56 UTC by romankassebaum