Hi,
We are in the search of a multi-lingual spell checker component to support customized microsoft webbrowser activex control in visual c++ 6.0. We have come across your component and felt suitable for us. We have downloaded Aspose.spell trial software where we got Aspose.spell DLL. We have converted it into .tlb file using Visual studio 2005 tool and imported using #import statement in a sample visual c++ 6.0 application. Then we ran into following errors
g:\amc\source\spellchecker\debug\aspose.spell.tlh(23) : error C2143: syntax error : missing ';' before '?'
g:\amc\source\spellchecker\debug\aspose.spell.tlh(23) : error C2059: syntax error : '?'
g:\amc\source\spellchecker\debug\aspose.spell.tlh(33) : error C2143: syntax error : missing ';' before '?'
Like these we have got 92 errors on the whole. We followed the same process of importing another visual studio 2005 DLL into visual c++ 6.0 application, where we have succeeded.
When we tried to import aspose.spell.tlb file using classwizard we have found totally 5 classes that are to be imported. Those classes are _License, _MainDictionaryInfo, _Spell, _FinishedEventHander & _?. As the fifth class (_?) is invalid we are facing the problem with this DLL.
Can you please tell me the solution for this problem as early as possible. Can we integrate this DLL in visual C++ 6.0 application? Can this component work for microsoft webbrowser activex control?
Thanks in advance,
Malleswari.