Hi ,
I am working on a C++ Migration project in which I need to migrate all our code from VS2005 to VS2010.
And also I need to change the architecture of it, previously it was on x86 arch. now I need to port it to x64 Arch.
The problem is that we are using Crystal reports and Crystal report viewer in out project which is of 32 bit.
And to make it workable I havee to use Crystal report of x64 bit.
TO compile the application correctly Ineed some of .dll and .h files of Crystal reports(It's how we build the C++ solution).
I downloaded bunch of trial versions from the site including following
- SAP Crystal Reports 2013 30-Day Evaluation
- SAP Crystal Server 2013
- Installation package which installs the software into the Visual Studio IDE
- SAP Crystal Reports runtime redistribution packages (no IDE integration)
but in any of installation I didn't find the lib or inc folder.
Am I missing any thing here?
Regards,
Sagar K.