can anyone help me with linking libsox to my program in Windows? I have made a static library libsox.lib according to directions in INSTALL file in sox 14.2.0 source code version. Is there any way to build a dynamic library? I think it should be easier way...

link|improve this question
1  
Try to give more details, like which compiler you use to compile with (gcc under cygwin?). Error messages? – hlovdal Apr 17 '09 at 23:39
feedback

2 Answers

What language are you using? How are you currently building and linking the library?

This link gives some info on linking libraries in VC++ under windows, but without more info from you no-one will be able to help

link|improve this answer
feedback

I am using C++, I have built the static library in VC++ but I need to use this library in my project on Borland C++ Builder. Is there any possibility to do this? I know, that they use different conventions of name decoration...

link|improve this answer
feedback

Your Answer

 
or
required, but never shown