Results 1 to 4 of 4

Thread: Does the win32 api are same for windows 9x and windows 2000

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Dec 2000
    Posts
    31
    Hi all,

    I want to upgrade an vb application that is using win32 api from windows 9x to windows 2000. Are the api definitions are same for both win 9x and win 2000, or do i need to change the api's . The application is using API to access registry , access ini files including win.ini and win help api.

    How many type of windows 2000 products are there? Are the API are same for all? can anybody shower some light on this. Any website (other than microsoft) for this?

    regards
    V.Ramesh Babu

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913

    re:

    More than likely they are still the same. There are probably new ones for 2000 though, but generally all 32 bit API' should work.

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Dec 2000
    Posts
    31

    Exclamation

    Hi cander,

    Thanks for the reply. you have any idea of any websites that lists these changes in API. I could not find it out in Microsoft website.

    Regards
    V.Ramesh Babu

  4. #4
    Lively Member
    Join Date
    Aug 2000
    Location
    UK
    Posts
    78
    There ARE many differences. I've had a few probs myself. It seems Windows 2K has to grant permission, or you have to ask before it will let you do certain 'system' procedures.

    To mention 2 examples, I had probs with shutting down the PC in 2K and probs with stopping certain process's that were running. In win2K to shut down a process you have to do a lot more work.

    BTW, things like 'SHFileExists' don't work either.




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