CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2008
    Location
    india
    Posts
    53

    Smile Compilation Error due to InCorrect Direct X Version

    I got the Sample Project for video capture from video Camera. I was trying to compiling it.
    I am Using windows 7 and vs 2008.
    I got following compilation error.
    1>------ Build started: Project: VidCap, Configuration: Debug Unicode Win32 ------ 1>Compiling... 1>cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
    1>VidCap.cpp
    1>c:\vikram\0.3.0.810\sdk\windows\x86\webcamsdk\samples\windows\libwebcamsrc\stream.h(20) : fatal error C1083: Cannot open include file: 'streams.h': No such file or directory
    1>Project : warning PRJ0018 : The following environment variables were not found: 1>$(COMMONLIB)
    Additional Include Directory :....\Include;"$(COMMONLIB)\DX9SDK_updated\Classes";"$(COMMONLIB)\DX9SDK_updated\include"
    My assumption is it is due to DirectX Sdk So I have downloaded dxsdk_oct2005 from msdn.
    But after installation I am can't see those path in my System.
    Am I missing somethig here.Which Direct X Version I should install in my system.

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Compilation Error due to InCorrect Direct X Version

    Perhaps, you do need some more recent dxsdk? Like DXSDK_Jun10.exe?
    Victor Nijegorodov

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured