积极答复者
关于BCB调用C#DLL问题

问题
答案
-
你好:
欢迎来到MSDN中文论坛!
BCB我不懂,但是经过搜索我发现有人跟你有同样的需求并且实现dll的调用:
根据这个发帖者的经验,首先应该确保你的C#开发的dll是COM可见的,并且已经注册,然后在C++项目里面Property Pages->Common Properties->Framework and References引用这个dll。
更多内容请参考MSDN文档:
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- 已标记为答案 CaillenModerator 2013年11月18日 13:45
全部回复
-
既然都是.NET的,如果你的BCB也是基于NET架构的应该可以相互调用的。
如果BCB不是.NET的,恐怕不行了,你还得重新用C++或者更底层的代码封装方可通用。
For Account Validation, please follow "Verify Account+Number" at http://social.msdn.microsoft.com/Forums/en-us/home?forum=reportabug
For ASP.NET Question, please ask at http://forums.asp.net
For other questions, you can find a specific forum and then ask at http://stackexchange.com/sites
Click and Donate at http://www.freerice.com -
你好:
欢迎来到MSDN中文论坛!
BCB我不懂,但是经过搜索我发现有人跟你有同样的需求并且实现dll的调用:
根据这个发帖者的经验,首先应该确保你的C#开发的dll是COM可见的,并且已经注册,然后在C++项目里面Property Pages->Common Properties->Framework and References引用这个dll。
更多内容请参考MSDN文档:
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- 已标记为答案 CaillenModerator 2013年11月18日 13:45