Libraries in C++

Posted on 16th Feb 2014 by admin

Hi all,

I have two libraries. one is based targeted on linux platform and uses another library which is windows based by default.

By following the instructions, I was able to build the windows based library in VS 2005 ( VC++) and have the resulting object file library. But, how do I build the other library here, which is linux based.

Any ideas?

the linux based code wont run unless it has the functions and headers from this windows based library.

Many thanks,

Other forums