[PLUG-Devel] development IDE's

Alex slide.o.mix at gmail.com
Mon Apr 10 19:45:11 MST 2006


On Sunday 09 April 2006 07:52 pm, Bob Cober wrote:
> What language are you targeting?
>
> For Java - Eclipse is outstanding.  The best there is.  But it is still
> very java oriented.  The c++ support is not quite as good.
>
> Visual Studio is great for c++- but don't try to distributre any native
> c++ apps with the latest version.  You cannot just distribute the .exe
> with dependent dlls.  You will need to build an installer that requires
> .Net.  This madness is caused by the installation requirements of the
> new ms c-runtime.
>
<snip>

I haven't had this issue, I deploy C++ applications with Visual Studio 2005 
all the time without using the MS installers. I prefer NSIS (an open source 
installer framework) to the crap that MS has. I have NEVER in any version of 
Visual Studio had a problem distrubuting my applications. If you write native 
C++ apps, all you have to worry about is the C/C++ runtime, there is no 
requirement for .NET at all.

slide


More information about the PLUG-devel mailing list