Changes between Version 14 and Version 15 of Getting-Started/Windows
- Timestamp:
- Apr 29, 2009 5:15:10 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Getting-Started/Windows
v14 v15 83 83 2. Put the combined library directory '''lib''' in the library search path 84 84 3. Include the relevant PJ header files in the application source file. For example, using these would include ALL APIs exported by PJ: 85 {{{ 85 86 #include <pjlib.h> 86 87 #include <pjlib-util.h> … … 92 93 #include <pjmedia.h> 93 94 #include <pjmedia-codec.h> 94 95 }}} 95 96 (Note: the documentation of the relevant libraries should say which header files should be included to get the declaration of the APIs). 96 97 4. Declare the OS macros.