How to call VB.NET DLL from C++ (Call the functions also - not DLL file only)

前端 未结 4 392
长情又很酷
长情又很酷 2021-01-07 05:38

I want to ask question about how to call VB.NET DLL from C++ program

I have tried many times to call VB.NET DLL file from C++ and it is working fine but the problem

4条回答
  •  [愿得一人]
    2021-01-07 06:20

    You would need to write a wrapper on C++/CLI for that . You might find the following link helpful. http://www.codeproject.com/KB/mcpp/cppcliintro01.aspx

提交回复
热议问题