occt: master 2857a8ac

Author Committer Branch Timestamp Parent
abv abv master 2012-12-07 09:50:06 master 60874ff8
Affected Issues  0023561: stepwrite and brepiges dont work with big path (over 150 simbols) of writing file
Changeset 0023561: stepwrite and brepiges dont work with big path (over 150 simbols) of writing file

DRAW commands stepwrite and brepiges modified to never ask for interactive input of file name or write mode; the behavior is completely defined by input arguments. String buffers causing access violation due to overflow are eliminated.

Test case bugs xde bug23561 added for this issue; TODO 23651 in related test cases removed.

Compiler warning (unrelated) is fixed in QABugs_11.cxx
mod - src/QABugs/QABugs_11.cxx Diff File
mod - src/XSDRAWIGES/XSDRAWIGES.cxx Diff File
mod - src/XSDRAWSTEP/XSDRAWSTEP.cxx Diff File
mod - tests/bugs/iges/buc60591_1 Diff File
mod - tests/bugs/iges/buc60591_2 Diff File
mod - tests/bugs/iges/buc60591_3 Diff File
mod - tests/bugs/iges/buc60591_4 Diff File
mod - tests/bugs/step/buc60948 Diff File
mod - tests/bugs/step/bug23379 Diff File
mod - tests/bugs/step/bug46 Diff File
mod - tests/bugs/step/bug51 Diff File
mod - tests/bugs/xde/bug184 Diff File
add - tests/bugs/xde/bug23561 Diff File
mod - tests/bugs/xde/bug314 Diff File
mod - tests/bugs/xde/bug321 Diff File