Archived

This forum has been archived. Please start a new discussion on GitHub.

compiler settings Visual Studio 2005

I have a small problem with the compiler settings under Visual Studio 2005. When I set up a Project for intelligent devices and use the iceE lib, I always get the LNK1112-Error, no matter what target machine I choose in linker -> advanced -> target machine.

Can anyone help me?
Thanks, Susanne

Comments

  • I think something went wrong while building IceE. I link with the iceecd.lib but it doesn't seem to work with the Windwos Mobile 6 Professional SDK(ArmV4I). It works with the win32 Environment in VS 2005. Do I need another lib?
  • dwayne
    dwayne St. John's, Newfoundland
    You need to build Ice-E specifically for Windows Mobile 6, you cannot use the Win32 build. In particular you need to edit cppe/config/Make.rules.mak and uncomment WINDOWS_MOBILE_SDK before you build. You should also review the other options as well.
  • thanks very much! It works now.