
Chapter 0: Learn OpenTK in 15'
Posted Sunday, 13 February, 2011 - 14:37 by Radar inHi all.
Iam new here and to C#, i just downloaded opentk and started...
I run into a problem with the demo code.
"System.Drawing.Rectangle is defined blah blah...".
ClientRectangle.X etc. just don't work... why is that?
And i've noticed that the reference is just called OpenTK in the tutorial but the file is called OpenTK.dll
Thanx!


Comments
[Solved] Re: Chapter 0: Learn OpenTK in 15'
Okay, i have solved it.
A reference to "System.Drawing" needs to be set manually too (which is not mentioned in the tut).