- 32-bit Windows 8 Pro (originally Vista) laptop
- wxWidgets 2.9.5 and CodeLite 5.2 (w/ MinGW 4.7.1) downloaded from SourceForge site
When one has multiple projects in a workspace, how is the output in one project supposed to be added to the other project? And how is the second project supposed to have the first listed as a dependency? Hopefully with substitution variables and/or relative paths, and not absolute paths (which would have to change if I move stuff around). It should be possible; having multiple projects per workspace is COMPLETELY POINTLESS without this capability. Also, with a given configuration for Project 2, the corresponding configuration of Project 1 should be used.
I've seen hints about this capability on these forums, but nothing explicit here or at the wiki site. I put my unit-test support code in a static-library project, and about to make another (command-line program) project for the actual unit tests, but realized I don't know how to connect them together.