Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!uwm.edu!srcsip!jhereg!orbit!pnet51!mvg From: mvg@pnet51.orb.mn.org (Mitchell Gossman) Newsgroups: comp.sys.mac.programmer Subject: Think C consoles Message-ID: <2643@orbit.cts.com> Date: 3 Jun 90 06:25:10 GMT Sender: news@orbit.cts.com Organization: People-Net [pnet51], Minneapolis, MN. Lines: 28 Is there a way to make consoles used for data input in Think C coexist with other Mac windows? For some reason, if I attempt to open other windows, the global variables for quickdraw aren't initialized, even though there is a call to InitGraf in the console initialization routine source code! And if you attempt to call InitGraf yourself, the console window doesn't work. Any ideas? Thanks! ______________________________________________________ \ UUCP: {rosevax, crash, orator}!orbit!pnet51!mvg \ ARPA: crash!orbit!pnet51!mvg@nosc.mil \ INET: mvg@pnet51.cts.com \ _______________________________________________________________ Mitchell \ / "While the definite exclusion of the Natives from the more | Vincent X remunerative jobs has not been urged upon us, the same | Gossman / \ result would follow certain uses of the Wage Board. The | / \ method would be to fix a minimum rate for an occupation or | / \ craft so high that no Native would likely be employed." | / MVG \ | / \ - South African Economic and Wage Commission, 1977 | ----------------------------------------------------------- P.S. If this is not possible, what is the "best" way to easily enter data via the keyboard for development purposes? That is, I don't want to fuss with dialogs since my programs fluctuate from day to day as ideas evolve.