¡@

Home 

c++ Programming Glossary: dylib

linking and using a C++ library with an Objective-C application

http://stackoverflow.com/questions/1233381/linking-and-using-a-c-library-with-an-objective-c-application

around on Apple's site looking for a way to link either a .dylib or .so with my C code in it to my Xcode project but nothing.. against it but when I tried to call functions from that .dylib it was saying that it didn't know what I was trying to do. Does.. them together Thanks Robbie c objective c xcode linker dylib share improve this question You're going to hit one obstacle..

How to use dylib in Mac OS X (C++)

http://stackoverflow.com/questions/4677044/how-to-use-dylib-in-mac-os-x-c

to use dylib in Mac OS X C I made an application an executable calling some.. OS X C I made an application an executable calling some dylib successfully However the dylib files and the executable are.. an executable calling some dylib successfully However the dylib files and the executable are in different directory. I added..