i have a dll "lt360lib.dll" and want to create a .lib file in order to link with it. when trying to create a .def file using impdef.exe that comes with c++ builder i get the following error
"error lt360lib.dll: unknown filetype"
by the way i enter the command using command prompt as follows
"E:\>bcf\bin\impdef lt360lib.def lt360lib.dll"
since impdef was located at e:\bcf\bin directory and i also placed the lt360lib.dll there.
where is the problem
Thanks for all