When importing ActiveX components into Dataflex we sometimes get some odd differences with the next version of the control

Obviously the component supplier will say nothing has changed on their side and they may possibly be correct

Wrapper class differences

1) Set psProgID ..... we have situations between versions of a component where with the new version this line does not get generated. Interestingly the id is still picked up and shown in a comment above the class //CLSID:{}. Can you give me any clues as to where it is looking in the ActiveX and why both versions could create the CLSID comment but only one the Set psProgID code line ?

2) Where in the activeX does it look for the string it uses to name the pkg file ? Sometimes the destination file will be something like c:\<path>\.pkg i.e. no filename just a pkg extension

I'm just looking for something I can go back to the supplier with saying this is where it is looking for these things

Thanks