Search found 3 matches
- Mon Oct 16, 2006 12:36 pm
- Forum: XLSReadWriteII 3/4/5
- Topic: Problems with XLSReadWriteII 3.0 and C++ Builder 2006
- Replies: 6
- Views: 10888
The error Message are linked to the follwing code lines: In Cell2.hpp Error: property PTGS; Line 198: __property Sysutils::PByteArray PTGS = {read=FPTGS}; Error: property ArrayData; Line 316 __property Sysutils::PByteArray ArrayData = {read=FArray}; In RecordStorageChart.hpp Error: property Data; Li...
- Mon Oct 16, 2006 11:17 am
- Forum: XLSReadWriteII 3/4/5
- Topic: Problems with XLSReadWriteII 3.0 and C++ Builder 2006
- Replies: 6
- Views: 10888
Yes there is but it is in German: [C++ Fehler] Cell2.hpp(198): E2347 Keine Entsprechung der Parameter in read mit Zugriffsspezifikation der Eigenschaft PTGS [C++ Fehler] Cell2.hpp(316): E2347 Keine Entsprechung der Parameter in read mit Zugriffsspezifikation der Eigenschaft ArrayData [C++ Fehler] Re...
- Fri Oct 13, 2006 11:15 am
- Forum: XLSReadWriteII 3/4/5
- Topic: Problems with XLSReadWriteII 3.0 and C++ Builder 2006
- Replies: 6
- Views: 10888
Problems with XLSReadWriteII 3.0 and C++ Builder 2006
Hi, I downloaded the XLSReadWriteII 3.00.02 and installed it in that way as explained (Components -> Install Package).Additionally I added the path into Project->Options. Unfortunately the compiler always comes up with three errors (E2347). Two errors are in the Cell2.hpp and one is in the Recordsto...