I'm having issues with ORA * C and Cygwin.
I am trying to port this UNIX program to Windows using Cygwin.
I installed Cygwin with all C libraries, etc.
And I also installed Oracle 10g (the reason is that the UNIX project is currently using this, and I want everything to be 100% compatible).
If I open cmd and type proc myfile.pc etc etc, it works very well.
When I try to do the same in the Cygwin (or Netbeans) terminal, I get the following error:
PCC-F-NOERRFILE, unable to open error message file, facility PR2
I read somewhere in google that this is related to the environment variable ORACLE_HOME, I tried to set this variable like this:
/cygdrive/c/Oracle/product/10.2.0/client_1
or
C:\Oracle\product\10.2.0\client_1
in the window path settings and / or in my Makefile, and I still have the same problem.
Any ideas?