Results 1 to 2 of 2

Thread: QT winCE OpenGL configuration.

  1. #1
    Join Date
    Apr 2009
    Posts
    4
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11

    Default QT winCE OpenGL configuration.

    hello,

    I am trying to configure QT with OpenGL parameter for custom Windows CE 6.0.

    But i get compile time error, i found a similar error faced in http://www.qtcentre.org/threads/3705...S-build-error? post.

    The link says that to install OpenGL SDK from Imagination Technology and link the Lib and Include file to slove the error.

    But when i tried the steps mentioned in the link i still get linker errors.

    NODEFAULTLIB:OLDNAMES.LIB /DEBUG /SUBSYSTEM:WINDOWSCE,6.00 /MACHINE:THUMB /DLL / SAFESEH:NO /VERSION:4.74 /OUT:....\lib\QtGuid4.dll @C:\DOCUME~1\VARUN~1.JAJ\LOC ALS~1\Temp\nm8796.tmp Creating library ....\lib\QtGuid4.lib and object ....\lib\QtGuid4.exp qegl.obj : error LNK2019: unresolved external symbol __imp_eglBindAPI referenced in function "public: bool __cdecl QEglContext::createContext(class QEglContext *,class QEglProperties const *)" (?createContext@QEglContext@@QAA_NPAV1@PBVQEglP roperties@@@Z) ....\lib\QtGuid4.dll : fatal error LNK1120: 1 unresolved externals NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\ce\bi n\x86_arm\link.EXE"' : return code '0x460' Stop. NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\n make.exe"' : return code '0x2' Stop. NMAKE : fatal error U1077: 'cd' : return code '0x2' Stop.

    Has any one faced similar issues? could any please suggest me what i might be doing wrong? any help on this is highly appriciated.


    Thanks in advace, Varun

  2. #2
    Join Date
    Apr 2009
    Posts
    4
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11

    Default Re: QT winCE OpenGL configuration.

    Update:

    Well i could resolve this issue ... i was using different OPenGL libs and header files while compilation.

    I reconfigured QT using :- configure -platform win32-msvc2005 -xplatform wince60cellnovo-armv4i-msvc2005 -opengl es1 -no-openvg options and with new openGL libs downloaded from TI.com. it worked this time.

Similar Threads

  1. Qt for wince
    By QtIndian in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 7th January 2011, 07:35
  2. WinCE OpenGL ES build error
    By bpredic in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 30th December 2010, 17:17
  3. wince project doesn't work on wince, but works on win mobile
    By thedimitrius in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 29th March 2010, 12:01
  4. Replies: 0
    Last Post: 6th December 2009, 00:41
  5. Qt with OpenGL ES for ARM9 - All OpenGL ES tests have failed!
    By vinpa in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 3rd December 2009, 10:10

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.