码迷,mamicode.com
首页 > 其他好文 > 详细

Stack around the variable 'data' was corrupted.

时间:2015-05-05 21:59:31      阅读:123      评论:0      收藏:0      [点我收藏+]

标签:c++   struct   

C#与C++交互

  • C++将struct推送给C#, C#是以ref struct格式接收的.
    出现以上错误,找了几天.虽然很明显是内存越界,可直到今天才突然想到问题所在.
    原来是把C++层的#define xxx = ‘n’ 换成了C#层的 enum … xxx = (byte)’n’
  • 而C#的enum默认是int型的,自然然与char不匹配, 于是就出现了上面的错误.

  • -

Stack around the variable 'data' was corrupted.

标签:c++   struct   

原文地址:http://blog.csdn.net/along1976/article/details/45506723

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!