Path: utzoo!utgpu!watserv1!watmath!att!att!tut.cis.ohio-state.edu!ucbvax!SHUM.HUJI.AC.IL!fenster From: fenster@SHUM.HUJI.AC.IL Newsgroups: comp.windows.ms.programmer Subject: Multiple uses of the RC on an EXE file. Message-ID: <442@shum.huji.ac.il> Date: 4 Nov 90 16:24:32 GMT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: fenster@shum.huji.ac.il () Organization: The Hebrew University of Jerusalem Lines: 15 I am developing an application with many windows and dialog boxes. The different dialog boxes are spread around quite a few files, so that I can use the same names (ID_NAME,ID_DATE,...) in different windows. The problem is that I can't use the RC to load more than one .RES file into the .EXE file. Is there any way around this ? At the moment I have a .RC file which does #include to all of the windows and I need to spread around quite a lot of #ifndef/#undef/#endif to prevent errors. Anyone have any idea ? Thanx Yaacov