implicit linking
От: PnP Германия  
Дата: 27.03.08 14:09
Оценка:
Проблема следующая, есть DLL и header, чтобы вызвать ф-ции из DLL используется explicit linking (LoadLibrary, GetProcAddress и тд) хотелось бы использовать implicit linking

Читаю MSDN:
To implicitly link to a DLL, executables must obtain the following from the provider of the DLL:

A header file (.H file) containing the declarations of the exported functions and/or C++ classes.
An import library (.LIB files) to link with. (The linker creates the import library when the DLL is built.)
The actual DLL (.DLL file).

А теперь вопрос, как можно создать import library (.LIB files) или иным образом решить проблему что-бы использовать implicit linking
Спасибо
 
Подождите ...
Wait...
Пока на собственное сообщение не было ответов, его можно удалить.