From: santhosh k <sa...@gm...> - 2012-07-16 05:13:41
|
Hello Veit, Thanks for your replay. I tried with Visual Studio 2010 by creating sample Win32 Application and importing CLucene with same functionality. It works fine. I am able to create Index Writer with this sample. And unit tests pass onVS2010. I tried with VS 2012 RC but I am getting incompatible version and its not loading. I will try once more and will let you know. Meanwhile please suggest me some solution. Best Regards, Santhosh, On Sun, Jul 15, 2012 at 10:17 PM, Veit Jahns <nun...@go...>wrote: > 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 <sa...@gm...>: > > 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 > > CLu...@li... > > 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 > CLu...@li... > https://lists.sourceforge.net/lists/listinfo/clucene-developers > |