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

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

Definition at line 499 of file mainVidSet.cpp.

References Impala::Application::VidSet::mainVidSet().

00500 {
00501 
00502 #ifdef NO_DIALOGONCRASH
00503 #ifdef WIN32
00504     DWORD oldMode = ::SetErrorMode(SEM_NOGPFAULTERRORBOX);
00505     ::SetErrorMode(oldMode | SEM_NOGPFAULTERRORBOX);
00506 #endif
00507 #endif
00508 
00509     int result = Impala::Application::VidSet::mainVidSet(argc, argv);
00510     return result;
00511 }

Here is the call graph for this function:


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