j
k
j a
j l
Hi David
if (m_staticToolbar != NULL) hr = m_staticToolbar->GetWindow(&hwndStatic); if (FAILED(hr)) return hr;
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
Back to the thread
Back to the list