What am I doing Wrong (OpenGL & SDL)

Mike Parker via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Feb 5 05:42:26 PST 2015


On 2/5/2015 4:53 PM, Entity325 wrote:
> On Thursday, 5 February 2015 at 07:23:15 UTC, drug wrote:
>> Look at this
>> https://github.com/drug007/geoviewer/blob/master/src/sdlapp.d
>> I used here SDL and OpenGL and it worked. Ctor of SDLApp creates SDL
>> window with OpenGL context, may be it helps.
>
> Tested your code. Symbols still not being loaded, though it might be
> wise to borrow some of your organizational conventions.
>
> Just for kicks I had a friend try to run the executable I produced, and
> she said she got exactly the same output I did, so it's definitely
> something that gets compiled into the program. A bug report has been
> posted on Github, including the full source code(which I probably did
> completely wrong) and a screenshot of the output.

I've already replied on github [1], but for anyone else following this 
thread -- the symbols actually are being loaded. The ones for 
DerelictGL3 anyway. It's a different problem entirely.

https://github.com/DerelictOrg/DerelictGL3/issues/29


More information about the Digitalmars-d-learn mailing list