Re: hate to bother again, gtk2 is causing errors that gtk1 didn't

2002-11-26 Thread Sven Neumann
Hi, Brandon McCombs [EMAIL PROTECTED] writes: I'm still working on my lottery program. GTK2 doesn't seem to like something that GTK1 had no problem with. This code only works in GTK1.2.8 and is causing the errors below, along with a segfault. for (i=0; i3; i++) { pick3comp[i] =

hate to bother again, gtk2 is causing errors that gtk1 didn't

2002-11-25 Thread Brandon McCombs
Hello, I'm still working on my lottery program. GTK2 doesn't seem to like something that GTK1 had no problem with. This code only works in GTK1.2.8 and is causing the errors below, along with a segfault. for (i=0; i3; i++) { pick3comp[i] = rand()%10; tmp =