SDk Requirement for using API

Discussions related to ReadyDoc development.
Post Reply
ahsanwolf
Posts: 4
Joined: Thu Oct 27, 2022 4:43 am

SDk Requirement for using API

Post by ahsanwolf »

hi,

I want to know that can i use SOFTPro API without installing SDK?
BobRichards
Posts: 1376
Joined: Wed Jan 15, 2014 3:50 pm
Location: Raleigh, NC
Contact:

Re: SDk Requirement for using API

Post by BobRichards »

The SoftPro SDK provides Visual Studio 2019 plugins to create the three SoftPro project types:
  • SoftPro Select Shell Package
  • SoftPro Select Server Package
  • SoftPro Select Console Application
The SDK provides critical MSBuild steps that enable the SoftPro Package projects to build. And finally the SDK provides a Help file to view public Select APIs.

So while you do not need to install the Select SDK to build console applications, you will need it to build Shell and Server packages since is provides assembly build instructions.
Bob Richards, Senior Software Developer, SoftPro
ahsanwolf
Posts: 4
Joined: Thu Oct 27, 2022 4:43 am

Re: SDk Requirement for using API

Post by ahsanwolf »

Thank you for your reply.
Post Reply