Anonymous | Login | 2021-01-20 06:43 MSK | ![]() |
My View | View Issues | Change Log | Roadmap |
View Revisions: Issue #24048 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0024048: "Basic Runtime Checks" option of VS projects should be equal to "RTC1" | ||
Revision | 2013-07-03 14:28 by ibs | ||
Additional information and documentation updates |
"Basic Runtime Checks" option of VS projects and generated cmake meta-project has been changed to "RTC1" all appeared run-time errors have been fixed. extended description of case with nomber variable in src\IGESData\IGESData_GlobalSection.cxx: nombre variable (mas of chars) was expanded to 1024 (had been 20). this expansion helps avoiding the error of conversion a float number to mas of chars: the size of mas is enough for converting float number now. Interface_FloatWriter::Convert doesnt work correct with second argument which size is less 21 (in some cases). |
||
Revision | 2013-07-03 12:59 by ibs | ||
Additional information and documentation updates |
"Basic Runtime Checks" option of VS projects and generated cmake meta-project has been changed to "RTC1" all appeared run-time errors have been fixed. extended description of case with nomber variable in src\IGESData\IGESData_GlobalSection.cxx: nombre variable (mas of chars) was expanded to 1024 (had been 20). this expansion helps avoiding the error of conversion a float number to mas of chars: the size of mas is enough for converting float number now. |
||
Revision | 2013-06-26 18:19 by ibs | ||
Additional information and documentation updates |
1. change this option in VS projects and cmake meta-projects generation 2. fix all appeared warnings. |
||
Revision | 2013-06-26 16:22 by ibs | ||
Additional information and documentation updates |
1. change this option in VS projects and cmake meta-projects generation 2. initialize all variable that are being used without initialized. |
||
Revision | 2013-06-26 16:09 by ibs | ||
Additional information and documentation updates |
Copyright © 2000 - 2021 MantisBT Team |