Re: [AD] install_param_int_ex() doesn't work :(

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


Hi,

	install_param_int_ex(&timer_handler, (void *)&counter, 1193181);
how about:
	install_param_int_ex(&timer_handler, (void *)&counter, BPS_TO_TIMER(1));

Does that work?

Nope, they're identical. That was sloppy of me though, to write that :o

Don't worry, we've found the bug. Peter affirmed that it worked in Linux, so I checked src/win/wtimer.c. Sure enough, support for param_procs simply hadn't been added. He should be committing it soon.

I shall test it in DOS when I get the chance too.

- entheh



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/