Hi Jarmo,
I am planning a little code-structure rework regarding OGCI.
I have build myself projects and solutions to make the process a little different.
The main reason for this is (my personal) dislike of having .cpp files in the include folder

My 'solution' would just leave the OGCI.h in include folder and a (static) OGCI.lib library in the lib folder.
I think this would be "cleaner"... and by including #pragma comment(lib, "OGCI.lib") into the header, the user must not even add the library to their linker config!
I only have to check if all compiler combinations (2008,2010,2012) will work well.
I will not change anything until I am sure it works well, so no panic

Do you have any thoughts against this?
/Kuddel