Search found 5 matches

by rhwang46
Wed Mar 27, 2013 8:04 am
Forum: XLSReadWritwII 6
Topic: SST String is Nil
Replies: 7
Views: 5571

Re: SST String is Nil

But if I save this particular file as xls format, then I could read (xvExcel97) it without problem. There are Chinese characters in the sheet which might be the problem. I have emailed the file to you.
by rhwang46
Wed Mar 27, 2013 3:34 am
Forum: XLSReadWritwII 6
Topic: SST String is Nil
Replies: 7
Views: 5571

SST String is Nil

While I read a xlsx, the program generates an exception SST String is Nil. What seems the problem?
by rhwang46
Mon Mar 25, 2013 4:25 am
Forum: XLSReadWritwII 6
Topic: Access violation when writing a xlsx file on 64bit
Replies: 5
Views: 4105

Re: Access violation when writing a xlsx file on 64bit

But I still encountered the same access violation in the DirectWrite sample program after I rearrange the order of these two units. I am using Delphi XE2 targeted 32bit platform in the Windows 7 64bits.
by rhwang46
Mon Mar 25, 2013 4:21 am
Forum: XLSReadWritwII 6
Topic: Access violation when writing a xlsx file on 64bit
Replies: 5
Views: 4105

Re: Access violation when writing a xlsx file on 64bit

While I look through the QA in this forum, I found someone has already posted the temporary fix for the problem. That is to change the order of two included units in the USES section. The correct order is XLSReadWriteII5,XLSSheetData5 not the other way around.
by rhwang46
Mon Mar 25, 2013 4:07 am
Forum: XLSReadWritwII 6
Topic: Access violation when writing a xlsx file on 64bit
Replies: 5
Views: 4105

Re: Access violation when writing a xlsx file on 64bit

I have encountered the same access violation in XE2. The same problem happened while compiling then executing the provided sample program DirectWrite.