I want to debug the CCC library. To do this, I have to also simultaneously debug the CVT library and STM library. All need to have changes applied in order to debug (Disabling re-entrancy and enabling debugging mostly, but also adding debugging controls and indicators). Altering the installed vi.lib libraries is absolutely not something I want to do for obvious reasons.
So, I use the library manager to create copies of all three (STM, CVT, CCC). When I add them to a new project, CVT adds withough trouble (Since it doesn't depend on CCC or STM). With CCC though, everything conflicts with the original libraries that come in via vi.lib. The copied CCC attempts to load the original CVT and STM even though those are manually added to the project at their new locations.
What is the proper procedure to disable the loading of vi.lib libraries so that dependent libraries all load vi's from copies of their dependencies? The conflict resolution process doesn't allow this.
Thanks,
XL600