gpt4 book ai didi

c# - 如何从 C# 调用 C++ native 属性

转载 作者:行者123 更新时间:2023-11-28 00:35:46 25 4
gpt4 key购买 nike

我的C++不太好但,..例如我有这个

#define GETSomthing_API  __declspec(dllexport)
extern GETSomthing_API int nGetSomthing;

还有我要这样导入的方法

GETSomthing_API  int GetSomthing(const char* szConfigPath, char *A, int B)

我如何从 C# 中调用它?

此外,我认为我的问题是 C++ 端的参数类型 (const char* ),C# 中的相等类型是什么!常量字符*

谢谢,

最佳答案

How to call C++ code from C#

Calling C++ function from C#

Using: [DllImport("xxx.dll")] xxx.dll由C++编译

希望这对您有所帮助。

关于c# - 如何从 C# 调用 C++ native 属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21014693/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com