Ensure that you adhere to the following guidelines while writing Standard C++ Libraries on Symbian platform:
Developing a DLL - Import/Export static data
Importing or exporting writable static data from a DLL is not supported on Symbian platform. To achieve this, you must provide an exported function in the DLL to return a reference or pointer to that data. For more information about limitations on static data, see the
Developing a static library
The Symbian build environment enforces the following rules:
If a static library is of type
If a static library is of type
If a static library is of target type
If a static library is of target type
If a static library is of target type
Note: An attempt to violate this rule causes a build time error.
If a static library is of target type
Note: An attempt to violate this rule causes a build time error.
Ensure that you adhere to the following guidelines while writing Standard +C++ Libraries on the Symbian platform:
+Developing a DLL +- Import/Export static data
Importing or exporting writable static
+data from a DLL is not supported on the Symbian platform. To achieve this,
+you must provide an exported function in the DLL to return a reference or
+pointer to that data. For more information about limitations on static data,
+see the
Developing a static +library
The Symbian build environment enforces the following +rules:
If a static library
+is of type
If a static library
+is of type
If a static library
+is of target type
If a static library
+is of target type
If a static library
+is of target type
Note: An +attempt to violate this rule causes a build time error.
If a static library
+is of target type
Note: An +attempt to violate this rule causes a build time error.