Hi,
I'm trying to make my project USE some preccompiled modules. I can make it link against static libs but I can't make it find the .mod files. How can I make Visual Studio look for those files somewhere else, the equivalent of changing the [I]nclude dirs?
I also tried to make a Solution containing two projects, one of which is a library containing modules. But even if I set Project Dependencies on the main program making the lib a dependency, it will also fail compile due to unresolved dependencies (Error in opening the compiled module file).
Thanks for any assistance.