English 中文(简体)
SDL.NET runtime without installation?
原标题:
  • 时间:2010-04-18 06:10:20
  •  标签:
  • sdl.net

With plain old sdl in C i would copy the dlls i need into the exe directory and was able to run without install.

Now i am using sdl.net. I tried doing that but had no luck. Not even a clue to what dlls are missing as i did in the old C way. How can i have users run my sdl app without installation?

问题回答

You might create a Setup Proyect and include the DLLs inside (I Thinks that Visual Studio inslude automacally):

http://msdn.microsoft.com/en-us/library/19x10e5c%28v=VS.100%29.aspx

It s not posible that the users runs only the exe. The users, in that case, must install the SDL.Net reditribudible or they may install manually in GAC some DLLs!





相关问题
sdl. net 键盘事件未在地表控制上提出

我使用 SdlDotNet 6.1, 我喜欢它 :) 我的地表控制 WinForm 控制( 图片框), 我接收不到上下事件的密钥, 所有其它事件( 鼠标向下、 鼠标移动、 滴答) 似乎只起作用...

SDL.NET SDL_Flip() equivalent

SDL has an SDL_Flip() function for swapping screen buffers. What is the equivalent in SDL.NET? There is no Screen.Flip() method.

Colors in SDL acting very weird

I m making a program in SDL.NET, where I need to draw a filled polygon. I figured it might be good to reuse the polygon surface instead of remaking it every time i need to draw, so I make the surface ...

SDL.Net application not working without SDL.NET SDK

I have a game that I have made in C# and it installs and runs as expected under Windows XP. However when I install it on a Windows 7 machine, then it either simply doesn t work (without any error ...

SDL.NET runtime without installation?

With plain old sdl in C i would copy the dlls i need into the exe directory and was able to run without install. Now i am using sdl.net. I tried doing that but had no luck. Not even a clue to what ...

moving SDL video surface

Does anyone know how to move my SDL.net video surface around the screen programtically? Surface videoContext = Video.SetVideoMode(1024, 768, 32, false, false, false, true, true); var a = System....

热门标签