Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Build Oracle 64 bits with Qt 5.4.0 on Windows
Forum Updated to NodeBB v4.3 + New Features

Build Oracle 64 bits with Qt 5.4.0 on Windows

Scheduled Pinned Locked Moved Installation and Deployment
oracle 64 bitsqt 5.4.0 msvc
1 Posts 1 Posters 411 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mourad_bilog
    wrote on last edited by
    #1

    Hello everyone,

    I'm trying to build the Oracle 64 bits driver for my application on Windows 7 64 bits using MSVC. But I usully have the following error :

    link /NOLOGO /DYNAMICBASE /NXCOMPAT /DEBUG /DLL /SUBSYSTEM:WINDOWS /VERSION:5.40 /OUT:........\plugins\sqldrivers\qsqlocid.dll @C:\Users\BILO
    NMAKE : fatal error U1077: 'C:\PROGRA~2\MICROS~1.0\VC\bin\link.EXE' : return code '0xc0000135'
    Stop.
    NMAKE : fatal error U1077: 'C:\PROGRA~2\MICROS~1.0\VC\bin\nmake.exe' : return code '0x2'
    Stop.

    The commands I used are :
    set INCLUDE=%INCLUDE%;C:\oraclexe\app\oracle\product\11.2.0\server\oci\include
    set LIB=%LIB%;C:\oraclexe\app\oracle\product\11.2.0\server\oci\lib\MSVC
    cd C:\Qt\qt-5.4.0-x64-msvc2012-compact\qt-everywhere-opensource-src-5.4.0\qtbase\src\plugins\sqldrivers\oci
    qmake oci.pro
    nmake

    I've many searched in the Net and tried some manipulation but I've not understund what is my problem.

    Can anyone help to resolve this problem. Many thank in advance.
    Best regards.

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved