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

Thread: ActiveX

  1. #1
    Join Date
    Mar 2001
    Posts
    3

    ActiveX

    I have maked a ActiveX (OCX) and all is working fine on my computer.
    When I make a installations file i have the folloving mesage.
    Below is a list of file for which dependency information could not be found.
    Whot have I maked wrong ?


  2. #2
    Join Date
    Aug 2000
    Location
    NY, USA
    Posts
    632

    Re: ActiveX

    Some files just do not need anything, some other require some dependency (you can find such info in help files for those files - it's usually Third party component). Just click next and make setup for your OCX. Install it and test on another machine. If there are some missing files, you'll know.
    Vlad


  3. #3
    Join Date
    Jan 2000
    Location
    MO, USA
    Posts
    1,506

    Re: ActiveX

    In addition to vchapran's post - be sure to include the .vbl file, if you are using the visual basic licensing. In project properties for your control - look at the checkbox on the General for "Require License Key". If that's checked, VB will generate a .vbl file for distribution with your ocx. otherwise, anyone can use your control in their programs.

    just a thought,

    john

    John Pirkey
    MCSD
    http://www.ShallowWaterSystems.com
    http://www.stlvbug.org
    John Pirkey
    MCSD (VB6)
    http://www.stlvbug.org

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