Subj : Re: cputs does not work in graphics-modi ? To : borland.public.cpp.borlandcpp From : Bob Gonder Date : Fri Sep 09 2005 09:40 pm R.Wieser wrote: >And that seems to be the problem : the system forces restrictions that are >not correct for the screen-mode I've choosen. "Not correct" now, or back when the compiler was new? If you are choosing a screen mode that doesn't support those functions, then there is no surprise that they don't do what you want. > I'm asking for a way to set >new, larger than the old, limits. One way is to use new, better than the old, versions of the compiler and OS. Or, in this particular case, to use graphics functions on your graphics screen instead of tyring to use text functions on a graphics screen. .