Where is AXWRenderTextIE.hpp?

Questions and answers on how to use XLSSpreadSheet.
Post Reply
shenjige
Posts: 23
Joined: Thu Oct 20, 2005 7:09 pm

Where is AXWRenderTextIE.hpp?

Post by shenjige »

I just installed Spreadsheet 2.00.2. I created a simple project with one form and one spreadsheet component inside. When I built it, an error message saying
"[bcc32 Error] AXWEditor.hpp(24): E2209 Unable to open include file 'AXWRenderTextIE.hpp'
Full parser context
MainFrm.cpp(92): #include OutputTableFRM.h
OutputTableFRM.h(19): #include C:\XLSSuit5\Package\DXE7\XLSBook2.hpp
XLSBook2.hpp(42): #include C:\XLSSuit5\Package\DXE7\XBookSheet2.hpp
XBookSheet2.hpp(58): #include C:\XLSSuit5\Package\DXE7\XBookRefEdit2.hpp
XBookRefEdit2.hpp(38): #include C:\XLSSuit5\Package\DXE7\XBookInplaceEdit2.hpp
XBookInplaceEdit2.hpp(44): #include C:\XLSSuit5\Package\DXE7\AXWEditor.hpp".

I searched my machine and I can't not find this file. Can some one advice me how to resolve this problem? Thanks in advance!
Shovey
Posts: 5
Joined: Wed Sep 10, 2014 4:37 am

Re: Where is AXWRenderTextIE.hpp?

Post by Shovey »

Just curious if there was a fix for this. I have the same issue.
Shovey
Posts: 5
Joined: Wed Sep 10, 2014 4:37 am

Re: Where is AXWRenderTextIE.hpp?

Post by Shovey »

Just for anyone else having the same issue. I created a new component and added the pas files and compiled. Then copied the auto generated hpp file into the package folder.
Post Reply