You are hereProgramming
Programming
Sharepoint 'Unknown Error' Solution
Sharepoint is very bad when it comes to showing useful error. Even the log files does not contain information that can be considered useful. This is a big problem specially when programming webpart and other extensions. To change this behavior and get sharepoint to display detailed message Modify your web.config to set the following:
<SafeMode ... CallStack="true" ...>
<customErrors mode="Off" />
<compilation batch="true" debug="true">
All three of the modifications are required for full debug output.
OpenGL
Programming Stuff
All My Programming Stuff will be on this site.
As the time goes by, I will be updating and adding lot of contents here. One thing that is definitely be here is OpenGL Tutorials. Come back here for more.
Dev C++ SVL 1.5 DevPack
SVL - Simple Vector Library
I have created a Dev C++ Devpack for SVL, just for my own convenience. I decided to put it on community site where someone else can also use it.
The DevPak is available here