mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0026457: Failed build with OCCT_DEBUG enabled
Debug code enabled with OCCT_DEBUG macro corrected for compiling with new handles. QANCollection_Handle.cxx simplified so as to avoid need of using /bigobj option when building by Visual Studio; templates of project files, CMake projects, and test perf fclasses handle corrected accordingly. Script genproj corrected to recognize VTK and to build DRAWEXE as executable (rather than DLL).
This commit is contained in:
@@ -184,7 +184,7 @@ TCollection_AsciiString AddrToString(const TopoDS_Shape& theShape)
|
||||
{
|
||||
std::string anAddrStr;
|
||||
std::ostringstream ost;
|
||||
ost << theShape.TShape().Access();
|
||||
ost << theShape.TShape().get();
|
||||
anAddrStr = ost.str();
|
||||
|
||||
TCollection_AsciiString aStr =
|
||||
|
Reference in New Issue
Block a user