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

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

Definition at line 210 of file mainConceptSet.cpp.

References Impala::Application::ConceptSet::mainConceptSet().

00211 {
00212 
00213 #ifdef NO_DIALOGONCRASH
00214 #ifdef WIN32
00215     DWORD oldMode = ::SetErrorMode(SEM_NOGPFAULTERRORBOX);
00216     ::SetErrorMode(oldMode | SEM_NOGPFAULTERRORBOX);
00217 #endif
00218 #endif
00219 
00220     return Impala::Application::ConceptSet::mainConceptSet(argc, argv);
00221 }

Here is the call graph for this function:


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