cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Include .dll files in DEV c++ priject
Include .dll files in DEV c++ priject
Jan 8, 2011 at 12:25pm UTC
chethankp
(2)
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
Jan 8, 2011 at 4:12pm UTC
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.