Author |
Message |
Topic: Exception thrown when loading extensions - glGetMinMaxARB |
callum
Replies: 3
Views: 10394
|
Forum: Derelict Posted: Tue Sep 20, 2011 10:42 pm Subject: Exception thrown when loading extensions - glGetMinMaxARB |
Ah ok, I include the derelict files I need directly in my project, so they get compiled along with it. I'm sure I remember reading a post not long ago where you explained the thing about exceptions in ... |
Topic: Exception thrown when loading extensions - glGetMinMaxARB |
callum
Replies: 3
Views: 10394
|
Forum: Derelict Posted: Mon Sep 19, 2011 11:50 pm Subject: Exception thrown when loading extensions - glGetMinMaxARB |
Hi,
I have used Derelict2 a lot on windows, just porting some code to linux now. After creating a gl context and making it current (and having loaded DerelictGL), I call
DerelictGL.loadExtend ... |
Topic: wglChoosePixelFormatARB signature |
callum
Replies: 1
Views: 8075
|
Forum: Derelict Posted: Sun Sep 04, 2011 2:09 am Subject: wglChoosePixelFormatARB signature |
I think this is a typo, in opengl.extfuncs.d:
BOOL function(HDC, in int*, in float*, UINT, int*, UINT) wglChoosePixelFormatARB;
line 1844 on the www source browser. The last UINT sho ... |
Topic: Debugging strings and arrays |
callum
Replies: 0
Views: 50008
|
Forum: ddbg_continued Posted: Tue Aug 16, 2011 3:12 pm Subject: Debugging strings and arrays |
Hi, very glad to see ddbg is being continued!
Just a quick question: in the previous ddbg version that I have been using, downloaded from http://ddbg.mainia.de/, I am not able to correctly debug st ... |
|