Content originally posted in LPCWare by Lea on Wed Mar 09 07:28:41 MST 2016
I start learn the use of emWin and download Board Support Packages (BSPs) emWin 5.22 BSP
Since I have no hardware, I wanted to use the simulator in Visual Studio 2010
I can load the Solution File without problems, but when I try to rebuild the Project I get an Link error
1>------ Rebuild All started: Project: Simulation, Configuration: Debug Win32 ------
1> WinMain.c
1> SIMConf.c
1> LCDConf.c
1> GUIConf.c
1> GUI_WIDGET_GraphXYDemo.c
1> Generating Code...
1>LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
In LPCXpresso I can build the project without problems.
Do somebody know whats going wrong?