Changes between Version 38 and Version 39 of CompileApp


Ignore:
Timestamp:
Aug 28, 2009, 12:56:46 PM (15 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CompileApp

    v38 v39  
    4747If you use your own project file:
    4848
    49  * It must compile BOINC .C files as C++. To do this: in Properties, see C/C++ -> Advanced -> Compile As.
    5049 * If your application uses graphics, go to Properties -> Linker -> Input. In Delay Loaded DLLs add
    5150{{{
     
    6463you need to supply all the cygwin DLLs that the application requires
    6564in addition to the executable.
    66 You can get LISTDLLS from http://www.sysinternals.com/.  It will tell
    67 you what DLLs a running executable has loaded.
    68 
    69 Note that Cygwin is GPL software. If you link to the cygwin DLL, then either your application has to be GPL as well, or you will have to buy a commercial license from Red Hat.
     65You can get LISTDLLS from http://www.sysinternals.com/.
     66It will tell you what DLLs a running executable has loaded.
     67
     68Note that Cygwin is GPL software.
     69If you link to the cygwin DLL,
     70then either your application has to be GPL as well,
     71or you will have to buy a commercial license from Red Hat.
    7072
    7173TODO: links to required software?