Page 1 of 1

SDk Requirement for using API

Posted: Tue Nov 15, 2022 5:46 am
by ahsanwolf
hi,

I want to know that can i use SOFTPro API without installing SDK?

Re: SDk Requirement for using API

Posted: Tue Nov 15, 2022 3:19 pm
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.

Re: SDk Requirement for using API

Posted: Wed Nov 16, 2022 7:44 am
by ahsanwolf
Thank you for your reply.