Hi Santhosh,

some ideas from the top of my head:

- Do you have this problem also, if you use an older version of Visual Studio?
- What result do you get, if you execute the unit tests of CLucene (cl_test)?

Regards,

Veit

2012/7/13 santhosh k <sant...@gmail.com>:
> Hi,
>
> Currently I am using CLucene as a search engine in my application. I will be
> creating a indexer also.
> While building CLucene library with VS2012 RC I modified mem.h as below
>
> #define LUCENE_BASE public virtual CL_NS(debug)::LuceneBase
>
> This changes I found online in a patch that includes maodifications
> VoidList.h and VoidMap.h.
>
> Now in my application I would like to create new Index Writer using
> IndexWriter api.
> I am using it as
>
> IndexWriter *writer = _CLNEW IndexWriter(folderpath, analyzer, true);
>
> with above code I am getting runtime error R6025 - pure virtual function
> call.
>
> I am not sure about the error and cause for this.
>
> I request any can help me to resolve this issue or let me know the cause for
> this solution.
>
> Regards,
> Santhosh
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> CLucene-developers mailing list
> CLucene-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/clucene-developers
>

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
CLucene-developers mailing list
CLucene-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/clucene-developers

Reply via email to