In article <[EMAIL PROTECTED]>, Sasha Case wrote: >G'day, > >We're having a problem with resources in msvc with multiple developers. We >get conflicts all the time in .rc files and files such as resource.h when >two people try to add resources. The problem is that the id numbers >allocated automagically by devstudio are the same for both developers, but >for different resources.
So fix them! >There doesn't seem to be a way to allocate a different resource ID offset >for different devs. Dev Studio won't fix your conflicts for you. You must quite simply open up the header file and manually renumber the resources. You are making more of a problem out of this than it really is. _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
