Jump to content


qwasd

Member Since 05 Jun 2012
Offline Last Active Jun 09 2012 04:44 PM
-----

Topics I've Started

VS 2010 C++ creating library

05 June 2012 - 05:13 PM

Hello mad devs, my first post in this place.
I would like to start to develop my game. Now im just for making engine. Im considering using SFML and C++ to do this, but this question is not about it.

I want to seperate game from engine.
So at first, i made sollition with C++ project into it. So far so good.

Then i added new project to this sollution. HERE my question begins. What settings do i need to change in engine project, so it compiles as library ? (.dll i guess ?)

And what settings do i need to change in game project (.exe) so i can access classes from engine library ?

School didnt taught me, how to do this. In C# its easy.