Create the .def file with a text-editor and place in the directory of the .dev file. Then go to the Project Options, find the field labeled with "Linker options" and enter --def DefFileName.def
Cheers, l-x
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How do i create a def-file from inside the IDE and how do i tell DEV-C++ to use my def-file for the dll?
Strongly recommend to use wxWindows, its wxDynamicLibrary class is very easy to interface with external DLL, no DEF file needed at all.
Create the .def file with a text-editor and place in the directory of the .dev file. Then go to the Project Options, find the field labeled with "Linker options" and enter --def DefFileName.def
Cheers, l-x
Could you give me an example for the format of the *.DEF file?
Is the following possible?
foo=_foo@4
like in MS C++?
Gorch