qt5.3 - unable to run exe created in Qt 5.3 on different windows machine -


i facing issues run .exe files created in qt 5.3 on different windows system. have included .dll files. issue on latest system graphics card support application runs without issues on older systems gives blanck screen.

i suspect has opengl support system.

is there way can make sure application runs without glitches on systems? or possible have application created without oprngl support needed ?

hoping hear solution this.

thanks in advance.

edit:

following error when run code

getprocaddress: unable resolve 'glbindframebuffer' getprocaddress: unable resolve 'glbindframebufferoes' getprocaddress: unable resolve 'glbindframebufferarb' 

and here screenshot of way screen looks screenshot

note : please note when run .exe on new system updated graphics, screens looks perfect.

did include opengl headers in qt project?

because if did there going dependency on opengl each system , if 1 of them cannot support either need decrease minimum version of gl using or remove these headers altogether. worth noting no matter how hard try - never same version of opengl run across every piece of hardware without having change something.

did add qtopengl module?

from sounds like, not using opengl in application. if true should remove module .pro file , should remove dependency.

i hope answers question. if not, provide little more detail because question vague.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -