Changes between Version 38 and Version 39 of CompileApp
- Timestamp:
- Aug 28, 2009, 12:56:46 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompileApp
v38 v39 47 47 If you use your own project file: 48 48 49 * It must compile BOINC .C files as C++. To do this: in Properties, see C/C++ -> Advanced -> Compile As.50 49 * If your application uses graphics, go to Properties -> Linker -> Input. In Delay Loaded DLLs add 51 50 {{{ … … 64 63 you need to supply all the cygwin DLLs that the application requires 65 64 in 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. 65 You can get LISTDLLS from http://www.sysinternals.com/. 66 It will tell you what DLLs a running executable has loaded. 67 68 Note that Cygwin is GPL software. 69 If you link to the cygwin DLL, 70 then either your application has to be GPL as well, 71 or you will have to buy a commercial license from Red Hat. 70 72 71 73 TODO: links to required software?