I have two different versions of an .obj file... one for full version, and one for trial version.
In stdafx.h, I have an option to declare a trial version flag, however i don't know how to pick and choose between the .obj files. I always have to manually remove one obj file and add the other.
Is there a way to do this in the code somewhere?
Compiler is VC++ 6.0
Bookmarks