B
B
bitco1n2020-12-07 11:13:51
C++ / C#
bitco1n, 2020-12-07 11:13:51

How to make exe builder in c++ cpp?

Greetings.
As there is a task to make an exe builder on the pluses, the only question is how to implement it?

Task:
Create an application in which there will be different items that allow you to configure the output executable.
That is, the "Dark theme" checkbox, and when you click this checkbox and click the build button, an exe file will be generated with the interface I need and a dark background.
Otherwise (if the checkbox is not activated):
The same file will be generated, but with a white background

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Armenian Radio, 2020-12-07
@bitco1n

Write the necessary parameters to the resources of the created executable.
Naturally, the executable created by your application should then read and correctly interpret these resources

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question