Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Project settings

Project settings

Scheduled Pinned Locked Moved C#
questiontutorial
5 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    allenmpcx
    wrote on last edited by
    #1

    hello. I have downloaded sample code from microsoft, and under the Project Properties --> Additional Dependencies, they have "$MSSdk"\Include. I know that "$MSSdk" is a variable, but I'm not sure where/how to define it as the path to the Microsoft SDK I have installed. My question is, how would I do so?

    I love to program!

    C 1 Reply Last reply
    0
    • A allenmpcx

      hello. I have downloaded sample code from microsoft, and under the Project Properties --> Additional Dependencies, they have "$MSSdk"\Include. I know that "$MSSdk" is a variable, but I'm not sure where/how to define it as the path to the Microsoft SDK I have installed. My question is, how would I do so?

      I love to program!

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      If you install the platform SDK, this should take care of itself. Perhaps even the SDK that comes with the IDE maps to this. Why do you think there's a problem ?

      Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog

      A 1 Reply Last reply
      0
      • C Christian Graus

        If you install the platform SDK, this should take care of itself. Perhaps even the SDK that comes with the IDE maps to this. Why do you think there's a problem ?

        Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog

        A Offline
        A Offline
        allenmpcx
        wrote on last edited by
        #3

        The samples provided with the SDK won't compile. I ran the program that the ReleaseNotes.Htm file said to run and it said the environment variables were set, but the samples still won't compile. If I keep them in the same directory I don't have write access, and if I move them to another directory, it can't find anything.

        I love to program!

        C 1 Reply Last reply
        0
        • A allenmpcx

          The samples provided with the SDK won't compile. I ran the program that the ReleaseNotes.Htm file said to run and it said the environment variables were set, but the samples still won't compile. If I keep them in the same directory I don't have write access, and if I move them to another directory, it can't find anything.

          I love to program!

          C Offline
          C Offline
          Christian Graus
          wrote on last edited by
          #4

          allenmpcx wrote:

          The samples provided with the SDK won't compile.

          What happens ? What errors do you get ?

          allenmpcx wrote:

          If I keep them in the same directory I don't have write access

          Then change the file properties so you do. You could also replace the settings with absolute paths if you wanted to

          Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog

          A 1 Reply Last reply
          0
          • C Christian Graus

            allenmpcx wrote:

            The samples provided with the SDK won't compile.

            What happens ? What errors do you get ?

            allenmpcx wrote:

            If I keep them in the same directory I don't have write access

            Then change the file properties so you do. You could also replace the settings with absolute paths if you wanted to

            Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog

            A Offline
            A Offline
            allenmpcx
            wrote on last edited by
            #5

            Thanks a lot! I got it to work with msbuild *project_name.sln* and it worked. Thanks a lot again.

            I love to program!

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups