[sword-devel] ICU in CVS

Joachim Ansorg sword-devel@crosswire.org
Sun, 14 Jul 2002 00:16:48 +0200


I'm trying to use ICU in BibleTime, but compiling this test program gives me 
undefined refernces to SWMgr::isICU.


#include <swmgr.h>
int main(int argc, char* argv[]) {
	cout << "isICU is equal to " << SWMgr::isICU << endl;
}


Does somebody know how to fix this?

Joachim