PDA

View Full Version : Compiling PHP, VC, default.js



nattsurf123
22-03-10, 01:14 PM
Hi,
I’m looking at this website:
How to: Use Visual C++ Express Edition with the Microsoft Platform SDK (http://msdn.microsoft.com/en-us/library/ms235626%28VS.80%29.aspx)
This text:
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:
%VSINSTALLDIR%\VC\VCWizards\AppWiz\Generic\Applica tion\scripts\1033.
is not found
Made a search for default.js and content “LinkTool.AdditionalDependencies”
3 hits:
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.