View Issue Details

IDProjectCategoryView StatusLast Update
0030627CommunityOCCT:Foundation Classespublic2019-04-03 17:36
Reporterjensgw Assigned Toabv 
PrioritynormalSeveritymajor 
Status newResolutionopen 
PlatformWindowsOSVC++ 2012 
Product Version7.3.0 
Summary0030627: External Symbols are not created for all methods in BSplClib
DescriptionBSplClib.hxx defines five methods named DN with different parameters.
However after compiling only three methods are found in the library.
Specifically the following methods are not found in the dll/lib.

 Standard_EXPORT static void DN (const Standard_Real U, const Standard_Integer N, const TColgp_Array1OfPnt& Poles, const TColStd_Array1OfReal& Weights, gp_Pnt& P, gp_Vec& VN);

 Standard_EXPORT static void DN (const Standard_Real U, const Standard_Integer N, const TColgp_Array1OfPnt2d& Poles, const TColStd_Array1OfReal& Weights, gp_Pnt2d& P, gp_Vec2d& VN);
Steps To ReproduceCompile OCCT
TagsNo tags attached.
Test case number

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2019-04-03 17:36 jensgw New Issue
2019-04-03 17:36 jensgw Assigned To => abv