Guest_imported
New member
- Jan 1, 1970
- 0
i have an dll in which the functions are declarated
with __export and i'm asking is there a way to use
them with VC+ 6.0.
VC+ 6.0 obviously doesn't recognize the words
__export and __import, and
when i describe the functios in my header as
__declspec(dllimport), and i include the extern "C" clause
i make an lib file from the dll, using lib.exe /def:mtel.dll
and build him with the project
it compiles them successfully, but the linker
say :
error LNK2001: unresolved external symbol __imp__MTELConnect
i wander if there is a way to see the function definitions
in the dll.file, creating def file with lib.exe
or something like this.
10x for the help
with __export and i'm asking is there a way to use
them with VC+ 6.0.
VC+ 6.0 obviously doesn't recognize the words
__export and __import, and
when i describe the functios in my header as
__declspec(dllimport), and i include the extern "C" clause
i make an lib file from the dll, using lib.exe /def:mtel.dll
and build him with the project
it compiles them successfully, but the linker
say :
error LNK2001: unresolved external symbol __imp__MTELConnect
i wander if there is a way to see the function definitions
in the dll.file, creating def file with lib.exe
or something like this.
10x for the help