3 errors

i've read an article about setting up a basic application template using the sample framework as a base from http://msdn.microsoft.com/coding4fun/weekend/apptemplate/default.aspx by Glen Willson. i've done all the things he wrote there but i still can't make that template he speak about, what so ever. i am dealing with 3 errors (see the picture i've posted here http://80.97.50.242/). i am using visual studio 2005 and directX Sdk oct 2005. thanks a lot

Answer this question

3 errors

  • Kennet

    These errors indicate you have an older (or newer) version of the SDK that the code was written against. Make sure you are on the February SDK and your references point to the February assemblies.

  • Peter Doyle

    I have tried to view the errors but the image dosn't show... You can forward the image to my email (In Profile), or just type the errors here.



  • lynchnco

    here is the errors i'm speaking about:

    1. No overload for method 'FromFile' takes '8' arguments C:\DirectX Application\DirectXApplication\Common\dxmutmisc.cs
      line 695
    2. Error 2 'Microsoft.DirectX.Direct3D.ShaderFlags' does not contain a definition for 'NotCloneable' C:\DirectXApplication\DirectXApplication\Common\dxmutmisc.cs
      line 2268
    3. Error 3 'Microsoft.DirectX.Direct3D.ShaderFlags' does not contain a definition for 'NotCloneable' C:\DirectXApplication\DirectXApplication\EmptyProject.cs
      line 137

    the image is still there (http://80.97.50.242/). thanks for your answers.


  • 3 errors