Go to the documentation of this file.Go to the SVN repository for this file.
46 int main(
int argc,
char* argv[])
59 string driver_name = argv[1];
67 unique_ptr<I_DriverContext> my_context( drv_mgr.
GetDriverContext(driver_name,
83 catch (
const exception& ) {
Lightweight representation of just a host and a port.
CPluginManagerException –.
static SSystemFastMutex & GetMutex(void)
int main(int argc, char *argv[])
I_DriverContext * GetDriverContext(const string &driver_name, string *err_msg=0, const map< string, string > *attr=0)
static bool EnableBackgroundReporting(bool enable)
Enable background reporting.
static void EnableGlobally(bool enable=true)
Enable (or disable, if called with enable = false) loading plugins from DLLs in general.
void SuppressSystemMessageBox(TSuppressSystemMessageBox mode=fSuppress_Default)
Suppress popup messages on execution errors.
Defines NCBI C++ exception handling.