Hi everybody, I'm trying to create a new C++ component implementing css::lang::XMain interface. However I get the following error at the compilation:
<OOO_SDK>/include/stl/stl/_cwchar.h:161: error: '::wint_t' has not been declared I have 4 errors like this one coming from the stl... Do you know what may be wrong ? Did I miss to include something ? I wrote my C++ Component and Makefile with the ure/source/urestest/Makefile and cppmain.cc files and they looks very similar. Thanks for your help, Cedric PS: I'm quite a (re)beginner in C++ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
