installation - SDL.Net application not working without SDL.NET SDK -
I have a game that I created in C # and it installs and runs as expected under Windows XP. However, when I install it on a Windows 7 machine, it does not just work (without any error message) or it gives a normal error message, is it something special that I use SDLnet with Windows 7 computers To be able?
Update: I have just been notified that it does not work on XP either. In both XP machines I installed SDL.NET (I did not know that one of them was already when I used it for testing). So much if SDL.NET SDK is not installed on one computer then my program does not work. Does anyone know what SDL needs to do with its program so that it can be worked properly? Now I have all SDL _ *. Are Dll and SdlDotNet.dll and Tao.Sdl.dll. More Required? Or is there any kind of SDL runtime that I have to install with my program to use? I'm really stuck with this one.
Have you tried to run it as an administrator? I do not mean being logged in as an administrator account, I mean right click on exe and run as administrator? If you do this and do not get the error, then your problem will be solved smoothly, without it always run as an admin.
Comments
Post a Comment