webspy Posted November 16, 2006 Share Posted November 16, 2006 Is it possible to create a dll in VB.NET that can be called by a C/C++ program ? I mean, is there a way to export functions in a dll created with VB.NET ? Link to comment https://www.neowin.net/forum/topic/513043-call-vbnet-dll-from-c/ Share on other sites More sharing options...
0 XerXis Posted November 16, 2006 Share Posted November 16, 2006 you could make an activex/com object in vb.net and call that. There are ways to call .net assemblies from c++ but they are more difficult. I remember reading about one on codeproject once maybe this helps http://www.codeproject.com/csharp/ManagedCOM.asp Link to comment https://www.neowin.net/forum/topic/513043-call-vbnet-dll-from-c/#findComment-588053258 Share on other sites More sharing options...
Question
webspy
Is it possible to create a dll in VB.NET that can be called by a C/C++ program ? I mean, is there a way to export functions in a dll created with VB.NET ?
Link to comment
https://www.neowin.net/forum/topic/513043-call-vbnet-dll-from-c/Share on other sites
1 answer to this question
Recommended Posts