Changes between Version 38 and Version 39 of ProjectMain


Ignore:
Timestamp:
Jan 1, 2010, 11:06:04 AM (14 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProjectMain

    v38 v39  
    3232== Developing a BOINC application ==
    3333
    34  * [WrapperApp The BOINC wrapper]
     34 * [AppOverview Overview]
     35  * [WrapperApp The BOINC wrapper]
     36  * [ExampleApps Example applications]
    3537 * Basic APIs
    3638  * [BasicApi APIs for main apps]
     
    4143  * [OptionsApi Options and status API]
    4244  * [DiagnosticsApi Diagnostics API]
    43  * Application development
    44   * [CompileApp Building BOINC applications] - compiling applications on Windows, Mac OS X, and Linux
    45   * [ExampleApps Example applications]
    46   * [AppDev Application development tips]
    47   * [AppDebug Application debugging]
    48   * [AppDebugWin Application debugging on Windows]
    49   * [AppLibraries Dynamic library issues]
    50  * Languages other than C/C++
    51   * [FortranApps FORTRAN]
    52   * [JavaApps Java]
    53   * [PythonApps Python]
    54   * [PyMw PyMW: Python master/worker system]
    5545 * Special types of applications
    5646  * [NonCpuIntensive Non-CPU-intensive applications]
     
    6151  * [AppCoprocessor Applications that use coprocessors]
    6252  * [CudaApps CUDA applications]
     53 * Languages other than C/C++
     54  * [FortranApps FORTRAN]
     55  * [JavaApps Java]
     56  * [PythonApps Python]
     57  * [PyMw PyMW: Python master/worker system]
     58 * Application development
     59  * [CompileApp Building BOINC applications] - compiling applications on Windows, Mac OS X, and Linux
     60  * [AppDev Application development tips]
     61  * [AppDebug Application debugging]
     62  * [AppDebugWin Application debugging on Windows]
     63  * [AppLibraries Dynamic library issues]
    6364
    6465== Creating a BOINC project ==