Hello, Modifyng the "VCProjectEngine.Dll.Express.Config" doesn't work for me. The only workaround I found is to update manually each project property (include and library path) Sylvain
... 1. Create a directory "PlatformSDK" under "%ProgramFiles%\Microsoft Visual Studio 8\VC" 2. Copy the "bin", "include" and "lib" directory from the PSDK-installation into this directory. Then you do not need to change any config file. ...
Thank you very much. I just encountered the same problem and found this thread.
wrote in newseb4e142-7a02-47e9-a0e8- 1f9a2df9f2ab@discussions.microsoft.com : > I downloaded and installed VC2005 B2 Express, I can't set "VC++ > Directories". > screenshot: > http://member.netease.com/~lilong/temp/VS2005ExOpt.jpg > > is this bug > this is a BIG PROBLEM!!
This is a known issue for VC++ Express Beta2 and is documented in the ExpressKnownIssues.rtf file. Here's an excerpt from the doc: Issue: Cannot set VC++ Directories in the Options dialog of Visual C++ Express Edition Details: The VC++ Directories page on the Options dialog does not have a list box for viewing and modifying the directories used during a build. Consequently, it is not possible to modify the build directories using the IDE UI. Workaround: C++ Directories can be added, removed or changed by modifying the VCProjectEngine.dll.express.config file located in the .\vc\vcpackages subdirectory of the Visual C++ Express Edition install location in a text editor, saving the changes and restarting the Visual C++ Express Edition. This was fixed post Beta2.
Thanks, -- Tarek Madkour, Visual C++ Team
This posting is provided "AS IS" with no warranties, and confers no rights.
By the way: The easiest procedure to use the PSDK with VC2005 Express is:
1. Create a directory "PlatformSDK" under "%ProgramFiles%\Microsoft
Visual Studio 8\VC"
2. Copy the "bin", "include" and "lib" directory from the
PSDK-installation into this directory. Then you do not need to change
any config file.
--
Greetings
Jochen Kalmbach
Microsoft MVP VC++
My blog about Win32 and .NET
http://blog.kalmbachnet.de/
PS: Please mark an answer as "answered" if it helped!!!
1. Create a directory "PlatformSDK" under "%ProgramFiles%\Microsoft Visual Studio 8\VC" 2. Copy the "bin", "include" and "lib" directory from the PSDK-installation into this directory.
SOS:VC2005 B2 Express VC++ Directories Problem
Syntosys
http://lab.msdn.microsoft.com/productfeedback/
--
Greetings
Jochen
santiagovm
Thank you
Sylvain
lastan06
no list box coming up
danielb
I've the same problem! If I add an absolute path (e.g. the MS Platform SDK path) it does not work! How I can solve the problem
Thanks
Paolo
chamila
Modifyng the "VCProjectEngine.Dll.Express.Config" doesn't work for me.
The only workaround I found is to update manually each project property (include and library path)
Sylvain
LauraK
Thank you very much. I just encountered the same problem and found this thread.
beeaton
Thanks
pcprof
But, when I add an absolute path, like c:\wtl, it does not work, why
PS : Yes, if I copy the c:\wtl to $(VCInstallDir)wtl, and use this relative path, it works.
mikul
> I downloaded and installed VC2005 B2 Express, I can't set "VC++
> Directories".
> screenshot:
> http://member.netease.com/~lilong/temp/VS2005ExOpt.jpg >
> is this bug
> this is a BIG PROBLEM!!
This is a known issue for VC++ Express Beta2 and is documented in the ExpressKnownIssues.rtf file. Here's an excerpt from the doc: Issue: Cannot set VC++ Directories in the Options dialog of Visual C++ Express Edition Details: The VC++ Directories page on the Options dialog does not have a list box for viewing and modifying the directories used during a build. Consequently, it is not possible to modify the build directories using the IDE UI. Workaround: C++ Directories can be added, removed or changed by modifying the VCProjectEngine.dll.express.config file located in the .\vc\vcpackages subdirectory of the Visual C++ Express Edition install location in a text editor, saving the changes and restarting the Visual C++ Express Edition. This was fixed post Beta2.
Thanks, -- Tarek Madkour, Visual C++ Team
This posting is provided "AS IS" with no warranties, and confers no rights.
Stelben
The easiest procedure to use the PSDK with VC2005 Express is:
1. Create a directory "PlatformSDK" under "%ProgramFiles%\Microsoft Visual Studio 8\VC"
2. Copy the "bin", "include" and "lib" directory from the PSDK-installation into this directory. Then you do not need to change any config file.
Newest PSDK-ISO is available at:
Birk
Ok, it works great!
Thanks
Paolo