Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

int main ( int  argc,
char *  argv[] 
)

Definition at line 215 of file mainImSet.cpp.

References Impala::Application::mainImSet().

00216 {
00217 
00218 #ifdef NO_DIALOGONCRASH
00219 #ifdef WIN32
00220     DWORD oldMode = ::SetErrorMode(SEM_NOGPFAULTERRORBOX);
00221     ::SetErrorMode(oldMode | SEM_NOGPFAULTERRORBOX);
00222 #endif
00223 #endif
00224 
00225     return Impala::Application::mainImSet(argc, argv);
00226 }

Here is the call graph for this function:


Generated on Fri Mar 19 09:34:37 2010 for ImpalaSrc by  doxygen 1.5.1