Migrating from VC++6 to Visual Studio 2010

Jean-Michel Drouffe 1 Reputation point
2021-03-23T12:50:51.417+00:00

Witth some difficulties, I succeed, but two problems remain:
1- Html help: I do not find the parameters (for instance, name of the file .chm, name of the directory,..). How to access these parameters?
2- If I modify only one routine, all routines are again recompiled, even with no dependencies. How to avoid that?
Thank you for answering

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,604 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Dylan Zhu-MSFT 6,406 Reputation points
    2021-03-24T02:07:50.103+00:00

    Hi JeanMichelDrouffe,

    Currently, the support of visual studio 2010 is end. The document: https://learn.microsoft.com/en-us/lifecycle/products/visual-studio-2010

    We suggest you can use visual studio 2019 community: the html help, and it won't build the unmodified project in one solution.

    Best Regards, Dylan

    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our * *documentation* to enable e-mail notifications if you want to receive the related email notification for this thread.**

    0 comments No comments