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. VCToolkit and DevStudio 6?

VCToolkit and DevStudio 6?

Scheduled Pinned Locked Moved C / C++ / MFC
questionc++debuggingworkspace
3 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.
  • Y Offline
    Y Offline
    yurig
    wrote on last edited by
    #1

    Hi All, Now that MS VCToolkit (compiler and libraries from VC++ 7.x) is available as a free download from Microsoft, a natural question would be - is it possible at all to use it with DevStudio 6? It would be nice to be able to use the build environment... How about debug info compatibility and command line options compatibility? Did anybody try? thanks!

    R 1 Reply Last reply
    0
    • Y yurig

      Hi All, Now that MS VCToolkit (compiler and libraries from VC++ 7.x) is available as a free download from Microsoft, a natural question would be - is it possible at all to use it with DevStudio 6? It would be nice to be able to use the build environment... How about debug info compatibility and command line options compatibility? Did anybody try? thanks!

      R Offline
      R Offline
      Ryan Binns
      wrote on last edited by
      #2

      yurig wrote: is it possible at all to use it with DevStudio 6? Yes. Just set the paths to the new compiler before the paths to the VC6 compiler in the Executables section of the Directories tab in the Options. yurig wrote: How about debug info compatibility and command line options compatibility? The command line is compatible, so no problems there. Unfortunately, the VC6 debugger can't understand the VC7 debugging information, so you won't be able to debug any apps generated with it under VC6 - you'll need to use the new debugging tools.

      Ryan

      "Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

      Y 1 Reply Last reply
      0
      • R Ryan Binns

        yurig wrote: is it possible at all to use it with DevStudio 6? Yes. Just set the paths to the new compiler before the paths to the VC6 compiler in the Executables section of the Directories tab in the Options. yurig wrote: How about debug info compatibility and command line options compatibility? The command line is compatible, so no problems there. Unfortunately, the VC6 debugger can't understand the VC7 debugging information, so you won't be able to debug any apps generated with it under VC6 - you'll need to use the new debugging tools.

        Ryan

        "Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

        Y Offline
        Y Offline
        Yuri Gershanov
        wrote on last edited by
        #3

        Thanks Ryan! I was able to compile my project, and this is basically all I need at this point - just make sure it will compile. Yuri

        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