简体   繁体   English

我可以在MONO中创建一个dll /库以在Linux下的C ++程序中使用吗?

[英]Can I create a dll/library in MONO to be used in a C++ program under Linux?

I think the title explains everything; 我认为标题说明了一切; is this possible? 这可能吗? Develop a ClassLibrary project to be used in a C++ linux project? 开发要在C ++ linux项目中使用的ClassLibrary项目?

Yes, it is possible. 对的,这是可能的。 Look here for detailed documentation: http://www.mono-project.com/Embedding_Mono 在这里查看详细的文档: http : //www.mono-project.com/Embedding_Mono

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何创建可用于c ++和c#的dll? - How can I create a dll that can be used for both c++ and c#? 如何从 CUDA C++ 创建和使用动态库“.so”,并在 Linux 环境 (CentOS) 下的 C# 代码中使用它? - How can I create and use a dynamic library ".so" from CUDA C++ and use it inside C# code under Linux environment (CentOS)? Linux下的Mono共享库位置 - Mono shared library under linux location 我如何制作一个可以在Linux上使用Mono的C#在Windows上编码的程序? - How can i make a Program coded on Windows in C# with mono, able to work on linux? 如何在Linux上使用Mono将Perl解释器嵌入C#程序中? - How can I embed a Perl interpreter in my C# program using Mono on Linux? 可用于Mono的音频库 - Audio library that can be used for Mono 创建可以在c#和c ++中使用的c#dll - create c# dll which can be used from both c# and c++ Mono C#Websocket库在linux下传入的wss连接请求上引发错误 - Mono c# Websocket library throws errors on incoming wss-connection requests under linux Gstreamer-sharp.dll在Linux(单声道)下运行 - Gstreamer-sharp.dll run under linux (mono) 我无法从C#获取PInvoke到C ++ DLL的输入参数,以用作IntPtr的输出 - I can't get the input parameter of a PInvoke to C++ DLL from C# to be used as ouput with IntPtr
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM