- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am embarassed to ask this, but I am still new to IVF and I do not know how to combine two seperate projects, one a static library and the other a test console program that uses the library.
I have succeeded in creating two seperate projects, and what looks like two soutions (judging from the .vfproj and .sln files present in the respective folders). The library builds ok with no errors.
The test program compiles OK but will not build because of unsatisfied externals as aresult of not being pointed to the library created by the first project.
However, when I try and find a way of making the test console program project 'depend' on the library, so that it uses the library when linking, I cannot find any link to ' project dependencies' when I try a right-click..properties on the console project in the solution explorer pane. I just get the configuration manager.
How can I get the two projects to work together?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The other way, as in CVF, is to modify Project/Properties/Linker/Input/Additional dependencies and/or .../General/Additional Library Directories.
The third one is to include the .lib in the project, which I never particularly liked; your mileage may vary.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
So my next question is, "with two apparently seperate projects and solutions, how to add one existing project to another existing project into the same solution"?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
A reply to a later post of mine put me straight on what to do to make the solutions visible, thank goodness.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page