Importing header file from newer emWin version

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Importing header file from newer emWin version

1,223 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by serial1234 on Fri Mar 07 07:00:49 MST 2014
Greetings!

I am using emWin 5.12 BSP for the IAR 1788-SK board - IAR Workbench for ARM. The 5.12 version doesn't have an Image widget that i would like to use. Is it possible to somehow import the widget from newer versions of emWin? If i just import the header file (Image.h) i get the error:

Error[Li005]: no definition for "IMAGE_CreateIndirect" [referenced from C:\...\emWin\Output\LPC1788_IARLPC1788_IAR_CMSIS_V6\Debug\Obj\main.o]

Any advice?
标签 (1)
0 项奖励
回复
1 回复

1,188 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Wouter on Mon Mar 17 08:27:14 MST 2014
Hi,

Besides the header files, you also need to replace the library itself (*.lib, *.a). When replacing the library, make sure to also replace all header files, and not just add the one you need (image.h)

Regards,
Wouter
0 项奖励
回复