Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.gif)
| Previous | Next |
Compiling the Sample Project
The wizard generates all the files you need to compile the sample project, so you shouldn't need to change the default project settings. In Visual Studio, from the Build menu, click Build Solution to build and register the COM component. By default, the Debug configuration is active.
Note In Microsoft Windows Vista, the project will not build successfully unless you run Visual Studio with a full administrator access token. Right-click the Visual Studio name or icon, and click Run as administrator.
Before attempting to build the project, be sure to configure your development environment to point to the folders named Include and Lib where you installed the Windows SDK. Your compiler and linker will need access to some of the files in these folders.
If you ran the Visual Studio Registration utility that comes with the Windows Vista SDK, your development environment has probably already been configured to point to the Windows SDK Include and Lib folders. Otherwise, you must manually configure your development environment.
To manually configure Visual Studio:
- On the Tools menu, click Options.
- Click Projects and Solutions, and then click VC++ Directories.
- Under Show directories for, click Include files or Library files.
- Add the directories for the required files.
See Also
Building the Plug-in for a Type 2 Online Store
| Previous | Next |