Need help to call the Aspose.Words.dll in VC++

Hi ,
I am trying to use the Aspose.Words.dll and Aspose.Words.tlb file in VC++. I am not able to call the document class. Can you please provide me one sample application in VC++ with using the Aspose.Words .net dll.
Thanks
Rao.

Hi
Thanks for your request. You can use Aspose.Words in your VC++ project via COM interop. Please follow the link for more information:
https://docs.aspose.com/words/net/supported-platforms/#com
Hope this helps.
Best regards,

Hi ,
Can you please provide me one simple sample application in VC++ for converting the word to pdf.
I am not able to call Aspose.Words.dll in VC++.
Thanks
Rao.

Hi
Thanks for your request. I think, in your case, you should create a wrapper class and call it from your VC++ project. You can use the same techniques as described here to achieve this:
http://support.microsoft.com/kb/828736
In this case, all code where you use Aspose.Words will be written in C# or VB.NET.
Best regards,