CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: DLL in VC++

  1. #1
    Join Date
    Oct 2011
    Posts
    4

    DLL in VC++

    I have created a DLL in vb.net (function 1 displays a message, function 2 add 2 nos). I used VB.NET DLL(both functions) in VC++ DLL project. Then DLL created in VC++ is used in LABview. Now its all working fine.

    Now when i used the same DLL with same method in labview on other machine. It dint work.
    I tried and copied many supporting dll's on other machine but all in vain.

    DLL function of VC++ which does not call VB.net dll's function is working on other machine.
    but VC++ DLL Function which again calls a function in VB.net DLL that does not work on other machine.

    What should be the possible reason?
    Please Guide me.

    Thanks

  2. #2
    Join Date
    Nov 2000
    Location
    Voronezh, Russia
    Posts
    6,620

    Re: DLL in VC++

    What should be the possible reason?
    No proper .NET framework installed?
    Best regards,
    Igor

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured