Include Aspose.Slides Classes after Installing Aspose.Slides for C++ via NuGet

Hello,

How to import Aspose.Slides in the code after installing the NuGet package Aspose.slides.cpp?
screenshot.png (14.2 KB)
Could you help to give the details steps to test it. Thanks in advance.

@cd123,
Thank you for posting the question.

To make your code lines in the main function compile, just add the following headers and namespaces:

#include <iostream>

#include <DOM/Presentation.h>
#include <Export/SaveFormat.h>

using namespace System;
using namespace Aspose::Slides;

You can also find all header files in the path:
YourApp\packages\Aspose.Slides.Cpp.23.5.0\build\native\include\aspose.slides.cpp

A post was split to a new topic: Failed to Make a License Object Using Aspose.PDF for C++