Hi David
> + if (m_staticToolbar != NULL) > + hr = m_staticToolbar->GetWindow(&hwndStatic); > + if (FAILED(hr)) > + return hr; You are using potentially uninitialized variable here. are you compiling without "-Werror" (or /WX on msvc)? Keep it up :-) Greetings Jérôme _______________________________________________ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev