c++ - Start a external program at pre-start in Visual Studio -


I wrote a program that packs my resources in a file, and before I start my main program How can I start the program by clicking on "debug" or "start" before starting my main program?

If you have project properties - & gt; Configuration Properties - & gt; Debugging , you can edit the Command section and add your program.

Comments

Popular posts from this blog

c++ - 'std::string' has no member named 'get' list[i]=user.get; -

sonata admin - how to add ManyToOne property field in configureListfield in sonataAdmin -

python - how we can use ajax() in views.py in django? -