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

Thread: .oca file

  1. #1
    Join Date
    Apr 2001
    Location
    Portugal
    Posts
    7

    .oca file

    I'm wondering if anyone knows what's an .oca file, and how can I prevent it messing up with my project's


  2. #2
    Join Date
    Jan 2000
    Location
    Olen, Belgium
    Posts
    2,477

    Re: .oca file

    Oca files are typelibraries for an ocx. This means that every ocx has an oca. If it doesn't have an oca, it is created when needed, and only if VB recoginzes the control. Actually, it is more then a typelibrary. it is also a cache for the ocx, so if you think you are using the wrong version of the ocx, but you already compiled a new one, try removing the oca. This of course, costs time, cause will must recreate it.

    There's a more technical explanation of this at msdn:
    http://support.microsoft.com/support.../Q149/4/29.asp

    Tom Cannaerts
    [email protected]

    Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning -- Rich Cook
    Tom Cannaerts
    email: [email protected]
    www.tom.be (dutch site)

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