VGDB projects fusion

Sysprogs forums Forums VisualGDB VGDB projects fusion

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #28819
    Ale
    Participant

    Hi everyone, I would ask how is possible to merge two different VGDB projects by using Visual Studio. Does anyone know how to do that?

    #28824
    support
    Keymaster

    Hi,

    Sorry, we don’t have a tutorial on merging multiple projects. Our best advice would be to look through our documentation on project types to understand the type of the project you are using, and where it stores the lists of files and settings.

    Then, you can try editing these locations manually to merge the settings from different sources.

    If you could let us know the type of the project (per the documentation page), we can share a few pointers, but this will still require non-trivial editing of configuration files, and many need some troubleshooting.

    #28829
    Ale
    Participant

    Hi, the type of project I was thinking about was the merge of “http web server example” (https://github.com/espressif/esp-idf/tree/master/examples/protocols/http_server) and “Modbus Master” (https://github.com/espressif/esp-idf/tree/cf056a7/examples/protocols/modbus/serial/mb_master)  projects.

    Let me know if you have any advice.

    Thanks.

    #28830
    support
    Keymaster

    Sorry, we thought you were asking about merging the contents of 2 project files.

    Merging the functionality of 2 projects is a complex engineering task that requires the understanding of both projects, the underlying software frameworks and its limitations. Hence, it cannot be done automatically.

    If you need help with this, please consider contacting our sales and we will give you a quote.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.