there is a project already developed using its own code.now in a small module for using SQLSMO in C ++ - CLI I used managed code.
How can I integrate encoded code with my own code?
There are already several similar threads in Stack Overflow. Keywords: P / Invoke and COM Interop, depending on the type of your own components. Here are some links:
. , MSDN. .
If you only need to access your managed class from an unmanaged application and not mind recompiling it into C ++ / CLI, you can use gcroot.
gcroot
Source: https://habr.com/ru/post/1707236/More articles:https://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1707231/update-duplicate-varchars-to-be-unique-in-sql-database&usg=ALkJrhjRs1D87bqTya5t7YYaGt7sc0r0Lwobject_id () vs sys.objects - sqlErlang Implementing a Star Search Algorithm - algorithmWhat are some examples of validate () and reset () methods in Struts 2? - strutsHow can I prevent a keydown event of a form in C # from firing more than once? - c #IoC and dynamic objects - dependency-injectionHow to add file browser to Java application? - javaExecuteNonQuery returns -1, although the execution was successful - sqlApplication Localization Instructions n-Tiered.NET - sqlHow to declare an array of strings in C ++? - c ++All Articles