This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

creating configuration wizard

Hello guys, I wanna create (GUI-like configuration controls) utility wizard for my project. I read the link blow
http://www.keil.com/support/man/docs/uv4/uv4_ut_configwizard.htm
but couldn't create any tab as usual. You know that we have two tab(Text editor and Configuration wizard). Thanks for your help.

Parents Reply Children
  • I want to use following code and at this time create only one option

    
    //*** <<< Use Configuration Wizard in Context Menu >>> ***
    // <h> External Bus Interface (EBI)
    //
    //   <q1.4>        DRP:
    //
    // </h>
    //*** <<< end of configuration section >>>    ***
    
    

    but when I build, it creates nothing, no tab(for configuration wizard).
    Do I need any more setting within keil 5?!
    Thanks