Friday, 6 September 2013

#EANF#

#EANF#

As the title indicates, for some reason the "publish" button does not
appear when i right click on my project as the Microsoft documentation
indicates: http://msdn.microsoft.com/en-us/library/31kztyey.aspx
I have a VC++/CLR project and I cant seem to get the thing to publish. I
would prefer to not need to, but there seems to be no other way to ensure
dependencies. Currently the program is capable of updating itself. But my
employer has made it clear that it cannot require the end user to install
anything except .net 4.
Is there any way to include necessary files inside the EXE? I cannot use
"Multi-threaded (/MT)" because that results in"
"Command line error D8016: '/clr:pure' and '/MT' command-line options are
incompatible"
and it makes a lot more errors if I disable CLR.
This is my first visual c++ project.
Thanks.

No comments:

Post a Comment