Hi
I'm a new user of dev c++, and I would know the sintax to import a function located in a file.dll into a
program , and how to create a file.dll whit dev c++.
thanks for yours helps
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
I'm a new user of dev c++, and I would know the sintax to import a function located in a file.dll into a
program , and how to create a file.dll whit dev c++.
thanks for yours helps
Hi!
1. Check Win API for LoadLibrary or LoadLibraryEx.
2. Choos DLL as new project file.
Bye