Possible Duplicate:
How to use dylib in Mac OS X (C++)
I have the following files:
- lost.h
- lost.dylib
I am struggling with the concept of how my C program knows where my lost.dylib file lives? At the top of my file I do an include #include "lost.h"
but how does my program know about my lost.dylib?