Determining if SEH and RTTI components exist on the device

  1. In the Windows folder, open ceconfig.h.
  2. Depending on your device, do one of the following.

    Device Do this

    Windows CE 4

    • Look for the following lines.

      #define COREDLL_CRT_RTTI 1
      #define COREDLL_CRT_CPP_SEH 1

    Windows CE 5

    • Look for the following line.

      #define COREDLL_CRT_CPP_EH_AND_RTTI 1

    If the line(s) corresponding to your device exist in the file, RTTI and SEH are supported.