#do I need to install WIC?

8 messages · Page 1 of 1 (latest)

real beacon
#

I am getting an error when using stuff from the WIC. for example: vector<BYTE> pixelBuffer(width * height * 3);
Error: Identifier is undefined

real beacon
#

Severity Code Description Project File Line Suppression State Details
Error C3861 'pixelBuffer': identifier not found kmNetLib C:\Users\Owner\Downloads\testlist\prot4\kmboxNET-main\c+++demo\calldemo.cpp 66

wide narwhal
#

Did you try to compile?

#

Don't look at the error list, look at the output log

real beacon
wide narwhal