Posts by Kaiser

    Hello,


    is it possible to get the kernel version of the board NetDCU6?
    On NetDCU8 it is in the Registry under key:[HKLM\Platform]. But on NetDCU6 there is just Type=3 and Name=NetDCU6 - no version :(
    There are more informations on Kernel V1.28, but we use V1.20.
    With V1.28 we have several problems with file system. All data is transferred automatically in a subdir called __TFAT_HIDDEN_ROOT_DIR__.
    What goes here wrong?
    What are here exactly the changes V1.20 -> V1.28 ?


    Thanks in advance


    Andy

    Hello,


    unfortunately both suggestions doesn't work:
    call of

    Code
    1. KernelIoControl(IOCTL_HAL_REBOOT,NULL,0,NULL,0,NULL);


    causes

    Code
    1. D:\Development\Prototyp\Pharmafalzer\GuiUhlmann\Gui.cpp(130) : error C2065: 'KernelIoControl' : undeclared identifier
    2. D:\Development\Prototyp\Pharmafalzer\GuiUhlmann\Gui.cpp(130) : error C2065: 'IOCTL_HAL_REBOOT' : undeclared identifier


    both includes are used:

    C
    1. #include "kfuncs.h"
    2. #include "Winbase.h"



    Call of

    Code
    1. "ndcucfg.exe" command "reboot hardware"


    results in

    Code
    1. ERROR 100: Syntax error


    Any suggestions?


    Thanks a lot - Kaiser

    Hello!


    No, the termination by network is optional.
    Application can also be finished by a button.
    May network shutdown cause problems?
    In most cases software and system ist shutdown by power off.



    Kaiser

    Hello,


    is there a possibility to restart WinCE after finished a program?
    Or can I after finish a program start it again automatically?


    Example:
    I have my main program started by autostart. I can finish it by network. But it should start after finish again. Is there a possibility?


    Thanks a lot in advance...


    Kaiser