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


Reply via email to