CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: kmanios

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    27,679

    Re: using a VB.NET dll in VB6

    I found the solution!

    I initially thought that you need to do the "regasm" in the development machine and then transfer the dll to the target machine and register with "regsvr32" there.

    This...
  2. Replies
    5
    Views
    27,679

    Re: using a VB.NET dll in VB6

    Thank you once again.

    I have read through these articles but none of them referred to the "entry point not found" issue. Are you sure that this is related to 32bit/64bit issues? Again, I have...
  3. Replies
    5
    Views
    27,679

    Re: using a VB.NET dll in VB6

    Thank you for your response!

    I am coding the dll in VB.NET under windows 7 64bit and the executable is in VB6 winXP 32bit, but I made sure that I targeted "any CPU" in the dll compile properties,...
  4. Replies
    5
    Views
    27,679

    using a VB.NET dll in VB6

    Hello,

    I am trying to create a DLL in VB.NET (2012) which I will then use in several existing VB6 applications.

    I have already built the DLL but I cannot get VB6 to use it! I created a DLL...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured