1

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?

4

1 回答 1

0

您可能会创建一个 Setup Proyect 并在其中包含 DLL(我认为 Visual Studio 会自动插入):

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

用户只运行exe是不可能的。在这种情况下,用户必须安装 SDL.Net reditribudible,否则他们可能会在 GAC 中手动安装一些 DLL!

于 2013-09-24T18:51:55.200 回答