libde265 icon indicating copy to clipboard operation
libde265 copied to clipboard

Error (active) E0120 return value type does not match the function type

Open nitinyadav91 opened this issue 2 years ago • 1 comments

HI, I am trying to build libde265 on Visual studio 2019 but getting below error while building source code.

Severity Code Description Project File Line Suppression State Error (active) E0120 return value type does not match the function type libde265 C:\workspace\heif\libde265-1.0.8\libde265\de265.cc 43

Could you please let me know your suggestion.

nitinyadav91 avatar Apr 06 '23 07:04 nitinyadav91

Can you send the full error output? Does it help to replace that line with the following?

return static_cast<const char*>(LIBDE265_VERSION);

farindk avatar Jun 13 '23 13:06 farindk