Page 2 of 2

Re: Annoying bug?

Posted: May 3rd, 2012, 7:33 pm
by LuX
:3 Just watched lesson 16, and you got me way excited for lesson 17. You know, like "way" excited. Yeah, now it's getting disturbing...

But next time you make drawings, maybe use a slightly thicker pencil? It was at 720p and it was hard to read the text.

Re: Annoying bug?

Posted: May 4th, 2012, 8:23 am
by chili
Glad to see all this theory stuff isn't bumming everybody out. ;)

Yeah, I noticed that about the brush width too. YouTube did a hatchet job on the video when encoding it. :( I will change the brush size for the next video.

Re: Annoying bug?

Posted: May 4th, 2012, 8:32 pm
by LuX
Well, didn't get the console to work, or rather didn't spend enough time trying.
But I made C++ print out on a text file all the information I want and then made a display program in VB that will make sure they wont access the file at the same time by letting the framework use the text file if they both try to access it.

Works perfectly!

Re: Annoying bug?

Posted: May 5th, 2012, 4:52 am
by chili
Yeah, I tried out my idea of fprintf( stderr, ... ) but it doesn't work. OutputDebugString would work, but for tracking the values of variable in real time, I think your solution would still be better.