Importing header file from newer emWin version

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Importing header file from newer emWin version

1,260件の閲覧回数
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,225件の閲覧回数
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 件の賞賛
返信