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 / C++ / MFC
  4. Win 2000 ???

Win 2000 ???

Scheduled Pinned Locked Moved C / C++ / MFC
c++questionworkspace
6 Posts 3 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
    Manikandan
    wrote on last edited by
    #1

    I created a VC++ application under Win'98. I try to run under Win'2000 , i cannot...Why? Also from the workspace i cannot execute the application.:confused:

    N G 2 Replies Last reply
    0
    • M Manikandan

      I created a VC++ application under Win'98. I try to run under Win'2000 , i cannot...Why? Also from the workspace i cannot execute the application.:confused:

      N Offline
      N Offline
      Niklas L
      wrote on last edited by
      #2

      Manikandan wrote: I created a VC++ application under Win'98. I try to run under Win'2000 , i cannot...Why? It's because there is something wrong with your code. Manikandan wrote: Also from the workspace i cannot execute the application Probably the same cause. (HINT: Try to be a bit more specific)

      M 1 Reply Last reply
      0
      • N Niklas L

        Manikandan wrote: I created a VC++ application under Win'98. I try to run under Win'2000 , i cannot...Why? It's because there is something wrong with your code. Manikandan wrote: Also from the workspace i cannot execute the application Probably the same cause. (HINT: Try to be a bit more specific)

        M Offline
        M Offline
        Manikandan
        wrote on last edited by
        #3

        ...if the code is wrong it should not run under win'98, right?:rolleyes:

        N 1 Reply Last reply
        0
        • M Manikandan

          ...if the code is wrong it should not run under win'98, right?:rolleyes:

          N Offline
          N Offline
          Niklas L
          wrote on last edited by
          #4

          It just might. I used a ON_NOTIFY_EX macro where I should have used a ON_NOTIFY the other day. Worked like a charm on ME in both Debug and Release build. It also worked fine on w2k in Debug build, but created access violations in Release. So, there is one example. There are probably thousends of others.

          M 1 Reply Last reply
          0
          • N Niklas L

            It just might. I used a ON_NOTIFY_EX macro where I should have used a ON_NOTIFY the other day. Worked like a charm on ME in both Debug and Release build. It also worked fine on w2k in Debug build, but created access violations in Release. So, there is one example. There are probably thousends of others.

            M Offline
            M Offline
            Manikandan
            wrote on last edited by
            #5

            Yes, you are right. But this one look strange to me. I don't know what to do. Just now i tried to implement something from, http://www.codeproject.com/w2k/access\_api.asp ////////////////////////// #define _WIN32_WINNT 0x0500 // allow Win2000 specific calls #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers #include // MFC core and standard components #undef _WIN32_WINNT // allow CFileDialog to build with /////////////////////////// this stuff too not working... anyway i try to fix the problem. thank you very much for responding.:rose:

            1 Reply Last reply
            0
            • M Manikandan

              I created a VC++ application under Win'98. I try to run under Win'2000 , i cannot...Why? Also from the workspace i cannot execute the application.:confused:

              G Offline
              G Offline
              Gianfranco Lanzetta
              wrote on last edited by
              #6

              For my opinion it's compiled wrong ... you try compile for 32platform and unicode format; because i guess that your pc(with win2000) ... it's disabled a option for loading your bilt format(for win98).

              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