views:

178

answers:

2

Hello, 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...

A: 

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

Andy
A: 

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...