Changes between Version 5 and Version 6 of AppDev
- Timestamp:
- Mar 19, 2008, 12:40:00 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppDev
v5 v6 10 10 read_file_string(const char*, string):: read file into string 11 11 12 etc. 12 etc. See lib/util.h and lib/filesys.h for others. 13 13 14 14 == Windows-specific issues == … … 37 37 Here's what you can do to solve this problem: 38 38 39 * Give each shared library a name of the form PHYSICAL=LOGICAL.39 * Give each shared library [UpdateVersions#extrainfo a name of the form PHYSICAL=LOGICAL]. 40 40 * Require client version 6.1.11 or greater. On Unix, these clients create symbolic links from the slot directory to the project directory, and the append the slot directory to LD_LIBRARY_PATH. 41 41