PDA

View Full Version : Qt 4.1.0 - static examples run with errors!



Elder Orb
12th January 2006, 09:24
subj. some of them can't execute because of errors like "The instruction at "0x77fcca36" referenced memory at "0x00000000". The memory could not be written" (for example examples\mainwindows\application), others can be executed but also falls because of similar errors. What is the matter ?

Elder Orb
12th January 2006, 10:40
subj. some of them can't execute because of errors like "The instruction at "0x77fcca36" referenced memory at "0x00000000". The memory could not be written" (for example examples\mainwindows\application), others can be executed but also falls because of similar errors. What is the matter ?

After recompilation (configure -static -release -no-accessibility) bugs are gone. Really strange.