Hi Rupinder, The event filter is supposed to clear the debug area when the form is hidden... I don't know if it needs to return anything (grep for eventFilter and see what is done elsewhere).
My guess is it needs to have either a method type of void or return false to indicate that we don't want to eat the source event. Unfortunately, I don't have time to look and fix atm. -G On 23/12/2008, Rupinder Singh <[email protected]> wrote: > The build failed due to dlgprefmididevice::eventfilter (line 81, > src/dlfprefmididevice.cpp, > http://mixxx.svn.sourceforge.net/viewvc/mixxx/trunk/mixxx/src/dlgprefmididevice.cpp?view=markup). > So I added a return(1); to it in my sand-box (What bool value is it supposed > to return actually?). The build was then successful. > > The output .vcproj file gave the following error: > > Project : error PRJ0019: A tool returned an error code from "Generate > imagecollection" > > How to get past this ? > > > Regards, > Rupinder > ------------------------------------------------------------------------------ _______________________________________________ Mixxx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mixxx-devel
