Skip to main content
18-Opal
June 7, 2018
Question

Problem displaying LNK2019 when using external library

  • June 7, 2018
  • 1 reply
  • 3058 views

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?

1 reply

14-Alexandrite
June 7, 2018

Try cerating normal project instead of makefile.

Easily you can resolve linking errors.

CHASEONHO18-OpalAuthor
18-Opal
June 12, 2018

The build succeeds but the toolkit application does not start.

14-Alexandrite
June 12, 2018

You are able unlock DLL\EXE ?