Looking at the documentation: http://trac.pjsip.org/repos/wiki/Getting-Started/Windows#BuildPreparationfor Windows Next: Using pjproject libraries for your own application ? 4. Declare PJ_WIN32=1 macro in the project settings (declaring the macro in the source file may not be sufficient). * For Windows Mobile applications build with Visual C++, we need to declare PJ_WIN32_WINCE=1 macro in the project settings. 5. Link with the main pjproject library libpjproject. It includes all the libraries provided. Note: the actual library names will be appended with the target name and the build configuration. For example: The actual library names will look like libpjproject-i386-win32-vc6-debug.lib depending on whether we are building the Debug or Release version of the library. I am having issues with the two steps above, and using VS2010. In item 4, how does one declare PJ_WIN32=1 macro in the project settings? I see no place to make any declarations. In item 5 it states link the library libpjproject. I went into the Configuration Properties/VC++ Directories and added the paths according to item 1 in the same documentation. However, upon looking in the Framework and References, none of those projects appear in this section. Just exactly how do I link these? Thank you kindly. Trent -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20120606/c8331943/attachment-0001.html>