[Thread Prev][Thread Next]   >Date Index >Thread Index

Re: [wmx] Error compiling wm2

Chris Cannam - Mon Oct 29 15:09:31 2001


Paulo J. Matos aka PDestroy wrote:

Manager.C:88: cannot convert `void (*)(...)' to `void (*)(int)' in assignment

Yep, this is one place where wm2's code shows its age.  You need
to change SIGNAL_CALLBACK_TYPE to "(void (*)(int))" in General.h,
instead of the current "(void (*)(...))".


Chris



Next: