How can I make an exe that can generate another exe ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nemesisqp
    New Member
    • Feb 2007
    • 4

    How can I make an exe that can generate another exe ?

    Hello,
    I see in a delphi program they make a application with a bunch of function that you can select by checkbox and a makeexe button, the exe generated will have only the function that selected in the first exe. Can anyone show me the way to do that in c++ ?
    Thanks
  • Girish Kanakagiri
    New Member
    • May 2007
    • 93

    #2
    Originally posted by nemesisqp
    Hello,
    I see in a delphi program they make a application with a bunch of function that you can select by checkbox and a makeexe button, the exe generated will have only the function that selected in the first exe. Can anyone show me the way to do that in c++ ?
    Thanks
    Have out put of first executable display you the options of functions available
    Once if you enter those functions as parameter to the basic function again
    then you may get it & this is done by command line arguments as well as with
    restricted compilation with only the functions mentioned.

    (For GUI part you can refer to Graphics, if you want; I am not familier with
    that)

    Does this answer your question ? Post about the same.

    Regards,
    Girish.

    Comment

    • nemesisqp
      New Member
      • Feb 2007
      • 4

      #3
      I will try with your ideal thanks for reply ^^

      Comment

      Working...