CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 1999
    Location
    Bangalore, India
    Posts
    30

    What are the DLLs that have to be shipped along with an Active Control created using VB?

    Env: VB 6.0, Windows 9x/NT

    Hi,

    What are the DLLs that have to be shipped along with an ActiveX control
    created using VB 6.0? Lets assume that the person going to use the
    ActiveX control has just installed Windows and has no other applications
    installed.

    Is the MFC42.DLL?

    Awaiting an early reply. Thanks in advance,

    With Regards,

    Anuj Seth

    [eCode] seth
    [WWW] http://anujseth.tripod.com/
    http://www.geocities.com/anujseth/

  2. #2
    Join Date
    Feb 2000
    Posts
    19

    Re: What are the DLLs that have to be shipped along with an Active Control created using VB?

    Use the Package and Deployment wizard It'll take care of all the dependency files if u dont want to create the setup then go thru the process let the wizard create the setup for u and see the setup .lst and the dep files


  3. #3
    Join Date
    May 2000
    Posts
    14

    Re: What are the DLLs that have to be shipped along with an Active Control created using VB?

    well a depency walker comes along visual studio which enables u to see the dependencies


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