Hey!
I stumbled across an error while trying to enable/render a memoryViewer.
I still havn't found when it happens, it is only somtimes when doing memoryViewer.Render;
GLWin32Context line 1145
localDC :=FGL.WGetPbufferDCARB(localHPBuffer);iflocalDC=0thenraiseEPBuffer.Create('Unabled to create pbuffer''s DC.');
Any idea what it is?
Cheers
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey!
I stumbled across an error while trying to enable/render a memoryViewer.
I still havn't found when it happens, it is only somtimes when doing memoryViewer.Render;
GLWin32Context line 1145
Any idea what it is?
Cheers
Hi Daniel,
Now there is no GLWin32Context but GLS.WindowsContext.pas.
Try it.
Pavel
Hi Pavel!
I forgot to mention that I am using Lazarus.
Maybe that is why I have GLWin32Context?
Cheers