View Issue Details

IDProjectCategoryView StatusLast Update
0025535CommunityOCCT:Application Frameworkpublic2017-02-28 11:37
ReporterVico Liang Assigned Tobugmaster  
PrioritynormalSeverityminor 
Status closedResolutionduplicate 
PlatformWindowsOSVC++ 2013 
Product Version6.8.0 
Target Version7.2.0 
Summary0025535: Revise the TObj model to better support Unicode path.
DescriptionTObj_Model class:
  virtual Standard_EXPORT Standard_Boolean Load (const char* theFile);
  virtual Standard_EXPORT Standard_Boolean SaveAs (const char* theFile);
  virtual Standard_EXPORT Handle(TCollection_HAsciiString) GetFile() const;
Standard_EXPORT virtual Standard_Boolean checkDocumentEmpty (const char* theFile);

TObj_Application class
  virtual Standard_EXPORT Standard_Boolean SaveDocument
                         (const Handle(TDocStd_Document)& theSourceDoc,
                          const char* theTargetFile);

  virtual Standard_EXPORT Standard_Boolean LoadDocument
                         (const char* theSourceFile,
                          Handle(TDocStd_Document)& theTargetDoc);
Steps To ReproduceTObj_Model and TObj_Application two classes both have file path input. Unicode file path TCollection_ExtendedString should be more modern than old way char*. It's strongly recomended to revised these interface.
TagsNo tags attached.
Test case number

Relationships

duplicate of 0025534 closedbugmaster TObj_Application unicode path issue. 

Activities

kgv

2017-01-13 19:24

developer   ~0062594

Dear bugmaster,

please close duplicating issue.

Issue History

Date Modified Username Field Change
2014-11-28 14:29 Vico Liang New Issue
2014-11-28 14:29 Vico Liang Assigned To => szy
2015-12-15 14:06 abv Target Version 7.0.0 => 7.1.0
2016-02-17 18:19 szy Assigned To szy => mpv
2016-10-25 16:09 mpv Target Version 7.1.0 => 7.2.0
2017-01-13 19:24 kgv Relationship added duplicate of 0025534
2017-01-13 19:24 kgv Note Added: 0062594
2017-01-13 19:24 kgv Assigned To mpv => bugmaster
2017-01-13 19:24 kgv Status new => feedback
2017-01-13 19:24 kgv Resolution open => duplicate
2017-02-28 11:37 bugmaster Status feedback => closed