Go to previous topic
Go to next topic
Last Post 19 Feb 2005 11:15 PM by  hansr@logicpd.com
Including IESIMPLE.exe in the OS Image
 1 Replies
Author Messages
noshtims
New Member
New Member
Posts:


--
17 Feb 2005 05:47 PM
    Hi All, Has anyone had any luck including the IESIMPLE application in their image as opposed to the IESAMPLE? I saw some info on MSDN regarding some Sysgen commands;

    set __SYSGEN_IESIMPLE=1
    set SYSGEN_IESAMPLE= <no value>


    It is not clear to me where I should be setting this. Should this be done in the cesysgen.bat within my workspace root directory?

    Any help would be apreciated.

    Thanks,
    - Bill
    hansr@logicpd.com
    New Member
    New Member
    Posts:


    --
    19 Feb 2005 11:15 PM
    Bill,
    Environment variables can be set in a few different places (command line, platform batch file, ide settings window).

    If you have problems getting it to do what you want, you may want to compile the source at C:\WINCE500\PUBLIC\IE\OAK\IESIMPLE manually (or create a .cec) and then add it to a .bib file. Sysgen components are build during sysgen because they have other dependencies on or of. If you just try to flip the variable switch, you may cause additional issues with other components.

    Hans


    ---