CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    May 2000
    Posts
    33

    Mid and Right Function

    Hi

    I need to use the Mid function to build a string but VBA doesn't seem to know this function. I got this message: "Compilation error: Project or library not found" It works on my computer but not onthe QA computer. So, whats wrong with the settings on that computer?

    Thanks


  2. #2
    Join Date
    May 2000
    Location
    New York, NY, USA
    Posts
    2,878

    Re: Mid and Right Function

    Did you install your project using Package and Deployment Wizard? Another computer is missing some dll's and ocx's.

    Iouri Boutchkine
    [email protected]
    Iouri Boutchkine
    [email protected]

  3. #3
    Join Date
    May 2000
    Posts
    33

    Re: Mid and Right Function

    OK But how could I find the dll or ocx containing the function the application doesn't find.


  4. #4
    Join Date
    May 2000
    Location
    New York, NY, USA
    Posts
    2,878

    Re: Mid and Right Function

    Run PDW. It will find everything.

    Iouri Boutchkine
    [email protected]
    Iouri Boutchkine
    [email protected]

  5. #5
    Join Date
    Feb 2001
    Location
    Stamford CT USA
    Posts
    2,167

    Re: Mid and Right Function

    Try opening your project on the QA computer. Then goto Projects->References or Projects->Components and you should be able to find which component/object/dll that is missing.

    -Cool Bizs

    Good Luck,
    -Cool Bizs

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