首页 > Windows开发 > 详细

如何用Nsight调试C# OpenGL程序

时间:2015-05-29 00:49:34      阅读:542      评论:0      收藏:0      [点我收藏+]
 
Q: I have an OpenGL application written in C#. When I try to debug the application using Nsight 4.5, I get the following error:

Launch failed : Unable to launch .\program.exe because architecture type is MSIL

This was previously possible, and now its not. Is there a way around this?
 
A: Maybe you can try this:

- build your code target x86 or x64, but not AnyCPU

This may jump over your issue, but if it still show no success, I have to say Nsight don‘t official support .Net codes and binary files.
 
 

如何用Nsight调试C# OpenGL程序

原文:http://www.cnblogs.com/lilei9110/p/4537272.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!