Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - whitebeard86

Pages: [1]
1
General / Multiple Dependencies
« on: July 12, 2014, 12:31:16 pm »
Hello everyone,

I have 2 projects (a game project and a library project). In the library project I have a reference to an external library (static) which I don't want to reference in the game project (I want to make it transparent for the game project). The problem is that when I include a header file (in the game project) of the library project which includes a reference to the 3rd party static library, I get compiling errors because I'm not linking that 3rd party library in the game project.



Is there a way to get over this? Can I include the 3rd party library in my library project seamlessly? I don't have much experience in c++, any help is appreciated.

Btw, I'm using Visual Studio 2013

Pages: [1]
anything