Changes between Version 5 and Version 6 of AppDev


Ignore:
Timestamp:
Mar 19, 2008, 12:40:00 PM (16 years ago)
Author:
Nicolas
Comment:

hyperlink

Legend:

Unmodified
Added
Removed
Modified
  • AppDev

    v5 v6  
    1010 read_file_string(const char*, string):: read file into string
    1111
    12 etc.  See lib/util.h and lib/filesys.h for others.
     12etc. See lib/util.h and lib/filesys.h for others.
    1313
    1414== Windows-specific issues ==
     
    3737Here's what you can do to solve this problem:
    3838
    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].
    4040 * 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.
    4141