User Profile

Collapse

Profile Sidebar

Collapse
MasterVision
MasterVision
Last Activity: Mar 19 '08, 06:37 AM
Joined: Jan 16 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Okay, thank you very much, I'll try this tomorrow and I will let you know the result.

    Thanks for the help *tiphat...
    See more | Go to post

    Leave a comment:


  • 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 "...
    See more | Go to post

    Leave a comment:


  • MasterVision
    started a topic Calling C# function inside VB.NET project
    in .NET

    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
    See more | Go to post
No activity results to display
Show More
Working...