Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Setup error generating CAB
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00265714
Message ID:
00265962
Vues:
22
>Are you including a DLL or COM or OCX component? If so, you'll want to copy them into your distribution code areas even if they will be installed in the Windows/System folder. If you try to add a 'running' DLL to the CAB file you'll get errors.
>
>HTH
>Barbara

Barbara -

Thanks for responding. I don't know if I've included any of the components you mentioned. I did add code to incorporate

* Crystal Reports:
oReportApp = CreateObject("Crystal.CRPE.Application")
...

* Outlook Express:
oMAPISession = CreateObject("MSMAPI.MAPISession.1")
...

* and Winfax Pro 9.0:
oFax = CreateObject('WinFax.SDKSend8.0')
...

I honestly don't know if these fall into the DLL/COM/OCX categories (I'm new at this...) When I added the code for these things, I didn't add any additional classes or components other than just adding the code above. Is this causing my problem?

Thanks!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform