External symbol not resolved error. Microsoft Visual Code 2019. #1579
Answered
by
nothings
marius-sucan
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
marius-sucan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I added this line in my .cpp:
#include "stb_image_resize2.h"
And:
unsigned char *r = stbir_resize_uint8_linear(bitmapData, w, h, oStride, otherData, w2, h2, nStride, STBIR_BGRA);
I get an error now when I compile:
External symbol not resolved. LNK 2001 and LNK 1120.
Any ideas why... and how to fix this?
Thank you .
Best regards, Marius.
Beta Was this translation helpful? Give feedback.
All reactions