#My biggest issue holding me back on c++ / c.....

26 messages · Page 1 of 1 (latest)

remote trellis
#

Hi everyone,

I'm working on a C++ project and I keep running into a problem. Every time I start coding, I find myself needing an external library to include, such as

#include <curl/curl.h> etc...

I will figure out how to sorta, but adding it in include directory but then there ends up being a new header not being found and its a endless cycle

please help me understand how to properly get headers or .libs recognized

Thanks in advance!

tight jayBOT
#

@remote trellis has reached level 1. GG!

remote trellis
#

adding this fixes it but i still get errors

fleet forum
#

you didn't link the library

remote trellis
fleet forum
remote trellis
fleet forum
#

no

remote trellis
#

no video ive found is helping

fleet forum
fleet forum
# remote trellis

you added the extra lib directory but you didn't add the lib to the linker

true night
#

That's VS

hollow warren
#

I can help you through screen sharing, could you share your anydesk id?

#

your issue is due to incorrect linker options