I have a Utils.lib file which contains all the compiled c++ files. And now i have to use them in my project...How can i do that? I am actually trying to import the c++ files in a objective c application
subject: How do i use the files inside the .lib file?