Changes between Version 5 and Version 6 of AppDev

Show
Ignore:
Author:
Nicolas (IP: 190.188.178.151)
Timestamp:
03/19/08 12:40:00 (2 years ago)
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 

If this page is incomplete or incorrect, please edit it or add it to the wiki to-do list. To do this, you must be logged in; click Login or Register above.