call functions from a dll

i want to make a program that calls a function from a dll that i created. i found one method for loading the dll. loadlibrary but how do i call the functionsthat are in the dll?
Direct linking:
http://www.cnblogs.com/WarrenTang/archive/2008/07/21/1247775.html

Run-time linking (look at "Using explicit run-time linking"):
http://en.wikipedia.org/wiki/Dynamic-link_library

Hope that helps.
It's clearly explained on MSDN docs, for 20 years...
Topic archived. No new replies allowed.