theshepherd
theshepherd

Reputation: 59

Visual Studio Build Error Message. What does it mean?

enter image description here

I've got these error messages and i don't know, what does it meant. Please help me. Thanks.

Upvotes: 0

Views: 57

Answers (1)

Richard Nixon
Richard Nixon

Reputation: 847

It would appear you are not linking against the library/object that contains NavstreetsDataSource. Include it in your linker options or maybe it's excluded from your build.

Upvotes: 1

Related Questions