I have written the class and made the dll file .

Now i want call the member functions of the class from my application.

so i am writing wrapper functions which my application will use.These wrapper functions will call these dll functions.

how should i do this?how to call a dll functions from function defined in my application.?

i am setting some variable using my wrapper functons which are set by constructor of the class on dll side.
i have defined a global object of the class.

thanx