This is probably way too simple for all you folks here, so I'm hoping someone is gracious enough to help.
I need to build a win32 DLL in C. I am using a tool that allows me to import and reference the functions exported by the DLL I want to build.
To make matters worse, I just got my hands on Dev-C++, so I'm rather new at it.
Pointing me to online reference sources would work fine. Dev-C++ walks you through making the DLL, so I think I'm okay with the making part. But I'd like to test it in a C program, and I don't know how to link in the DLL, and call functions exported by it.
Thanks in advance.
Murad
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi:
This is probably way too simple for all you folks here, so I'm hoping someone is gracious enough to help.
I need to build a win32 DLL in C. I am using a tool that allows me to import and reference the functions exported by the DLL I want to build.
To make matters worse, I just got my hands on Dev-C++, so I'm rather new at it.
Pointing me to online reference sources would work fine. Dev-C++ walks you through making the DLL, so I think I'm okay with the making part. But I'd like to test it in a C program, and I don't know how to link in the DLL, and call functions exported by it.
Thanks in advance.
Murad