editbin and Visual Studio Express - visual-studio-express

I want to use editbin in some application, like
"editbin /LARGEADDRESSAWARE your-exe-file.exe"
but in my customer pc there is no visual studio...
Do you know if some Visual Studio Express versions comes with editbin?

It should be included with Visual C++ Express.

Related

Visual Studio Express 2017 - Visual Bug

I have searched quite a bit to find out what is going wrong but cannot find any relevant information, here is what my Visual Studio Express 2017 looks like in WPF App (.Net Framework 4.6.1).
This is a theme issue found in the latest version of Microsoft Visual Studio Express 2017, changing the theme to Dark or Light instead will fix this visual bug.

is there a way of configuring a ms compiler?

I have visual studio code installed. however, I do not want to use a third party c++ compiler. is there a way of getting the Microsoft c++ compiler and configuring it to visual studio code without a full version of visual studio?

Visual Studio 2017- Visual Paradigm integration

I installed Visual Studio 2017 and I would like to integrate with Visual Paradigm 14.0.
I get a mistake: "Visual Paradigm Visual Studio Integration requires Standard Edition or above of Visual Studio"
Since with Visual Studio 2017 Community you can deeply customize the installation by explaining which technologies to install, I might have excluded some of the technologies needed to interact with Visual Paradigm.
Anyone could tell me what? Since the complete installation also requires more than 50 GB!
Actually Visual Paradigm IDE integration is available for ALL Editions starting from Visual Paradigm Community Edition
However, the Feature- Code Engineering support is "STARTED FROM" the Visual Paradigm Standard Edition. As IDE is mainly for performing coding, so the IDE integration only make sense when the code engineering capabilities are available.
IDE Feature in Standard Edition
Do you have a licence for visual paradigm (visual studio integration requires you to purchase a licence of either standard or professional )
Actually the latest Visual Paradigm v14.1 SP1 already supported integration with Visual Studio 2017. And the integration is supported by all editions of Visual Paradigm and all editions of Visual Studio. Of course the features you can access in integration environment is subject to the edition of Visual Paradigm you have.

Installing nsight for Visual Studio 2010

I am using Visual Studio 2010 Express Edition, and when I try to install nsight i get the following information in the installation window
Nsight for Visual Studio 2010 will not be installed
Requirement not met
Any ideas as to what the problem might be?
That's correct. Nsight Visual Studio Edition requires Visual Studio 2008 or 2010 Professional (or higher) in order to allow for the deep level of integration with the IDE.

Addin Manager option missing in visual c# 2010 express edition

I have developed a addin in c# 2008 now i want to check in visual c# 2010 express edition
so i have downloaded visual c# 2010 express edition but there is no Add-in Manager option in Tools menu as visual studio 2008 have. and also there is no template for visual studio extensibity in New project menu.
So please give me some idea that how can i see Add- in Manager option in 2010 express edition.
I'm pretty sure Visual Studio Express versions don't support Add-Ins