[GD-General] Sharing DSP between static lib / DLL
Brought to you by:
vexxed72
From: Pierre T. <p.t...@wa...> - 2003-01-13 11:43:19
|
Hi, I would like to have two versions of the same library : - a static version (simple .lib) - a dynamic version (a .dll) This is easy enough by creating two projects (.dsp) and #defining appropriate tokens. But the original DLL project has a particular source-tree (in VC++), that seems to be saved in its DSP file. Is there a way to somehow copy that source tree to the other DSP (from the lib version), without recreating everything in VC++ ? More important, how to easily keep both in sync ? (the same problem arises with project settings, if I change them in one version (say using RTTI or not), I'd like the other version to use the same settings automatically...) I'm afraid it's not possible, but it's worth asking. Pierre |