From: Patrick E. <pa...@pa...> - 2004-04-01 08:18:46
|
I don't think that had anything to do with the problem. If it were me, I'd try and reproduce the problem and do some valgrind work on it. Patrick On Thursday 01 April 2004 00:37, joakim verona wrote: > Hmm. > > When I changed the initialization code for the listbox it worked: > > from > Mode=8; > to > Mode=modes[0]; > > which is odd because it should be exacctly the same thing. > > My guess is some strange c++ type conversion magic that I've > forgotten about. > > /Joakim > > joakim verona wrote: > > Odd, for me it crashes within the jppResourceDialog destructor, > > on the showModal call. > > > > I experienced the same behaviour previously when I hadn't named > > the xrc resource properly. > > > > This leads me to believe that there is some slight difference > > between our system > > finding dialog resources. > > > > How are the resources located actually? > > > > /Joakim > > > > Patrick Earl wrote: > >> It works for me. Try running it under gdb or adding print > >> statements all over the place? > >> > >> Patrick > >> > >> On Wednesday 31 March 2004 15:49, joakim verona wrote: > >>> It segfaults, but compiles. > >>> > >>> Hints as to why it segfaults would be welcome. > >>> > >>> It doesnt even show the dialog. > >>> > >>> Cheers, > >>> /Joakim > >>> > >>> > >>> ------------------------------------------------------- > >>> This SF.Net email is sponsored by: IBM Linux Tutorials > >>> Free Linux tutorial presented by Daniel Robbins, President and > >>> CEO of GenToo technologies. Learn everything from fundamentals > >>> to system > >>> administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op > >>>=cli ck _______________________________________________ > >>> jazzplusplus-devel mailing list > >>> jaz...@li... > >>> https://lists.sourceforge.net/lists/listinfo/jazzplusplus-devel > >> > >> ------------------------------------------------------- > >> This SF.Net email is sponsored by: IBM Linux Tutorials > >> Free Linux tutorial presented by Daniel Robbins, President and > >> CEO of GenToo technologies. Learn everything from fundamentals > >> to system > >> administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op= > >>click _______________________________________________ > >> jazzplusplus-devel mailing list > >> jaz...@li... > >> https://lists.sourceforge.net/lists/listinfo/jazzplusplus-devel > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: IBM Linux Tutorials > > Free Linux tutorial presented by Daniel Robbins, President and > > CEO of GenToo technologies. Learn everything from fundamentals to > > system > > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=c > >lick _______________________________________________ > > jazzplusplus-devel mailing list > > jaz...@li... > > https://lists.sourceforge.net/lists/listinfo/jazzplusplus-devel > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO > of GenToo technologies. Learn everything from fundamentals to > system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=cli >ck _______________________________________________ > jazzplusplus-devel mailing list > jaz...@li... > https://lists.sourceforge.net/lists/listinfo/jazzplusplus-devel |