Changes between Version 14 and Version 15 of Getting-Started/Windows


Ignore:
Timestamp:
Apr 29, 2009 5:15:10 PM (15 years ago)
Author:
ismangil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/Windows

    v14 v15  
    8383   2. Put the combined library directory '''lib''' in the library search path 
    8484   3. Include the relevant PJ header files in the application source file. For example, using these would include ALL APIs exported by PJ: 
     85{{{ 
    8586         #include <pjlib.h> 
    8687         #include <pjlib-util.h> 
     
    9293         #include <pjmedia.h> 
    9394         #include <pjmedia-codec.h> 
    94  
     95}}} 
    9596      (Note: the documentation of the relevant libraries should say which header files should be included to get the declaration of the APIs). 
    9697   4. Declare the OS macros.