// BApplicationTestApp3.cpp #include #include int main() { BApplication app("image/gif"); printf("InitCheck(): %lx\n", app.InitCheck()); return 0; }