Results 1 to 3 of 3

Thread: project does not run from within vb help me please

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2000
    Posts
    103

    Angry

    i have taken over a project from another company and cannot run the application in vb it comes up with
    "license not found errors in my log files"
    i have tryed registering my dll files but still nothing
    the disk was given with the code in it should that have my project cab file in it?? because its missing from the disk and there is a setup.vbz file on it that is corrupt.
    im a lost little sheep in the meat works
    help me please
    all i want to do is run it from within vb!!!!!

  2. #2
    Hyperactive Member
    Join Date
    Jun 2000
    Location
    Auckland, NZ
    Posts
    411

    Which dll's/OCX's does it want?

    Your cab file is corrupt you say, so I realise you cannot see the setup.lst. In your source files however (vbp file mainly), there will be lines like those below indicating the references needed by your project.

    Code:
    Object={831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0; mscomctl.ocx
    Object={BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0; tabctl32.ocx
    Object={0BF740FC-3012-11D3-A263-00A0CC24A88F}#3.0#0; @ctiVideo.ocx
    Object={C932BA88-4374-101B-A56C-00AA003668DC}#1.1#0; MSMASK32.OCX
    Object={F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0; comdlg32.ocx
    Object={648A5603-2C6E-101B-82B6-000000000014}#1.1#0; MSCOMM32.OCX
    Object={F1909D6D-FB9D-11D3-B06C-00500427A693}#1.0#0; xuiTreeView6.ocx
    Object={396F7AC0-A0DD-11D3-93EC-00C0DFE7442A}#1.0#0; vbalIml6.ocx
    Object={100EF041-4300-11D4-86FF-00104B1986B2}#3.0#0; pclFastStatusBar.ocx
    Object={100EF1A6-4300-11D4-86FF-00104B1986B2}#4.0#0; pclTrackedImage.ocx
    Object={1B708D2F-4333-11D4-8700-00104B1986B2}#1.0#0; pclPanelText.ocx
    You must determine if the files are present on your machine and if the CLSID's are registered on your machine.

    That's the first step. Post back once you have done this.

    Regards
    Paul Lewis

  3. #3
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    One or more of the ActiveX controls used by the project was licenced, and the licence isn't on your computer. Do you know which controls were causing the problem? The first 20 or so lines of the project (.vbp) file should be enough.

    Also, can you post a full list of all the files you got?
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

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