cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Crystal Reports 14 in (unmanaged) C++

stefan-grasse
Explorer
0 Likes
336

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.

Accepted Solutions (0)

Answers (0)