Forums › SA Series Discussions › SA44B – How to Build and Test the examples in SDK
- This topic has 1 reply, 2 voices, and was last updated 6 years, 6 months ago by
Andrew.
- AuthorPosts
gpsriramParticipantI am trying to develop our own application using SA44B.
If I want to start the developments based on SDK-examples. what are the tools do I need to install on windows.
Is there any step by step Visual studio guide to run the examples?
Thank you very much for your support.
-Sri
AndrewModeratorHello Sri,
Our device APIs are standard Windows DLLs. The interface is exposed through a set of C functions, which means you can call these functions from most programming languages like Python, C++, Matlab, etc. Each language will have its own development environment. If you were programming in C++, I would use Visual Studio, which you can download and use for free (for small business/non commercial projects). We do not have any guides for using VS or for setting up your development environment.
Regards,
Andrew- AuthorPosts
You must be logged in to reply to this topic.