What am I doing Wrong (OpenGL & SDL)

Entity325 via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Feb 4 23:53:38 PST 2015


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.


More information about the Digitalmars-d-learn mailing list