Page 1 of 1

No way to export project templates in VC2010 express?

Posted: Thu Jul 22, 2010 1:40 pm
by 3DModelerMan
I'm trying to export a project template in Visual C++ 2010 Express, but I can't find any option for that. Does anyone else know how?

Posted: Thu Jul 22, 2010 9:42 pm
by DtD
As far as I know, you can't. Templates need to be created in some special way. I think you can use the project files to help create the template though.

If you're looking to make it easier to start an Irrlicht project, you could always use a tool like Premake to generate your project instead.