Hello everyone,

I'm trying to build the Oracle 64 bits driver for my application but I usully have the following error :
Qt Code:
  1. link /NOLOGO /DYNAMICBASE /NXCOMPAT /DEBUG /DLL /SUBSYSTEM:WINDOWS /VERSION:5.40 /OUT:..\..\..\..\plugins\sqldrivers\qsqlocid.dll @C:\Users\BILO
  2. NMAKE : fatal error U1077: 'C:\PROGRA~2\MICROS~1.0\VC\bin\link.EXE' : return code '0xc0000135'
  3. Stop.
  4. NMAKE : fatal error U1077: 'C:\PROGRA~2\MICROS~1.0\VC\bin\nmake.exe' : return code '0x2'
  5. Stop.
To copy to clipboard, switch view to plain text mode 

The command I used are :
Qt Code:
  1. set INCLUDE=%INCLUDE%;C:\oraclexe\app\oracle\product\11.2.0\server\oci\include
  2. set LIB=%LIB%;C:\oraclexe\app\oracle\product\11.2.0\server\oci\lib\MSVC
  3. cd C:\Qt\qt-5.4.0-x64-msvc2012-compact\qt-everywhere-opensource-src-5.4.0\qtbase\src\plugins\sqldrivers\oci
  4. qmake oci.pro
  5. nmake
To copy to clipboard, switch view to plain text mode 

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.