I have written a small C program using portaudio and libsndfile which works only on my PC. In other systems it asks for libportaudio.dll and libsndfile.dll.I am linking with -lportaudio and -lsndfile.
I want to make this work everywhere(Windows) without asking for such things ?
What should i do to make this application (.exe) distributable ?
(I am using Code blocks and Mingw)
Thanks in advance.