When I want to debug my application, I build in debug and I need to build my library in debug also. I cannot link my application in debug with the library in release because of the known run time link definitions errors. The problem is I have to suppress my library manually. Any pre-build event I tried, to delete the $Target, does not seems to be fired because no changes where done in the project I guess. Is there a trick ? Tx.
Guy Harel
I selected the wrong forum. Can someone redirect to C++ ?