dlangui
dlangui copied to clipboard
DMD Object error: Access violation while building an app with dlangui
Even the smallest app fails to build if I do it from VisualD. Making a DUB based build compiles, but crashes immediately with no information on the error, might be related to OpenGL, as I wasn't able to enable the nogl function for compilation.
I'm using VS2017 (couldn't find VS2015), DMD 2.076.0, and a PC with very poor graphics thanks to some issues with my main one (currently waiting for replacement parts for my monitor).
Please try minimal configuration. It should work. I use it on VirtualBox.
What is minimal configuration? How do I set it up?
Add in your project dub.json
"subConfigurations": {
"dlangui": "minimal"
}
Are you using 32bit Windows? Or low RAM configuration?