View Issue Details

IDProjectCategoryView StatusLast Update
0005100Open CASCADEOCCT:Application Frameworkpublic2012-01-17 17:26
Reporterbugmaster Assigned Toimv  
PrioritynormalSeveritytrivial 
Status closedResolutionfixed 
OSWindows NT 
Summary0005100: Regressions on casstrins. OCAF . Station : NT/XP
DescriptionRegressions can be reproduced on
KAS:dev:casstring

                 NT XP
caf : 001 : G3 : OK : BAD
            
caf : 002 : D1 : OK : BAD
            
caf : 002 : D2 : OK : BAD
            
caf : 002 : D3 : OK : BAD
            
caf : 002 : D4 : OK : BAD
            
caf : 002 : D5 : BAD : BAD
            
caf : 002 : D6 : BAD : BAD
Additional information
and documentation updates
Documentation remark, added by IMV 2004-02-26 08:44:18:

New features:
In order to fix incorrect work of putenv function of Tcl on WNT the next files
were modified:
Resources_Manager.cdl; Resources_Manager.cxx Standard_SStream.hxx
CPPExt_Template.edl CPPJini_Template.edl Interface_Template.edl

Add new constructor of Resources_Manager:
     Create(aName: CString from Standard;
         aDefaultsDirectory: in out AsciiString from TCollection;
         anUserDefaultsDirectory: in out AsciiString from TCollection;
         Verbose: Boolean from Standard = Standard_False)
     returns mutable Manager from Resource;

where:
aDefaultsDirectory and anUserDefaultsDirectory are the directories for
resource files
aDefaultsDirectory/aName and anUserDefaultsDirectory/aName.
Constructor for Standard_SStream has been changed. Standard_SStream became
stringstream type for systems supporting STD streams and remain strstream for
systems don't support STD streams.
In order to unify the getting Standard_CString from old and new style
Standard_SStream there was added GetSString() macros whish return char* either
from strstream or stringstream.
Corresponded code was replaced by macros in templates
Modified entities:
Resource/Resource_Maneger/constructor
Standard/Standard_SStream/constructor macros
TagsNo tags attached.
Test case number

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2004-01-30 16:00 bugmaster Assigned To bugmaster => imv
2004-01-30 16:00 bugmaster Status new => assigned
2004-03-03 09:31 bugmaster Status assigned => closed
2004-03-03 09:31 bugmaster Fixed in Version => 5.1.2
2004-03-03 09:31 bugmaster Resolution @0@ => fixed
2011-08-02 10:32 bugmaster Category OCCT:OCAF => OCCT:Application Framework
2012-01-17 17:26 atp Description Updated
2012-01-17 17:26 atp Additional Information Updated