Replies: 2 comments 3 replies
-
Never saw it, but I think it is caused by this code part: for ( unsigned int position = unsigned( leftmostPosition ); position < dotsOnScreen && sampleIterator < sampleEnd;
++position ) {
double x = double( MARGIN_LEFT + position * horizontalFactor );
double y_1 = *sampleIterator++ / gain + offset;
double y = *sampleIterator / gain + offset;
I will fix it with Thank you for reporting! |
Beta Was this translation helpful? Give feedback.
-
I have also some trivial issue. When I'm running app through Visual Studio then I have all the icons in the toolbar. When ran via .exe then there's no icons there. I tried to copy folders/.res/.* files from there to there and nothing helped. Maybe you know what could be the issue? It is visually unpleasant and I wanted to use debug version of the app so I can debug it on PC or laptop when some error will occur. |
Beta Was this translation helpful? Give feedback.
-
Hi!
Just a little question - did you guys ever experienced
vector's iterator dereference out of range
error inGraphGenerator::generateGraphsTYvoltage( PPresult *result )
in debug mode? I just can't use the app compiled in debug mode. In release mode of course the exceptions are silences so app works correctly. Currently I don't know what's the issue. Leaving this unresolved could lead to some unexpected problems with graphs' rendering.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions