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

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

Definition at line 504 of file mainVidSet.cpp.

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

00505 {
00506 
00507 #ifdef NO_DIALOGONCRASH
00508 #ifdef WIN32
00509     DWORD oldMode = ::SetErrorMode(SEM_NOGPFAULTERRORBOX);
00510     ::SetErrorMode(oldMode | SEM_NOGPFAULTERRORBOX);
00511 #endif
00512 #endif
00513 
00514     return Impala::Application::VidSet::mainVidSet(argc, argv);
00515 }

Here is the call graph for this function:


Generated on Fri Mar 19 09:36:50 2010 for ImpalaSrc by  doxygen 1.5.1