Hm... I tried the sample project but obviously the Render, PreRender, AfterRender, etc. events are only fired once at startup. I also just see a white background with a red border and a red cross in the middle oO
I copied all dlls to where they should be.
Any ideas?
E: Okay, the output window says: (translated to english)
An exception (first chance) of type "System.DllNotFoundException" occurred in OpenTK.dll.
An exception (first chance) of type "System.TypeInitializationException" occurred in OpenTK.dll.
An exception (first chance) of type "System.DllNotFoundException" occurred in OpenTK.dll.
An exception (first chance) of type "System.AccessViolationException" occurred in Leadwerks.dll.
An exception (first chance) of type "System.NullReferenceException" occurred in LeadwerksControlSample.exe.
I don't get why it says DllNotFound. Where am I supposed to put the dlls? I tried the bin/Debug and bin/Release folders, the SDK dir, the project dir and the solution dir but none works.