Sylvain Not clear whether you've rebuilt UIMA C++ and its dependencies. I've seen this happen if the annotator and SDK are running incompatible ICU versions. Xerces can be built with or without ICU so that may be a source of incompatibility.
Bhavani On Fri, Aug 24, 2012 at 9:56 AM, Sylvain Surcin <[email protected]> wrote: > Hello Bhavani, > > I am using your UIMAcpp release candidate 2.4.0 R6 to create a C++ > linguistic annotator. > I successfully integrated it under Linux (Ubuntu) in a full-scale > aggregate architecture and it works fine. > > But now I am porting it under Windows, because some of our developpers use > it. > Now I am meeting a problem. > I compiled the C++ linguistic annotator using Visual Studio 2010, that > part is ok. > > But it crashes when I start using icu::UnicodeString::extract() or > iostream& operator<<(iostream&, const icu::UnicodeString&). > Each time I get an access violation. > > Do you have any idea what could be happening? > > Thanks for any hint, > Sylvain > > > -- > Sylvain SURCIN, Ph.D. > *KWAGA* > Senior Software Architect > 15, rue Jean-Baptiste Berlier > 75013 Paris > France > Tél.: +33 (0)1.55.43.79.20 > > > >
