Computer Science Canada I Need GUI!!! |
Author: | eggplant_burger [ Fri Jul 04, 2003 1:31 am ] |
Post subject: | I Need GUI!!! |
ARGH!! The copy of Turing 4.0 I "bought" doesn't have the GUI class in it. Can anyone help me out by sending it or telling of a link where I can download it? |
Author: | Tony [ Fri Jul 04, 2003 2:29 am ] |
Post subject: | |
I'm preaty sure it has the GUI class, its just that its located in another folder then of v3 so you need a different "include" line. If you really dont have the file, just copy one from v3, GUI itself was not affected. |
Author: | Mazer [ Fri Jul 04, 2003 7:14 am ] | ||||
Post subject: | |||||
if you read a help file about GUIs, the program always starts with the following line:
but you don't even need to type all of that. just use
and turing should know where to find it. EDIT: just so you know, using the GUI in your program will make the compiled executable gigantic. well, not really, but it's pretty big compared to if it didn't use the GUI. |