Issue 117595 - Migrate basic module to explicit symbol export
Summary: Migrate basic module to explicit symbol export
Status: RESOLVED FIXED
Alias: None
Product: General
Classification: Code
Component: scripting (show other issues)
Version: OOo 3.3
Hardware: All All
: P3 Normal (vote)
Target Milestone: 4.2.0
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-29 11:01 UTC by ab
Modified: 2023-01-04 02:57 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description ab 2011-03-29 11:01:17 UTC
Basic still uses the old obj dump based export mechanism.
This leads to problems when compiling basic with debug
completely, as then some implicitly exported symbols are
missing and the Office does not start any more.

To avoid this problem basic has to be migrated to explicit
symbol export using SAL_DLLPUBLIC_EXPORT/IMPORT.
Comment 1 Oliver-Rainer Wittmann 2012-06-13 12:18:00 UTC
getting rid of value "enhancement" for field "severity".
For enhancement the field "issue type" shall be used.
Comment 2 Marcus 2017-05-20 10:47:59 UTC
Reset assigne to the default "issues@openoffice.apache.org".
Comment 3 damjan 2023-01-04 02:57:26 UTC
This was fixed long ago by this commit:

commit 7fef15a05361f8f1b42d405319d0a0263cbbbd55
Author: Damjan Jovanovic <damjan@apache.org>
Date:   Fri Oct 5 18:57:27 2018 +0000

    Port main/basic to gbuild.



It's already in the AOO42X branch.

Resolving FIXED. Thank you for your bug report :).