I feel like one of us is a Martian (probably me). I have no idea what you're on about. Far?
I'm simply writing visual basic tools under Windows OS that are hopefully useful to the OFP community.
I prefer in this instance to use VB because of it's very quick 'n dirty forms creation ability.The simple gui tools I'm doing don't justify the C++ (visual studio 6/7 ) overhead of my sweat and tears.
I have uploaded a very simple tool already that sniffs at missions and campaigns to check which addons, if any, are used, and if they're 'official' or otherwise. Now, I want to extend that specific application to read the content of a pbo file rather than, use winpbo console mode to extract to temp.
If all goes well I will later apply a small data base of references to some of the well known addons, and hopefully extend that to anything with an ofpec TAG_
SO, what I'm after at this moment is a plugin, a dll, a com object, an active x component, that I can use to decompress pbo's and apply that 'thing' to many other small tools, not just the above. It would appear from comments on other forums, other sites, that many of use are looking for same thing. A stand alone pbo extractor that is driven by program, not human.