creating a standalone portaudio program

Hi all,

I am relatively new to using external library nadI have the following problem with portaudio.I've searched the archive and found Mark question which was labeled "using an audio API". I even followed the reference he gives there http://wyonghao.blogspot.com/. However, I could not create an exe file only a manifest.
1. What am I doing wrong.
2. Mark example and the one in the above reference are written in c. what to do with c++?

Cheers,

Rafi
What you need is called static-linking. But keep in mind that sometimes it's illegal to do that + the exe file gets relatively big. It's way simpler to put the libraries (dlls) beside your exe file and have it work normally, or simply use a compression program (like WinRAR) with auto-executation after extraction.
Topic archived. No new replies allowed.