Changes between Version 2 and Version 3 of AppLibraries
- Timestamp:
- Jun 4, 2009, 4:17:03 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppLibraries
v2 v3 15 15 One solution is to give the libraries different names, 16 16 e.g. '''vcomp90_32.dll''' and '''vcomp90_64.dll'''. 17 This requires changing your Makefiles or VS project files accordingly. 17 However, this requires changing your application (or build system) 18 to look for the DLL under that different name. 18 19 19 20 A second solution, which doesn't require changing Makefiles or VS project files, … … 27 28 <copy_file/> 28 29 }}} 29 This will ensure the file is *copied* to'''vcomp90.dll''', instead of linked,30 copy_file will ensure the file is '''copied to''' '''vcomp90.dll''', instead of linked, 30 31 since Windows obviously won't understand BOINC soft links when trying to find 31 32 the DLL.