// BApplicationTestApp5b.cpp #include #include int main() { status_t error = B_OK; BApplication app("application/x-vnd.obos-bapplication-testapp5", &error); printf("error: %lx\n", error); printf("InitCheck(): %lx\n", app.InitCheck()); return 0; }