Share via


Building Sample Plug-ins on Windows Vista (Windows Embedded CE 6.0)

1/6/2010

In Windows Vista, users with the Windows Vista User Account Control (UAC) enabled might encounter build errors when building the sample plug-in projects based on the Remote Tools Framework that are included with your Windows Embedded CE 6.0 Platform Builder Service Pack 1 installation.

To assist in avoiding these errors, there are two methods you can use.

Run Microsoft Visual Studio 2005 as an administrator by, from the Start menu, selecting Visual Studio 2005 and then, from the context menu, choosing Run as Administrator.

Another method is to copy the sample projects from the C:\Program Files\Remote Tools Framework\1.00\Samples directory into another location outside of the Program Files directory.

If you do this, you must update the project settings for the projects to make sure that that the C/C++ Additional Include Directories and Linker Input Additional Dependencies fields refer to the correct location.

The following code example shows the correct directory location.

C:\Program Files\Remote Tools Framework\1.00

See Also

Concepts

Required OS Dependencies for Plug-ins

Other Resources

Sample Plug-ins Based on the Remote Tools Framework