CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 11 of 11
  1. #1
    Join Date
    Feb 2009
    Posts
    48

    Seeking 64-bit versions of VisualC++ 6.0 runtime libraries

    Greetings, for sure there's 64bit versions of headers+runtimes for VC6, I have seen IA64 created in /lib by some package, unfortunatelly I have deleted them and now need them back, just can't remember what package contained 64-bit versions, any hints? thanks

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Seeking 64-bit versions of VisualC++ 6.0 runtime libraries

    I guess you need the PSDK from February 2003
    Victor Nijegorodov

  3. #3
    Join Date
    Feb 2009
    Posts
    48

    Re: Seeking 64-bit versions of VisualC++ 6.0 runtime libraries

    but I didnot need Windows SDK headers, just have them. Need VC runtimes (msvcrt, libc, 64 bit ver)

  4. #4
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Seeking 64-bit versions of VisualC++ 6.0 runtime libraries

    There are folders you appear to need:
    • Microsoft SDK\include\Win64
    • Microsoft SDK\Bin\Win64
    • Microsoft SDK\Lib\IA64
    Victor Nijegorodov

  5. #5
    Join Date
    Feb 2009
    Posts
    48

    Re: Seeking 64-bit versions of VisualC++ 6.0 runtime libraries

    @ VictorN

    These are folders i need:

    C:\Program Files\Microsoft Visual Studio\VC98\Include\Win64\
    C:\Program Files\Microsoft Visual Studio\VC98\Lib\Ia64\

    no need for Bin\ since I use 3rd-party compiler

    so I'm not sure if PSDK 2003 delivers them?
    My current Windows SDK might get overwritten by this old one, I just need the VC stuff, only that.

  6. #6
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Seeking 64-bit versions of VisualC++ 6.0 runtime libraries

    Quote Originally Posted by Anakunda View Post
    @ VictorN

    These are folders i need:

    C:\Program Files\Microsoft Visual Studio\VC98\Include\Win64\
    C:\Program Files\Microsoft Visual Studio\VC98\Lib\Ia64\
    Sorry, I never saw them since the time I had begun using VC++6.0 (Enterprise edition + SP5 + SP6)

    And what prevents you to reinstall PSDK 2003 to restore all needed folders?
    Victor Nijegorodov

  7. #7
    Join Date
    Feb 2009
    Posts
    48

    Re: Seeking 64-bit versions of VisualC++ 6.0 runtime libraries

    because I dont know if these are in PSDK2003


    C:\Program Files\Microsoft Visual Studio\VC98\Include\Win64\
    C:\Program Files\Microsoft Visual Studio\VC98\Lib\Ia64\

    Ok I may try it but don't bet on it much since these folders are VC related, not SDK
    Anyway there MUST ba a updater that delivers these files since I see these folders(empty) at given locations
    One I m sure is VS6SP6 doesnot deliver them

  8. #8
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Seeking 64-bit versions of VisualC++ 6.0 runtime libraries

    Quote Originally Posted by Anakunda View Post
    because I dont know if these are in PSDK2003
    They do exist in PSDK 2003.

    Quote Originally Posted by Anakunda View Post
    Ok I may try it but don't bet on it much since these folders are VC related, not SDK
    Anyway there MUST ba a updater that delivers these files since I see these folders(empty) at given locations
    Where, when, for what version/edition?
    BTW, Google failed to find "VC98\Include\Win64" either (the only exception was this thread! )

    Quote Originally Posted by Anakunda View Post
    One I m sure is VS6SP6 doesnot deliver them
    ... as well as Sp3 or Sp5
    Victor Nijegorodov

  9. #9
    Join Date
    Feb 2009
    Posts
    48

    Re: Seeking 64-bit versions of VisualC++ 6.0 runtime libraries

    Quote Originally Posted by VictorN View Post
    BTW, Google failed to find "VC98\Include\Win64" either (the only exception was this thread! )
    but for me google didnot failed to find "VC98\Lib\IA64", some chineeses mentioned

    Ok I'm going to install old PSDK and will see

  10. #10
    Join Date
    Feb 2009
    Posts
    48

    Re: Seeking 64-bit versions of VisualC++ 6.0 runtime libraries

    So old PSDK seems the way to go.
    I downlodaed PSDK 2008 from here

    http://www.microsoft.com/downloads/d...displaylang=en

    unfortunatelly the link redirects only to PSDK 2008 which contains VC 9.0 64bit runtimes.
    anybody can help give hardlink to old PSDK 2003 ?

  11. #11
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Seeking 64-bit versions of VisualC++ 6.0 runtime libraries

    Victor Nijegorodov

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

Featured