John McClurkin wrote: >> return a.exec(); >> > delete globals::myPtr; > return 0; - program execution will be finished in line with "return a.exec();" do i need to replace this line just by "a.exec()" - without "return"? -- Serge