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
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
Post a Comment