Hi there,
Id like to know how to make a dll using DevC++. Ive tryed to do that but I couldnt be succesfull. The application said it couldnt find the entry point of the dll.
Please, help me.
Percy.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2002-11-24
You need entry point or DllEntry function in your code, because there is a lot of stuff to explain, look the FAQ in mingw site http://www.mingw.org and of course WinAPI...
Toni
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2002-11-24
Mistake... It's not DllEntry, it's DllMain function.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there,
Id like to know how to make a dll using DevC++. Ive tryed to do that but I couldnt be succesfull. The application said it couldnt find the entry point of the dll.
Please, help me.
Percy.
You need entry point or DllEntry function in your code, because there is a lot of stuff to explain, look the FAQ in mingw site http://www.mingw.org and of course WinAPI...
Toni
Mistake... It's not DllEntry, it's DllMain function.