Results 1 to 7 of 7

Thread: DLLs seem to be missing

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2000
    Location
    Sydney, Australia
    Posts
    74

    Angry

    I had a working project earlier today, it has not changed since that time. However when I try and run it now, it causes compile errors when I use Masked Edit boxes or flex grids in my code. I checked the references for hte project and found that there were no references to those controls. The worst part is that I cant find the required references to add them back in.

    Can anyone open up VB and check the name of the DLLs that i would need for these controls. Then I can check if the files still exist on my computer.

    Thanks

  2. #2
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    <?>

    Not sure I understand this one. The items are under components not references. Are you sure you still have the components on the form.
    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jul 2000
    Location
    Sydney, Australia
    Posts
    74
    you have a valid point regarding where to look (ie in components and not references) I checked there, the components are in the project and on the form, but if I try to run or comile the project i get errors whenever i use a variable of type MaskEdBox or MSFlexGrid

    I have no idea why this is happening, I have to document the code today, and it will be substantially hard if I can get it to run

  4. #4
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    <?>

    could you shoot in some code to see what is happening.
    When you say variable, does that mean you are trying to reference one of these objects by a name stored in a variable.
    Ie.
    dim x
    x = MaskEdit1
    x.caption = "help"

    if that is the case, you can't do that...it won't work.
    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

  5. #5

    Thread Starter
    Lively Member
    Join Date
    Jul 2000
    Location
    Sydney, Australia
    Posts
    74
    My code was working fine earlier today,

    dim x as MaskEdBox

    is essentially where the problem is

  6. #6
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    <?>

    I can't see that working..
    the ocx is MSMASK32.OCX

    flex is MSFlxGrd.ocx

    [Edited by HeSaidJoe on 09-12-2000 at 08:28 PM]
    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

  7. #7

    Thread Starter
    Lively Member
    Join Date
    Jul 2000
    Location
    Sydney, Australia
    Posts
    74
    I still have no idea what the problem was but when i copied the modules and forms then created a new project to put them in, adding the same references and components it worked.


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