First of all I do have that project with GTK mix C and C++, build and worked fine.
Now I am trying to convert that project into codeblocks and it complains at
class CSize {
int w, h;
};
/home/denisco/workspace/iWebBrowser/WinXDef.h|444|error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘CSize’|
Hope that helps.