I wrote a class that renders graphs onto a graphics class, and it works perfectly in a GUI app. When I try to use it in a console app, the compiler says that the Graphics class doesn't exist (specifically, "there is no class with that name"). Is the graphics class not compatible with console apps?
Thanks, - Andrew Keller _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
