Include .dll files in DEV c++ priject

Hi,
I have some function in WSN.dll , I want to include the function in run time ..
How to include this in DEVC++ compiler .
I have the wsn.dll file ,.. the function i'll be calling is Client_API.Login();

regards
chethan
closed account (zb0S216C)
It's advised that you change you're IDE to a more up-to-date IDE such as Code::Blocks or MSVC++ Express 2010. Dev-C++ has not been updated since 2005.

Second: Including a DLL into a project requires the Windows library. To get the best answer, try posting in the Windows Programming forum.
Topic archived. No new replies allowed.