int n = 0;
float x = 0.0;
/* Define contents of dialog window */
create_int_dialog_entry("n", &n);
create_float_dialog_entry("x", &x);
/* Create window with name "Setup" and top-left corner at (0,0) */
set_up_dialog("Setup", 0, 0);
/* Display the window and read the results */
read_dialog_window();
/* Print out the new values */
printf("n = %d, x = %f\n", n, x);
}
[same old same old]
What about the answers you received last year and in 2006?
--
Ian Collins
What about the non-complete answers I have been received last year and
in 2006?
If the answers you received are not useful then you are unlikely to read
useful answers by asking in the same place again. So try asking people
who know about Cgfx instead.
--
Flash Gordon