User:Callahanp: Difference between revisions

Jump to navigation Jump to search
Line 78: Line 78:
|  fgviewerMain(argc, argv) || flightgear/Viewer/fgviewer.cxx  || see viewer topics for details.  This is called in bootstrap.cxx if the command line arguments include --viewer
|  fgviewerMain(argc, argv) || flightgear/Viewer/fgviewer.cxx  || see viewer topics for details.  This is called in bootstrap.cxx if the command line arguments include --viewer
|-
|-
| '''fgMainInit(argc, argv)''' || Main/main.cxx || Starts to initialize flightgear.  This is called in bootstrap.cxx if command line arguments do ''not'' contain --viewer
| '''fgMainInit(argc, argv)''' || '''Main/main.cxx''' || Starts to initialize flightgear.  This is called in bootstrap.cxx if command line arguments do ''not'' contain --viewer
|-
|-
| catch block || various || termination for most or all errors. Read the end of bootstrap.cxx for more information
| catch block || various || termination for most or all errors. Read the end of bootstrap.cxx for more information
Line 86: Line 86:
| crInstall(&info)<br>crUninstall() || [http://crashrpt.sourceforge.net CrashRpt.h] || #if defined(HAVE_CRASHRPT). This only happens on windows.
| crInstall(&info)<br>crUninstall() || [http://crashrpt.sourceforge.net CrashRpt.h] || #if defined(HAVE_CRASHRPT). This only happens on windows.
|}
|}
====Main/main.cxx====
====Main/main.cxx====
{| class="wikitable"
{| class="wikitable"
980

edits

Navigation menu