>From here 
>(http://www.boost.org/doc/libs/1_51_0/libs/regex/doc/html/boost_regex/install.html)
it looks like boost has options to link to a specific ICU version. You
may ICU already installed
on your computer and then your annotator code is linking to that
version via boost
as well as the one linked to by uimacpp, as Bhavani has suggested.

On Sat, Aug 25, 2012 at 6:20 AM, Sylvain Surcin <[email protected]> wrote:
> Hi Bhavani,
>
> No I did not rebuild the UIMA C++ framework, I just reused what was already
> there is the binary version available in your directory.
>
> Perhaps it is important to know that I'm using Boost 1.51 windows
> distribution downloaded from www.boost.org.
> Perhaps there is something incompatible with the ICU shipped with UIMA C++?
>
> The Xerces I use is also the one shipped with UIMA C++, I believe.
>
> Sylvain
>
> On Sat, Aug 25, 2012 at 4:03 AM, Bhavani Iyer <[email protected]> wrote:
>
>> 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
>>>
>>>
>>>
>>>
>>
>
>
> --
> 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

Reply via email to