Hey,

I have a dll, no lib file or anything. I have dissasembled it and got a list of the exported function names.

What i need to know how to do is call a function, from the dll in my program.

I dont know the function params at the moment, so i when i load the dll and type:

function_name(

I need visual c to tell me the params as it does normally. Is it LoadLibarary() or somthing i need to use? Im not sure anyway.


I hope this is understandable,

Thanks alot,
TNT