Question
Problem displaying LNK2019 when using external library
I want to use an external library to handle Excel in the toolkit.
xllib is the library I want to use.
Added xllib.h as header.
Next, you tried to set the link in the project properties.
However, since the configuration type of the toolkit is makefile, there is no link setup option!
How should we solve this problem?

