on 2024 Aug 26 11:08 AM
I have a Windows C++ application that is using Crystal Reports XI, and I want to upgrade to Crystal Reports 14. In my current application, we are getting the CLSID which we are passing to CoCreateInstance like this:
CLSIDFromProgID (L"CrystalRuntime.Application.11", &CLSID_Application);
I have installed Crystal Reports 2020 via the file:
CR202004P_600-70005715.EXE
When I look at the Registry Keys under HKEY_CLASSES_ROOT, I see no key for CrystalReport14 that is similiar to CrystalRuntime.Application.11. What is the right key/ProgId of Crystal Reports 14 to call CLSIDFromProgID? Are there any additional things I need to download?
These are the installations of my computer:
Operating system: Windows 10 Pro
IDE: Microsoft Visual Studio 2010, Version 10.0.40219.1 SP1Rel
Microsoft .NET Framework 4.7.02558 SP1Rel
Thank you very much in advance.
Request clarification before answering.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.