[VS 8 beta] как собрать exe, запускаемый на компе без студии
самый тупой вариант - запускать на другом компе (без студии)
и действительно, тупой
попробуй Solution Configuration Release выбрать
зато работает
для managed - в случае если на безстудийном компе стоит подходящая верся .NET-а
а что такое managed?
Типа, "управляемый код". что сие означает - Х[MS]Знает, но
обычно managed код возникает при использовании C# или .net
если я собираю release, то exe получается с ошибкой (ошибка доступа к памяти)
Тогда тебе, имхо, ещё рано интересоваться сабжем. Нужно сначала понять, почему в релизе прога падает. Могу посоветовать, например, эту статью , если вдруг не читал. Может чем поможет.
--------------------------------------------------------------------------------
Note: This documentation is preliminary and is subject to change.
Managed code is code written in one of over twenty high-level programming languages that are available for use with the Microsoft® .NET Framework, including C#, J#, Microsoft Visual Basic® .NET, Microsoft JScript® .NET, and C++. All of these languages share a unified set of class libraries and can be encoded into an Intermediate Language (IL). A runtime-aware compiler compiles the IL into native executable code within a managed execution environment that ensures type safety, array bound and index checking, exception handling, and garbage collection.
By using managed code and compiling in this managed execution environment, you can avoid many typical programming mistakes that lead to security holes and unstable applications. Also, many unproductive programming tasks are automatically taken care of, such as type safety checking, memory management, and destruction of unneeded objects. You can therefore focus on the business logic of your applications and write them using fewer lines of code. The result is shorter development time and more secure and stable applications.
обычно managed код возникает при использовании C# или .netА ты не чеши - и не возникнет!
Оставить комментарий
marizha
т.е. приделать все библиотеки etc...