I ask you for help with the setup of ASIO sdk. I would like to use it to connect some external devices to my system but before that I am struggling to even join ASIO to my programme.
I've downloaded ASIO 2.3 from there: http://www.steinberg.net/en/company/developers.html
and unfortunately C++ isn't my strongest point. SDK contains few folders (is folder named "Common" having every file needed?), there is no *.lib file only *.cpp and *.h files.
- I don't know which files are necessary so the SDK is installed completely.
- I was thinking about merging everything into one library but I don't know which files are important for SDK...
- Can you give me any hints how can I add files to my program so I can start using ASIO functions in my code?