<div dir="ltr"><div><div><div><div>Hi Robert,<br><br></div>it looks a bug surfaces  due to my heavily modified code, so  now I investigate the bug further ( it looks is not an osg bug now  ), though earlier attempts to fix it by adding makeCurrent() to GraphicsWindowEmbedded 's<br>      virtual bool realizeImplementation() { return makeCurrent(); }<br><br></div>somehow worked.<br><br></div><div>I will notify when I will find an initial  reason for the bug.<br><br></div>Regards<br></div>Sergey<br><div><div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Apr 6, 2015 at 12:11 AM, Sergey Kurdakov <span dir="ltr"><<a href="mailto:sergey.forum@gmail.com" target="_blank">sergey.forum@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div><div><div><div><div><div>Hi Robert,<br><br></div>I got dev version and found following<br><br></div>When I create GraphicsWindowWin32<br><br></div>then osg calls<br><br>bool GraphicsWindowWin32::realizeImplementation()<br><br></div>where it calls <br><br>bool GraphicsContext::makeCurrent()<br><br></div>then<br><br>getState()->initializeExtensionProcs();<br><br></div>but when <br><br>GraphicsWindowEmbedded <br><br></div><div>is created it <br><br></div>calls<br><br><div><div><div><div><div><div><div><div><div><div class="gmail_extra">virtual bool realizeImplementation() { return true; }<br><br></div><div class="gmail_extra">thus not call to <br><br>getState()->initializeExtensionProcs();<br><br></div><div class="gmail_extra">and no extensions are initialized for embedded window<br><br></div><div class="gmail_extra">Regards<span class=""><font color="#888888"><br></font></span></div><span class=""><font color="#888888"><div class="gmail_extra">Sergey<br></div></font></span></div></div></div></div></div></div></div></div></div></div>
</blockquote></div><br></div></div></div></div></div></div>