Team

Tried to compile v.2.3.3.4 by using VS2008 -- got 2 errors in
TestIndexSearcher.cpp:

error C3861: 'usleep': identifier not found

Fixed it as follows:

1) replace usleep(9999) with _LUCENE_SLEEP(9999)

2) add this include to test.h:
    #include "CLucene/_SharedHeader.h"

Regards
Celto
------------------------------------------------------------------------------
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
_______________________________________________
CLucene-developers mailing list
CLucene-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/clucene-developers

Reply via email to