CIMG编译错误 undefined reference to `__imp_SetDIBitsToDevice'

dev-cpp下编译报错

C:\Users\jj\AppData\Local\Temp\ccDdSzYA.o CImg_demo.cpp:(.text$_ZN12cimg_library11CImgDisplay5paintEv[_ZN12cimg_library11CImgDisplay5paintEv]+0xb7): undefined reference to `__imp_SetDIBitsToDevice'

解决过程

查阅了官方文档
http://cimg.eu/reference/group__cimg__overview.html
找到如下信息

官方文档

也就是说,在编译时加入指令 -O2 -lgdi32即可

你可能感兴趣的:(CIMG编译错误 undefined reference to `__imp_SetDIBitsToDevice')