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.