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