Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Setup error generating CAB
Message
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00265714
Message ID:
00265962
Views:
23
>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!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform