i didn't say i want to do, because i don't know yet exactly how to do.
but what i want is to
know exactly all the details, how it works,
and how can i use dll, without use any lib func,
even if i'll need to load it manually with loadlibrary.
after i'll know the exact details, i can decide
and the details i miss are, how other languages load dlls,
do they use loadlibrary, or what i thought from the begining,
they only put information on the EXE header, and windows loader load it.
and if this is true, i really wonder why C can't do that , if it really can't.