Access Violation in TCellStorage.CalcDimensions
Posted: Mon Feb 26, 2007 4:03 pm
Hello,
I am a registered user of XLSReadWriteII and recently upgraded to v3.0. When I did, it broke some existing functionality: after building a new Excel workbook from scratch and creating worksheets, styles, etc., I receive an Access Violation when I call TXLSReadWriteII2.Write(). I just updated to 3.01 and the problem still occurs.
The error occurs specifically within TCellStorage.CalcDimensions(), line 98. P1[j] seems to be inaccessible. The size of FCells is about 100, but FCells[0] is the only one with a value, which is $444.
Again, this functionality worked perfectly until upgrading to v3, and my code has not changed at all. What can the problem be?
Unfortunately, the code is proprietary and is too entwined in the application to ship the code or create a test application. Hopefully we can resolve this without the need to re-create the file. Please let me know what other information you need to determine a solution.
Thank you in advance,
Christopher
I am a registered user of XLSReadWriteII and recently upgraded to v3.0. When I did, it broke some existing functionality: after building a new Excel workbook from scratch and creating worksheets, styles, etc., I receive an Access Violation when I call TXLSReadWriteII2.Write(). I just updated to 3.01 and the problem still occurs.
The error occurs specifically within TCellStorage.CalcDimensions(), line 98. P1[j] seems to be inaccessible. The size of FCells is about 100, but FCells[0] is the only one with a value, which is $444.
Again, this functionality worked perfectly until upgrading to v3, and my code has not changed at all. What can the problem be?
Unfortunately, the code is proprietary and is too entwined in the application to ship the code or create a test application. Hopefully we can resolve this without the need to re-create the file. Please let me know what other information you need to determine a solution.
Thank you in advance,
Christopher