Вопрос

I set up a new project and configured it to use SFML as instructed here: http://www.sfml-dev.org/tutorials/2.1/start-vc.php

I'm going to be developing a chess game, but before that, I will probably create several projects to experiment with SFML and I wondered whether it's possible to copy the solution settings (like the dependencies) to a new project instead of manually configuring SFML every time I create a new project/solution. Is it possible, and if so, how would I go about doing so?

I've already tried going to File -> New -> Project From Existing Code but that apparently didn't work as the dependencies weren't there in the new project.

I'd appreciate help with this.

Это было полезно?

Решение

1- Create your base project with all the settings
2- File (in upper left)
3- Export Template
4- Follow the instructions
5- When you make your project, select "template" instead of the other options
6- Tada!

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top