drouble with visual studio??



  • Hello!

    I try to get the following code sample running, because I'm interested in getting started with sampleGrabber etc.

    The code is free for download under code project website (there is also a detailed description about it):
    http://www.codeproject.com/KB/audio-video/face_detection.aspx

    I tryed building with Visual Studio 2010beta and got the following error message:

    1>------ Build started: Project: VidCap, Configuration: Debug Win32 ------
    1>Build started 13.07.2009 14:36:10.
    1>_PrepareForBuild:
    1> Creating "Debug\lastbuild.timestamp" because "AlwaysCreate" was specified.
    1>ClCompile:
    1> stdafx.cpp
    1>d:\visual_studio_workspace\facedetector_src_alt\src\stdafx.h(64): fatal error C1083: Cannot open include file: 'qedit.h': No such file or directory
    1>
    1>Build FAILED.
    1>
    1>Time Elapsed 00:00:03.80
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

    I have read other threads in this forum about missing qedit.h and I tried to install DirectX Extras 2005 like recommended, but it didn't work. I also tried to add the path from

    C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Include (didn't work) and then
    C:\Program Files\Microsoft SDKs\Windows\v6.0\Include (also didn't work)

    by adding this path by right click on the imported project (VidCap), then go to Properties, then VC++ Directories and added the path to "Include directories". (Is that the way. how to add the path correctly to the project? Sorry I'm new on Visual Studio)

    In both path, there is a qedit.h on my system. But after inclusion I get the same error message.

    I use windows vista and bcause of lots of other recommendations (also from msdn sites) i have installed
    Microsoft Platform SDK for Windows Server 2003 R2
    Microsoft SDKs
    Microsoft SQL Server
    Microsoft SQL Server Compact Edition
    Microsoft DirectX SDK (April 2007)

    at last I installed
    Visual Studio 2010beta

    I try now since a few days to get this code running, but it doesn't work. So maybe someone could help me? Thanks a lot!

    Best regards
    Senerd


Anmelden zum Antworten