On 12/11/06, oedipus <[EMAIL PROTECTED]> wrote: > > Hi, > > I installed currently Dev-C++. But know that I build my gtkmm application I > receive all the sudden segmentation faults. None of these I have had while > running the application at my linux pc. The wired thing is some older > version of my application is running. The bigger difference between those > two versions is that I use pointers in the newer one to assign my data in > dynamical memory. Has somebody experience with compiling in both os and had > similar problems? I am slowly out of ideas where to look and i don't realy > want to go back to static memory allocation. > > Thank you for your help in advance > Alex (I hope it is the right forum, if not tell me please)
There's really not enough information here to tell anything interesting. Have you run your application under a debugger to get a trace of where your program is crashing? -- jonner _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
