Changes between Version 6 and Version 7 of AppDev


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

--

Legend:

Unmodified
Added
Removed
Modified
  • AppDev

    v6 v7  
    5252before initializing BOINC.
    5353
    54 == C/FORTRAN ==
    55 
    56 The BOINC API is implemented in C++. Information about using it from C and FORTRAN is [FortranApps here].
    57 
    5854== Compression ==
    5955
    60 If you release new versions frequently, have a large executable, and want to conserve server bandwidth, you may want to compress your executable. The best way to do this is with [http://upx.sourceforge.net/ Ultimate Packer for eXecutables (UPX)].
     56If you release new versions frequently,
     57have a large executable, and want to conserve server bandwidth,
     58you may want to compress your executable.
     59The best way to do this is with [http://upx.sourceforge.net/ Ultimate Packer for eXecutables (UPX)].