Changes between Version 2 and Version 6 of Ticket #354
- Timestamp:
- Aug 16, 2007 10:21:45 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #354
- Property Status changed from new to assigned
- Property Summary changed from Building the libraries as dynamic libraries (.DSO) in Symbian to Build the libraries as dynamic libraries (.DSO) in Symbian
-
Ticket #354 – Description
v2 v6 1 1 Symbian 9 build system with its ABIv2 no longer supports linking with static libraries. Some major works need to be done to support building PJ libraries as dynamic libraries 2 2 3 '''PJ DLL and PJ_EXPORTING macros'''3 '''PJ_DLL and PJ_EXPORTING macros''' 4 4 5 5 '''{{{PJ_DLL}}}''' and '''{{{PJ_EXPORTING}}}''' macros are introduced to control the import/export behavior. The declaration of these macros causes the relevant {{{PJ_DECL}}} and {{{PJ_DEF}}} syntax to be generated.