
Exporting To PDF, RTF using VB6 (SP4) Crystal 8.5
Dave,
I recently had the same problem.
If you are deploying to NT or 95 machines, you need to make sure that you
package atl.dll (Win 2000 should have the right version already).
The correct version of the dll is 3.0.8449.0. If you have CR 8.5, you can
find the dll for Win NT on your install cd in
Windows\System32\Redist\MS\System, and for Win 95 in
Windows\System32\Redist\MS\System\ANSI.
The Package and Deployment Wizard (if that's what you are using) does not
detect atl.dll, so you have to manually add it your package. Hope this
helps.
Julie
Quote:
> I have a VB6 application that uses the RDC and CRViewer. I have built the
> package and the application works except that the EXPORTMODELLER.DLL and
> TSLV.DLL will not register on the target machine. If I try to manually
> register the DLL I get a failure message.
> Everything is fine if the target machine has 8.5 on it. I have tried the
> deployment package on a number of PC builds Win 95 OSR1 / 2 / 2.5 Win98
etc
> without any success.
> We upgraded from 8.0 to 8.5 because of the problems with the later beta
PDF
> export format and have made the PC has been rebuilt to prevent conflicts
> between versions etc.
> Any help, sample SETUP.LST files etc or confirmation that someone is
> successfully deploying the DLLs would be really appreciated as we seem to
> be going nowhere.
> The development PCs are Win 95 OSR 2.
> Thanks
> Dave Goody