VisualGDB + Mono Embeded

Sysprogs forums Forums VisualGDB VisualGDB + Mono Embeded

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #8277
    Maitredede
    Participant

    Hi,

    I am trying to use VisualGDB to compile a C/C++ program that uses an embedded Mono to run managed C# code in the app.

    In my solution, I have a VisualGBD C/C++ project (that compile correctly) and a C# project.

    How can I do to configure my projects/visualgbd to add the output of the C# project to be uploaded with the C/C++ projet, so the “CSharp.dll” assembly is in the same folder as the “nativeapp”  executable ?

    I have added the managed assembly to the references of the native project, but no success.

    Any idea ?

    Thanks

    #8284
    support
    Keymaster

    Hi,

    You can do that via custom pre-debug actions. Simply open VisualGDB Project Properties, go to the Debug Customization page and add steps to upload your DLLs. Note that this feature is available in the Custom and Ultimate editions.

    #8287
    Maitredede
    Participant

    Thanks.

    I have made a similar approach (post-build action). Maybe this could be added as a native VisualGDB feature (a check for “upload referenced projects outputs”).

    #8288
    support
    Keymaster

    Hi,

    So far it looks like a fairly rare scenario that could be easily automated with custom actions, however we’ll keep on watching this thread. If we get more feedback from other users that this would simplify things a lot, we will add it to one of the next releases.

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