project dependancies in VS.NET

Started by
-1 comments, last by Ishan 20 years, 11 months ago
Let''s say we have a project A, which is composed of many many .cpp''s and .h''s. It''s a win32 app. I want to make a console application, project B which can access all of the classes declared in A. A is in the folder "/projectA" and B is in "/projectA/projectB". I''d like to keep B entirely self contained, but I need the linker to look in "../release" when compiling B so I don''t get all of those "unresolved external symbol" messages. Anyone have a clue?

This topic is closed to new replies.

Advertisement