Paulo Filipe
August 28th, 2001, 05:48 AM
I'm wondering if anyone knows what's an .oca file, and how can I prevent it messing up with my project's
|
Click to See Complete Forum and Search --> : .oca file Paulo Filipe August 28th, 2001, 05:48 AM I'm wondering if anyone knows what's an .oca file, and how can I prevent it messing up with my project's Cakkie August 28th, 2001, 06:41 AM 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/kb/articles/Q149/4/29.asp Tom Cannaerts slisse@planetinternet.be 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 codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |