Hello friend,
Static library(.lib) and dynamic library(.dll) distinction in C++?
Static libraries have what use?What is the import library? Import library have what use?
Thanks in advance.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Jan 28, 2015, 10:54 AM
VulpesPosted Jan 29, 2015, 10:48 AM
Ken HPosted Jan 29, 2015, 1:33 AM
I created a dll file and automatically generate the .lib files.
They are:
Vulpes.dll
Vulpes.lib
They code are:
// Vulpes.c
Now I try to use dllimport command, but compile error has occurred.
Error tops:Ken.c (4): error C2059: syntax error: "string"
codes:
// Ken.c