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. The Lounge
  3. About that Vista API challenge

About that Vista API challenge

Scheduled Pinned Locked Moved The Lounge
questioncsharpcomjsontutorial
12 Posts 6 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.
  • M Offline
    M Offline
    Marc Clifton
    wrote on last edited by
    #1

    where it says, under rules: The articles must focus on Vista-specific technology. This means the focus is more on the Vista API rather than on, say, .NET 3.0. What exactly does that mean? For example, I google "Vista API" and I get garbage. Anyone have a link to the "Vista API"??? (That's probably really a dumb question, but it's Monday. One dumb question is allowed, right?) Marc

    Thyme In The Country

    People are just notoriously impossible. --DavidCrow
    There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
    People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh Smith

    D D 2 Replies Last reply
    0
    • M Marc Clifton

      where it says, under rules: The articles must focus on Vista-specific technology. This means the focus is more on the Vista API rather than on, say, .NET 3.0. What exactly does that mean? For example, I google "Vista API" and I get garbage. Anyone have a link to the "Vista API"??? (That's probably really a dumb question, but it's Monday. One dumb question is allowed, right?) Marc

      Thyme In The Country

      People are just notoriously impossible. --DavidCrow
      There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
      People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh Smith

      D Offline
      D Offline
      David Stone
      wrote on last edited by
      #2

      It's probably somewhere in here[^]. I can't find a comprehensive link to all the changes for Vista in the PSDK. But I'm sure that's a great place to start.

      And I get on my knees and pray We don't get fooled again

      1 Reply Last reply
      0
      • M Marc Clifton

        where it says, under rules: The articles must focus on Vista-specific technology. This means the focus is more on the Vista API rather than on, say, .NET 3.0. What exactly does that mean? For example, I google "Vista API" and I get garbage. Anyone have a link to the "Vista API"??? (That's probably really a dumb question, but it's Monday. One dumb question is allowed, right?) Marc

        Thyme In The Country

        People are just notoriously impossible. --DavidCrow
        There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
        People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh Smith

        D Offline
        D Offline
        Douglas Troy
        wrote on last edited by
        #3

        Try this link Windows Vista API Changes[^]


        :..::. Douglas H. Troy ::..
        Bad Astronomy |VCF|wxWidgets|WTL

        M 1 Reply Last reply
        0
        • D Douglas Troy

          Try this link Windows Vista API Changes[^]


          :..::. Douglas H. Troy ::..
          Bad Astronomy |VCF|wxWidgets|WTL

          M Offline
          M Offline
          Marc Clifton
          wrote on last edited by
          #4

          Douglas Troy wrote:

          Try this link

          Thanks! Only one question: Wow64GetThreadContext Wow64SetThreadContext Wow64SuspendThread Why does Vista have API's for World of Warcraft? ;P Marc

          Thyme In The Country

          People are just notoriously impossible. --DavidCrow
          There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
          People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh Smith

          D V M 3 Replies Last reply
          0
          • M Marc Clifton

            Douglas Troy wrote:

            Try this link

            Thanks! Only one question: Wow64GetThreadContext Wow64SetThreadContext Wow64SuspendThread Why does Vista have API's for World of Warcraft? ;P Marc

            Thyme In The Country

            People are just notoriously impossible. --DavidCrow
            There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
            People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh Smith

            D Offline
            D Offline
            Douglas Troy
            wrote on last edited by
            #5

            Not sure ... but it might explain the delay with the release ... :rolleyes: -- modified at 11:53 Monday 18th December, 2006


            :..::. Douglas H. Troy ::..
            Bad Astronomy |VCF|wxWidgets|WTL

            B 1 Reply Last reply
            0
            • D Douglas Troy

              Not sure ... but it might explain the delay with the release ... :rolleyes: -- modified at 11:53 Monday 18th December, 2006


              :..::. Douglas H. Troy ::..
              Bad Astronomy |VCF|wxWidgets|WTL

              B Offline
              B Offline
              Bradml
              wrote on last edited by
              #6

              Or the fact that it takes multiple complex key combinations and a profound knowledge of your environment to get the simplest thing done!


              Brad Australian "Keyboard? Ha! I throw magnets over the RAM chips!" - peterchen

              1 Reply Last reply
              0
              • M Marc Clifton

                Douglas Troy wrote:

                Try this link

                Thanks! Only one question: Wow64GetThreadContext Wow64SetThreadContext Wow64SuspendThread Why does Vista have API's for World of Warcraft? ;P Marc

                Thyme In The Country

                People are just notoriously impossible. --DavidCrow
                There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
                People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh Smith

                V Offline
                V Offline
                valex123
                wrote on last edited by
                #7

                WOW stands for Windows on Windows, i.e. 32bit apps running under 64bit windows. The same thing happened when 32bit windows came out. 16bit apps were/are supported using a WOW environment for 16bit apps and provides a thunking layer. Vincent

                M 1 Reply Last reply
                0
                • V valex123

                  WOW stands for Windows on Windows, i.e. 32bit apps running under 64bit windows. The same thing happened when 32bit windows came out. 16bit apps were/are supported using a WOW environment for 16bit apps and provides a thunking layer. Vincent

                  M Offline
                  M Offline
                  Marc Clifton
                  wrote on last edited by
                  #8

                  valex123 wrote:

                  WOW stands for Windows on Windows

                  I know. Did you miss the joke icon and smiley-tongue-sticking-out icon? Marc

                  Thyme In The Country

                  People are just notoriously impossible. --DavidCrow
                  There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
                  People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh Smith

                  1 Reply Last reply
                  0
                  • M Marc Clifton

                    Douglas Troy wrote:

                    Try this link

                    Thanks! Only one question: Wow64GetThreadContext Wow64SetThreadContext Wow64SuspendThread Why does Vista have API's for World of Warcraft? ;P Marc

                    Thyme In The Country

                    People are just notoriously impossible. --DavidCrow
                    There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
                    People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh Smith

                    M Offline
                    M Offline
                    M Harris
                    wrote on last edited by
                    #9

                    Vista has world of warcraft API because microsoft will soon be taking over Blizzard. Don't you know anything? :P

                    Real programmers don't comment their code. It was hard to write, it should be hard to understand.

                    M 1 Reply Last reply
                    0
                    • M M Harris

                      Vista has world of warcraft API because microsoft will soon be taking over Blizzard. Don't you know anything? :P

                      Real programmers don't comment their code. It was hard to write, it should be hard to understand.

                      M Offline
                      M Offline
                      Marc Clifton
                      wrote on last edited by
                      #10

                      M Harris wrote:

                      microsoft will soon be taking over Blizzard.

                      Finally, something for XAML to do. And besides, it'll probably get Microsoft's stock out of the 5 year doldrums. All in all, a good move! Except for the game players. As you swing your +5 giant bane sword of greater lightning resistance, the game decides to do a garbage collect and the giant cleaves your head off! Marc

                      Thyme In The Country

                      People are just notoriously impossible. --DavidCrow
                      There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
                      People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh Smith

                      M 1 Reply Last reply
                      0
                      • M Marc Clifton

                        M Harris wrote:

                        microsoft will soon be taking over Blizzard.

                        Finally, something for XAML to do. And besides, it'll probably get Microsoft's stock out of the 5 year doldrums. All in all, a good move! Except for the game players. As you swing your +5 giant bane sword of greater lightning resistance, the game decides to do a garbage collect and the giant cleaves your head off! Marc

                        Thyme In The Country

                        People are just notoriously impossible. --DavidCrow
                        There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
                        People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh Smith

                        M Offline
                        M Offline
                        M Harris
                        wrote on last edited by
                        #11

                        Actually it will probably just continue down the same part of bugs and lag.. and constant server restarts after a patch to fix the bugs heh.

                        Real programmers don't comment their code. It was hard to write, it should be hard to understand.

                        M 1 Reply Last reply
                        0
                        • M M Harris

                          Actually it will probably just continue down the same part of bugs and lag.. and constant server restarts after a patch to fix the bugs heh.

                          Real programmers don't comment their code. It was hard to write, it should be hard to understand.

                          M Offline
                          M Offline
                          Marc Clifton
                          wrote on last edited by
                          #12

                          M Harris wrote:

                          Actually it will probably just continue down the same part of bugs and lag.. and constant server restarts after a patch to fix the bugs heh.

                          Gee, and I thought that was just a DDO problem. :sigh: Though, the fact that we can play these games in near real time with people around the world is, well, incredible, IMO. Marc

                          Thyme In The Country

                          People are just notoriously impossible. --DavidCrow
                          There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
                          People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh Smith

                          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