class ClientListener : public IClientListener
{
public:
ClientListener(IClientListenerEx ^ pListener)
{
//pListener为C#对象,我怎么用变量保存它
}
private:
IClientListenerEx ^ m_pListener;//在C++中直接定义此变量有错
}
关于在C++DLL中使用C#对象的问题
- 写回答
- 好问题 0 提建议
- 追加酬金
- 关注问题
- 邀请回答
-
2条回答 默认 最新
- 染指一梦 2017-06-28 10:38关注
class ClientListener : public IClientListener
{
public:
ClientListener(IClientListenerEx ^ pListener)
{
gcrootpTmp = new gcroot(pListener);
m_pListener = static_cast<void>(pTmp);
}
~ClientListener()
{
if (m_pListener)
{
gcrootpTmp = static_cast>(m_pListener);
delete pTmp;
m_pListener = NULL;
}
}
void Call(int code)
{
gcrootpTmp = static_cast>(m_pListener);
((IClientListenerEx ^)*pTmp)->OnStatusChanged(code);
}
private:
void* m_pListener;
}本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报
悬赏问题
- ¥15 写代码写代码单片机代码写代码写数字按键代码
- ¥15 django按照距离进行排序
- ¥15 (标签-微信|关键词-微信公众号)
- ¥15 matlab中mjs用不了
- ¥15 Ios抖音直播的时候如何添加自定义图片在直播间!
- ¥60 riscv-pulpino总线上挂载axi从机
- ¥15 ssh登录页面的问题
- ¥50 关于在matlab上对曲柄摇杆机构上一点的运动学仿真
- ¥15 jetson nano
- ¥15 :app:debugCompileClasspath'.