rate up
0
rate down
DirectX11 Application doesnt work outside VS2015
I've followed your tutorials for a while and everything is great so far,but today i tried to start the application outside VS2015 but it shows a grey screen for a few seconds then closes i've searched for a solution but with no luck,i also tried building it using debug mode,but still the same problem any solution would be great thanks in advance.
rate up
1
rate down
I assume that when running within VS it works as intended. First question should be: are you using any data from the disc? if yes, maybe those data fail to load due to paths used. The second question is: Have you written any logging and error handling system in your code to determine that kind of problems?
Sign in to answer!