Qt 4.1.0 - static examples run with errors!
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 ?
Re: Qt 4.1.0 - static examples run with errors!
Quote:
Originally Posted by Elder Orb
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.