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

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

Definition at line 195 of file mainImSet.cpp.

References Impala::Application::mainImSet().

00196 {
00197 
00198 #ifdef NO_DIALOGONCRASH
00199 #ifdef WIN32
00200     DWORD oldMode = ::SetErrorMode(SEM_NOGPFAULTERRORBOX);
00201     ::SetErrorMode(oldMode | SEM_NOGPFAULTERRORBOX);
00202 #endif
00203 #endif
00204 
00205     return Impala::Application::mainImSet(argc, argv);
00206 }

Here is the call graph for this function:


Generated on Thu Jan 13 09:05:35 2011 for ImpalaSrc by  doxygen 1.5.1