Subj : Re: mixing c/c++ To : borland.public.cpp.borlandcpp From : " Bruce Salzman" Date : Wed Jul 16 2003 05:45 pm > I set the TARGET TYPE = 'Application' > and the PLATFORM = 'WIN32.' The program compiles and links fine, > but when I run it, the *.C module is totally ignored, (like it is being "mangled" along with the CPP). It's not being ignored, but those DOS text mode commands in color1.c won't work in a GUI program.. If you want the text to appear in your window, use TextOut in your window's Paint routine. Regards, Bruce .