so do you say that the only way to tell the linker the dependecies, is to link it to a lib ?
that was my point,
the dependecies are the name of the func and the dll , right ?
so that's my question, how to write the dll name in C,
from this discussion i understand that this is impossible,
where in basic for example it's very easy:
declare sub foo lib "kernel.dll"
if what i said so far is true, then it's a great disappoint that this little dll name, can't be include
in the func proto in C.
another question:
the lib that has the dll name, has also code to load it ? or only its name ?