Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C++ and Visual C++ > C++ Programming
|
C++ Programming General discussions for the C++ language. For questions specific to Microsoft's Visual C++ variant, see the Visual C++ forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C++ Programming section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
  #1 (permalink)  
Old March 23rd, 2010, 12:10 PM
Registered User
 
Join Date: Jan 2010
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default Compiling PHP, VC, default.js

Hi,
I’m looking at this website:
http://msdn.microsoft.com/en-us/libr...8VS.80%29.aspx

This text:
Quote:
Update the default.js file (found in %VSINSTALLDIR%\VC\VCWizards\AppWiz\Generic\Applica tion\scripts\1033) and change the two lines that read:
LinkTool.AdditionalDependencies = "kernel32.lib $(NoInherit)";
to:
// LinkTool.AdditionalDependencies = "kernel32.lib $(NoInherit)";
The path:
Quote:
%VSINSTALLDIR%\VC\VCWizards\AppWiz\Generic\Applica tion\scripts\1033.
is not found

Made a search for default.js and content “LinkTool.AdditionalDependencies”
3 hits:

Quote:
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\VCWizards\AppWiz\ATL\ATLProject\scripts\103 3
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\VCWizards\AppWiz\MFC\Application\scripts\10 33
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\VCWizards\CodeWiz\ATL\MTS\scripts\1033
Would you recommend that I try to make the changes anyway or should I just skip it.
If I’m things totally wrong then let me know how to correct this.
The description goes for express edition of VC++ but I use full Visual Studio.
Appreciate your help.
Reply With Quote





Similar Threads
Thread Thread Starter Forum Replies Last Post
Programming windows with VC 2005 or VC 2008 phuc_tran C++ Programming 2 December 4th, 2009 10:04 AM
PHP no longer compiling (inetpub folder problem?) rayburn Beginning PHP 3 January 10th, 2008 02:04 PM
Compiling boost in VC++ mustansir Visual C++ 0 July 10th, 2006 05:19 AM
convert VC++ 5.0 project to VC++ 6.0 MIDL ERR mdahd90943 Visual C++ 0 May 26th, 2005 08:57 AM
VC++6 crashes when compiling cardin Visual C++ 1 January 13th, 2005 09:07 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.