Piero Borrelli
Piero Borrelli

Reputation: 1221

Issue in compiling an FLTK program

I'm having some really hard times in getting to run a first simple project with FLTK. At the moment I have followed the steps on this page

But when I try to compile my code I still get the error :

LNK 1104 impossible to open the file 'fltkjpegd.lib'.

Any idea on how to solve this issue ?

Upvotes: 0

Views: 110

Answers (1)

SergeyLebedev
SergeyLebedev

Reputation: 3708

Add fltk libraries dependencies to your Visual Studio project as is described here

Upvotes: 2

Related Questions