View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0032642 | Open CASCADE | OCCT:Coding | public | 2021-10-25 18:36 | 2022-01-31 09:47 |
Reporter | Assigned To | bugmaster | |||
Priority | normal | Severity | integration request | ||
Status | closed | Resolution | no change required | ||
Product Version | 7.5.0 | ||||
Target Version | 7.6.0 | ||||
Summary | 0032642: Coding - missing Standard_EXPORT in public interface of Standard_ErrorHandler | ||||
Description | Gmsh cannot be linked against the current development version of OCCT due to the `unresolved external symbol` error pointing to this file. //! Registers this callback object in the current error handler (if found). void RegisterCallback(); //! Unregisters this callback object from the error handler. void UnregisterCallback(); //! Destructor virtual ~Callback(); | ||||
Tags | No tags attached. | ||||
Test case number | |||||
duplicate of | 0032810 | closed | Coding - missing Standard_EXPORT in Standard_ErrorHandler |
|
Branch CR32642 has been created by aml. SHA-1: b4922948a76ea7e6c44988dd49a470193cf616fe Detailed log of new commits: Author: aml Date: Mon Oct 25 18:38:25 2021 +0300 0032642: Coding - missing Standard_EXPORT in public interface of Standard_ErrorHandler Add missing Standard_EXPORT macro. |
|
Standard_EXPORT should be added only in case when OCC_CONVERT_SIGNALS is defined while building OCCT. |
|
Branch CR32642 has been deleted by aml. SHA-1: b4922948a76ea7e6c44988dd49a470193cf616fe |
|
Kirill's message explains the root cause of the problem. |
|
Dear bugmaster, Please close this ticket, it was created mistakenly. |
Date Modified | Username | Field | Change |
---|---|---|---|
2021-10-25 18:36 |
|
New Issue | |
2021-10-25 18:36 |
|
Assigned To | => aml |
2021-10-25 18:39 | git | Note Added: 0104856 | |
2021-10-25 19:50 | kgv | Note Added: 0104858 | |
2021-10-26 06:41 | git | Note Added: 0104864 | |
2021-10-26 06:50 |
|
Note Added: 0104865 | |
2021-10-26 06:51 |
|
Note Added: 0104866 | |
2021-10-26 06:51 |
|
Assigned To | aml => bugmaster |
2021-10-26 06:51 |
|
Status | new => feedback |
2021-10-29 17:09 | bugmaster | Status | feedback => closed |
2021-10-29 17:09 | bugmaster | Resolution | open => no change required |
2022-01-31 09:47 | kgv | Relationship added | duplicate of 0032810 |