Changes between Version 21 and Version 22 of FAQ
- Timestamp:
- Jan 23, 2008 12:16:31 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v21 v22 97 97 === How do I build the libraries as Dynamic Link Library (DLL)? === #dll 98 98 99 In general, we don't provide DLL projects for Windows, but please see [ /pjlib/docs/html/group__pj__dll__target.htm Building Dynamic Link Libraries] page in PJLIB documentation on how to build these DLL yourself.99 In general, we don't provide DLL projects for Windows, but please see [http://www.pjsip.org/pjlib/docs/html/group__pj__dll__target.htm Building Dynamic Link Libraries] page in PJLIB documentation on how to build these DLL yourself. 100 100 101 101 ----