Description of problem: the RC file for windows-credprov references afxres.h which is part of MFC Library. This is not shipped with VS2008 Express, so it's impossible to compile the DLL with the free version. Replacing this include with windows.h removes the dependency and still produces a working DLL. Version-Release number of selected component (if applicable): How reproducible: always Steps to Reproduce: 1. install Visual Studio 2008 Express 2. download ovirt-guest-agent/windows-credprov from GIT 3. open ovirt-guest-agent/windows-credprov/OVirtCredProv.vcproj with VS2008 Express and try to build the project Actual results: Build fails with error: fatal error RC1015: cannot open include file 'afxres.h'. from this code Expected results: Build succeeds on the free version of Visual Studio 2008 Additional info: As stated above, this does not seem to be used but I am no windows developer to check or confirm this.
Fix available in https://evilissimo.fedorapeople.org/releases/ovirt-guest-agent/1.0.11/ovirt-guest-agent-1.0.11.1.tar.bz2
CodeChange, visible only when building, not part of QE process.
Since oVirt 3.6.0 has been released, moving from verified to closed current release.