Thank you for being a valued part of the CNET community. As of December 1, 2020, the forums are in read-only format. In early 2021, CNET Forums will no longer be available. We are grateful for the participation and advice you have provided to one another over the years.

Thanks,

CNET Support

General discussion

Bloodshed Dev-C++: How I can use DLL to get his functions ?

Mar 16, 2008 7:37AM PDT

Hello.

I have looked the examples of Bloodshed Dev-C++, they have helped me, but that seems to me odd.
What I want to do, it's make C++ scripts with DLL functions and I know that it's possible to call DLL like for example:

- I use 'gdi32.dll' with PE Explorer
- I choose 'CreateCompatibleDC'
- I go to in Bloodshed Dev-C++
- I want to use this function in my C++ script

Then, how I can do after ?

Discussion is locked