Okay, thank you very much, I'll try this tomorrow and I will let you know the result.
Thanks for the help *tiphat...
User Profile
Collapse
-
Hi Shashi...thanks for the reply
You are right, all of my C/C++ functions to be called inside my VB.NET are imported as DLL.
something like :
(C/C++ Side)
declaration:
MY_IMPORT_DLL unsigned int count_me_in();
definition:
unsigned int count_me_in(){
return let_me_in;
}
(VB Side)
Declare Function CountMeIn Lib "MyEventManager "...Leave a comment:
-
Calling C# function inside VB.NET project
Hey folks, I have .NET Solution with the combinations of VB, C/C++ and C# projects on it. I have no problem calling C/C++ function inside my VB project but I dont know how to do the same with C# Project.
How to call C# function inside VB.NET?
Any help would be highly appreciated. Thank you
No activity results to display
Show More
Leave a comment: