Bennett, Joel H wrote:
> Hope this helps
>  
> Any C/C++ app you compile using VC++ will require the Microsoft Visual
> C++ Runtime (MSVCRT) 
> This is NOT part of the .NET Framework, and is required for any C/C++
> code, no way around that. 

In fact MSVCRT is specific to visual C++ 6.0 (and 5.0 IIRC).

> 2. Compile with an older compiler, eg: VC6 or even VC2003 so you depend
> on the version of msvcrt 
> that's already present...

Visual studio 2003 uses MSVCR71, 2001 used MSVCR70.  2005 uses MSVCR80.

For an installer static linking is the best plan (probably the only one
that makes sense, given comments elsewhere that vista no longer searches
the current directory).

Tony

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to