Header files missing (oci.h, ortypes.h, etc.)

I have just a simple question.
Do we need the commercial version of Oracle8i to be able to use the OCI libraries?
Thanks for any reply.

are you sure installed the full desktop SDK? you can't install just the modern SDK. What version of VS are you using?
d -- This posting is provided "AS IS" with no warranties, and confers no rights.

Similar Messages

  • Missing header files in WDK/SDK 8.1

    Hi,
    I installed the latest WDK and SDK, but i struggling with some header files missing. 
    I started a new Kernel Mode Driver project in VS2013, imported ntddk.h, then IntelliSense started to pop with several errors. "specstrings.h", "kernelspecs.h", "winapifamily.h", etc., many header files missing. After some research,
    i found out that those files were supposed to be at C:\Program Files (x86)\Windows Kits\8.1\Include\shared, but they're simply not there. I uninstalled and reinstalled the WDK and SDK several times, and still don't know what's actually going how. 
    Can someone enlight me?
    Thanks in advance.

    are you sure installed the full desktop SDK? you can't install just the modern SDK. What version of VS are you using?
    d -- This posting is provided "AS IS" with no warranties, and confers no rights.

  • MISSING OCI Header Files

    The OCI header files are missing from the Oracle 8 for Linux
    trial CD. Everything else works fine, but we can't develop any
    client applications without an OCI interface.
    I tried using the header files from Oracle 8 Solaris SPARC, but
    the resulting program core dumps in olog().
    Does anyone know where I can get these files? If a purchase a
    production version, will they be included?
    I have a bare bones Linux ODBC driver for Oracle that I cannot
    compile without them.
    Thanks,
    - Mark Butler
    null

    Stefan (guest) wrote:
    : Mark Butler (guest) wrote:
    : : The OCI header files are missing from the Oracle 8 for Linux
    : : trial CD. Everything else works fine, but we can't develop
    any
    : : client applications without an OCI interface.
    : : I tried using the header files from Oracle 8 Solaris SPARC,
    but
    : : the resulting program core dumps in olog().
    : : Does anyone know where I can get these files? If a purchase
    a
    : : production version, will they be included?
    : : I have a bare bones Linux ODBC driver for Oracle that I
    cannot
    : : compile without them.
    : : Thanks,
    : : - Mark Butler
    : The header files are in the directory $ORACLE_HOME/rdbms/demo
    : Yours
    : Stefan
    Do you happen to know how to link those examples?
    It couldn't have been too hard to include a Makefile!
    null

  • Mysterious missing header files

    Hello,
    While trying to build some packages recently, I discovered that for some reason, my system was missing a bunch of important header files.
    GL/gl.h
    GL/glu.h
    these were fixed by reinstalling mesa
    pkg-config reported gtk+-2.0 and glade as not installed
    this was fixed by reinstalling libxrender
    X11/X.h
    X11/Xfuncproto.h
    are also missing, and I can not figure out where they went or what package I need to get them back. Does anyone know?
    I suspect that this has to do with using testing and especially Xorg 7.0.
    Thanks,
    Arthur

    pacman -S xproto

  • Missing header files when importing a shared library with labview 8.6?

    Hi all,
    I want to import a .dll into my .vi program but I am not able to do it...
    I have created the dll  following the ni website tutorial
    http://zone.ni.com/devzone/cda/tut/p/id/3303#toc2
    Once the dll has been created, I have tried to import it with
    Tools-Import-Shared Library(dll)
    After parsing the header file appears an error like this one:
    void __cdecl Zdmt(LVBoolean *stop, double P, char channelName[],
        TD1 *errorIn, TD14 *FFTOptions, TD12 *Calibration, char FileName[],
        int32_t minRecordLength, TD26 *InstrumentHandler, LVRefNum sessionRefArray[],
        LVRefNum *queueIN, TD1 *errorOut, LVBoolean *averagingDone,
        HWAVES LastRecordFetched, TD24 *Impedance, TD17 *ColeColeCluster,
        TD18 *FFTcluster, TD5 *InstrumentHandleOutputCluster, LVRefNum *queueOut,
        int32_t *Acquired, TD6 *FreqTimeInfoCluster, double *averagesCompleted,
        int32_t len);
    The following symbols are not defined:
    LVBoolean; int32_t; LVRefNum;
    Undefined symbols can prevent the wizard from recognizing functions and parameters. To correct this problem, check the header file to determine if you must add predefined symbols. Click the Back button to return to the previous page of the wizard to add a preprocessor definitionsl (for example, "NIAPI_stdcall = __stdcall" or "NIAPIDefined = 1").
    The following header file was not found in the specified header file or one of the referenced header files:
    -  extcode.h
    To fix, click the Back button to go to the previous page and add the header file path to the Include Paths list.
    I have replaced the first line #include "extcode.h" of the dll header file for #include "C:\Program Files\National Instruments\LabVIEW 8.6\cintools\extcode.h" that is the full path where the header file is located. However, new libraries seems to be missed:
    -  stdint.h
    -  MacTypes.h
    Does anybody know what I have to do??
    Any help will be really appreciated,
    Regards,
    Benjamin

    If you use any of the LabVIEW cintools headers, they reference other headers too. The import wizard is written in a way that it simply skips parsing datatypes that can not be resolved due to missing header files.  If your functions you want to import references such datatypes then you get an according error about any include files the wizard could not load, otherwise not. The wizard can not know which of the missing header files is the problem since it obviously doesn't know what would be in those header files.
    The LabVIEW cintools headers are multiplatform, meaning they evaluate various compiler predefined defines to determine which platform they are included in. The import library wizard does not define any specific defines, since it is not really a compiler. So you have to define them. And they get adapted with each new LabVIEW version to support new compilers and compiler versions, so the defines described in the link in the first post do not have to be correct for cintools headers in newer LabVIEW versions.
    All in all writing DLLs that interface to LabVIEW cintools headers should not be done by writing them and then importing them using the wizard but instead you should write the VI and create the Call Library Node, then let LabVIEW create a template C file from the context menu of the Call Library Node and copy that into your C sources and fill in the functions from there.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Missing Header files oratypes.h ocidfn.h ociapr.h

    Can anyone tell me where i can
    find the header files oratypes.h
    ocidfn.h ociapr.h
    I am trying to install the
    DBD-Oracle-1.06 Perl Module
    I have Oracle 8.1.5 for Linux
    and these file are not on the CD
    Robert Steele
    [email protected]

    It doesn't seem to be there anymore. The URLMount framework is just a link to NetFS. Try commenting out both of those includes and see what happens.

  • Missing header file 'stdtst.h'

    Hi all ,
     where will i find header file 'stdtst.h'  in CVI  or TestStand ?
    Thanks 
    Mukesh Kumar

    Hello mukesh121,
    According to http://www.ni.com/pdf/manuals/375070c.pdf, the header file is located in <TestStand Public>\AdapterSupport\CVI.
    Best regards,
    = Nelu F. || National Instruments.

  • Compiler appears to include .cpp source instead/addition to .h header file

    Numerous source files in our project depend upon unix/dcfPosixLocks.h and must be linked with the dcfPosixLocks.o that results from compiling unix/dcfPosixLocks.cpp. While all of these numerous sources files either directly or indirectly #include "unix/dcfPosixLocks.*_h_*" none of them ever #include "unix/dcfPosixLocks.*_cpp_*" (or any other non .h file for that matter). Yet, the C++ compiler incorrectly appears to include unix/dcfPosixLocks.cpp instead of (or in addition to) unix/dcfPosixLocks.h, for example when compiling dcfConstants.cpp (actual invocation and error below). Renaming unix/dcfPosixLocks.cpp to unix/dcfPosixLocks.c (or other names with C/C++ related file extensions) results in similar behavior. We first discovered this problem when we moved from a partially patched Studio 11 on Solaris 9 SPARC to an unpatched Studio 11 on Solaris 10 SPARC, i.e. it works fine on the old system. The problem remains after fully patching Studio 11 on Solaris 10 SPARC and even after fully patching Studio 12 on Solaris 10 SPARC. The implication is that one of the Studio 11 patches broke the C++ preprocessor and has of course been carried over into Studio 12. Since we use gmake to compile multiple sources concurrently, we ruled gmake out as a source of the problem by eliminating concurrent compilation (e.g. -j1 not -j2) and by tracing it to ensure that it was not deciding to compile unix/dcfPosixLocks.cpp (e.g. due to some implicit rule or something like that). Workaround #1, since the dcfConstants.cpp file contains no templates, is to separately preprocess and then compile, i.e. CC -E dcfConstants.cpp 1> .../dcfConstants.i and then CC -c dcfConstants.i -o .../dcfConstants.o. Of course, workaround #1 is dubious in general and completely unworkable where templates are involved. Workaround #2 is to move the unix/dcfPosixLocks.cpp file out of the include path (many of the directories in our include path contain both source and header files). Unfortunately, workaround #2 is problematic from a source control point of view... implies lots of source files being moved unnecessarily from one location to another to artificially distinguish them from header files, breaking historical chains in the process (granted, depends on the abilities of your source control software). Any thoughts or comments? We are hoping that somebody might be able to help us discover the errors in our ways, contribute additional workarounds, and/or confirm that this is in fact a compiler bug. I can try to provide more information as needed. Thank you in advance. -R
    /opt/studio11/SUNWspro/bin/CC -G -KPIC -w -mt
    -D_POSIX_PTHREAD_SEMANTICS -DCXX_SUNPRO -DDCF_NO_STD_MIN -g
    -D_DEBUG -DDCF_ASSERTIONS_ABORT -DDCF_DEADLOCK_ABORTS -DDC F_EXCEPTIONS_ABORT -I. -I/export/home/buildsys/src/build/tmp.3/dcf1/inc
    -I/export/home/buildsys/src/build/tmp.3/dcf1/platform/unix/solaris/inc
    -I/export/home/buildsys/src/build/tmp.3/dcf1/platform/unix/solaris/inc
    -I/export/home/buildsys/src/build/tmp.3/dcf1/platform/unix/inc
    -Iunix/solaris -Iunix
    -I/export/home/buildsys/src/build/tmp.3/dcf1/interfaces
    -I/export/home/buildsys/src/build/tmp.3/dcf1/platform/unix/solaris/interfaces.overlay
    -I/export/home/buildsys/src/build/tmp.3/dcf1/interfaces.overlay
    -c dcfConstants.cpp -o Debug/unix/solaris/dcfConstants.o
    "unix/dcfPosixLocks.*_cpp_*", line 72: Error:
    dcfLocks::oAtomicAccessToLong is initialized twice.
    "unix/dcfPosixLocks.*_cpp_*", line 103: Error:
    dcfMutexAttributes::pSingleton is initialized twice.
    2 Error(s) detected.
    gmake[2]: *** [Debug/unix/solaris/dcfConstants.o] Error 2
    gmake[1]: *** [all-r] Error 1
    gmake: *** [build] Error 2

    I'm having trouble understanding what change in Sun compilers or in Solaris could have resulted in the change in behavior you report.
    For template code, Sun compilers have always used the automatic inclusion model described in the C++ Users Guide section 5.2, "Template Definitions".
    Specifically, if you include a header foo.h that declares one or more templates, the compiler will automatically include foo.cpp (or foo.cc, foo.C, etc) if it needs a definition of one of those templates. That is, it assumes that template definitions missing from foo.h will be in foo.cpp.
    Does that answer your question?

  • Music files missing/hidden in folder on network hdd

    Hi all,
    I have setup my home net work with a iMac (mountain Lion) backed up by a TimeCapsule and at the back of the TimeCapsule I have a 2TB networked external HDD. My iTunes library is located on this HDD, I take care not to start up iTunes before this networked external HDD has propoerly mounted to avoid any conflicts with links to my itunes library files and folders.
    The other day I noticed a few missing files (the dreaded exclamation mark !), not too bad a figured, I located a few manually but reached some that does my head in...... Out of the whole album there are two files "missing", the other ones play as they should. When I try and locate the missing files the folder comes up empty.....
    I have even checked the songs that do play in the same album....they dont show up either, even though they still play in iTunes (yes, they are all located at the same location). The album was originally ripped from a CD and I don't use iTunes Match or Genius.
    I have tried to find the files by:
    1."open in finder" - files missing / whole folder empty
    2."through finder and located the drive and folder" - files missing / folder empty
    3."copy file location from "get info" and paste into "go to folder" - the file temporarily appears in the finder window but dissapears shortly after / folder yet again empty.
    4. I check the folder "get info" from my finder and it says "zero bytes"
    5. I can't use Search because its on an external HDD and there fore not indexed
    6.I have tried to copy the folder to the desktop but still shows empty....
    7. I have tried to "organise" my library, still no change.
    What the..xxx..is happening..?
    From what I can gather, the files are actually there but not visible through the finder window (even though the folder appears to be 0 bytes).
    The problem being that I can't locate my missing files because I cant see them any more......
    Am I missing something (like show hidden folder on a Mac) or has it got to do with anything else...? How can I fix it..? I have found posts that relate to windows users forced their W7 to show hidden folders but nothing yet on Mac.....
    Help.
    //Fred

    I was lucky to be able to use a PC, that after trying numerous times actually read the external hdd, I quickly copied all files over to a backup hdd and recovered all files. After that I ended up in contact with Western Digital about the incident and they recommended to completely erase (7-pass erase) of the hdd, which ended up taking over 5 days to do. They gave me no reason as to "Why" it would have happened but if I erase and reformatted of the hdd and the problem reoccurred they recommended to get the unit replaced.
    I was lucky to recover all my files.....keep trying on different computers if you can, and copy what you can get hold of. The 7-pass erase will delete pretty much every trace of information on the hdd with no chance of recovery.
    So far since the incident its been running ok but I not longer trust the hdd to be stable. Not a simple nor quick process / solution I'm afraid.
    Good luck!
    Once you have recovered your files (or as many as you can get hold of) and ready to erase the hdd:
    (THIS WILL ERASE ALL YOUR DATA, MAKE SURE YOU HAVE A BACKUP BEFORE PROCEEDING)
    Connect the drive directly to the Mac, open Disk Utility.
    Select the drive and click on the "Erase" tab Select the "7-times zeros" to completely erase the drive.
    Once the erase have completed format the drive to your selection.

  • How to include header files from different directories?

    Hi,
    Sorry for the newb question, but I can't figure this out. I'm trying to compile a simple piece of code (C++) that uses header files in a directory different from the Project directory; header files are in /opt/csw/postgresql/include/pqxx. I've tried a few different things, adding that directory to the include directives under Resource Files, add existing files from a folder, etc etc. Whenever I try to build, dmake bails with status -1. I can't seem to get this working, can someone explain how to use header files from different directories?
    Thanks,
    SlowToady

    Header files are usually specified relative to a base directory. If the base directory is not a system directory -- /usr/include or the compiler installation directory -- add a command-line directive
    -I path/to/base/dirfor each such directory.
    The path can be absolute, such as
    -i /opt/csw/postgresql/includeor relative, such as
    -I ../../my/includeIn your source code, specify the header file relative to the base directory, and be sure to use quotes, not angle brackets. Example:
    #include "header.h"  // right
    #include <header.h>  // wrongThe angle brackets are used for system headers, like <iostream> or <stdlib.h>.
    The rules above are common to all compilers on Unix and Linux, and generally to all C and C++ compilers.
    For more details, read about the -I option in the C++ Users Guide. You can find the guide by pointing your browser to the "docs" directory in the compiler installation, or go here:
    http://docs.sun.com/app/docs/doc/819-5267
    All command-line options are described in Appendix A.

  • I had old 8mm converted to dvd then used "Rip It" then imported to iMovie. My problem: in the event library a complete person is shown, in the project the top of their head is missing. How can I fix?

    I had old 8mm movies converted to dvd. I then used "rip it" and imported to imovie. In the event library a complete person is shown on a clip. However, when I move that clip to the project the tops of peoples heads are missing in the playback. I have used standard (4:3) because the cut is lower in widescreen. How do I fix this problem?

    Yes, the Old Master file has a folder for each year where I find all photos from that specific year. I am attaching a screen shot of the file.
    In the meantime i have managed to download all photos (it did not download any video files though in mpg, avi, 3gp, m4v,mp4 and mov format) to a new iphoto library. Unfortunately the photos are quite mixed and often doubled up. I ma considering to purchase iphoto library which checks all duplicates in iphoto. this will save me a lot of time. What do you think?

  • Header files  not being included in JNI

    I've written a java program which interfaces with some C code.In the c code i use certain functions which are defined in a header file that i include in the same c file.The problem i have ,is that the compiler shows an error when it comes across one of those functions.It seems to me that the header file is not being included.Here's what i've done at the start of the jni c code,any help will be greatly appreciated.
    #include<stdio.h>
    #include " mnt/cprog/ca.h"
    JNIEXPORT void JNICALL......
    Can other header files be included over here ,or do they have to be included from the java file?..but the problem there is that the header file is of .h extension.....any suggestions??
    ps..The os is Linux
    ..Derick

    If the header files are not found, the compiler will tell you. At least gcc does so. If only some functions you are using are missing, they are probably not in the header file you are including.
    By the way, there is no way to include headers for your native code through Java. What kind of mechanism should that be?

  • Header file 'dlfcn.h' not found

    Hi,
    I am trying to compile some dynamic library stuff in my application. I am getting the error "header file 'dlfcn.h' not found". I searched for the file dlfcn.h in directory "/usr/include" and "/usr/local/include" but unable to find the file.
    Please help me how to download this file?
    Thanks

    Hi header file........................etc
    You could make your own.
    Script is here;
    http://www.koders.com/c/fid7E0BB9E61334ACD4F547A739488E20E0F68C502E.aspx
    Just leave out the line numbers at the start of each line.
    regards roam

  • VS2010: Why does my C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include does not get all the needed header files?

    Hello,
    I have installed VS2010 Professional. I have done a full install. The I install the 2010 redistributable and 2010 SP1. So I think I have installed all the needed products. But my include files has only 3 files :(. anmintrin.h, srv.h, wmiatlprov.h. My colleagues
    who have installed the same three products have some 200 header files. My guess these header files are coming from some SDK or so. I have 5.0, 6.0A, 7.0A. 7.1A, 8.0, 8.0A SDKS installed. What am I missing? 
    Please check this http://stackoverflow.com/questions/13656856/cant-get-visual-studio-c-include-file-excpt-h-to-get-installed and there the person tells to practically remove all and install all and another answer says just copy it. My hope is Microsoft
    might have a more logical and technical answer than doing something blindly without rhyme or reason
    A clear cut answer might help the community. 
    thanks
    ananda

    Hi Ananda Vardhana,
    What about your issue now?
    If you have resolved it, you can share the solution here, which will be beneficial for other members with the same issue.
    If you did not, whether you can provide us more information as Barry said for resolving this issue?
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Building PHP 5.2.5 and MySQL (Cannot find MySQL header files under /usr.)

    Hi,
    we are in big trouble here. On Mac OS X 10.4 it was no problem building PHP with additional modules. Unfortunately it´s not working this time.
    This is the error message i got when building php:
    checking for mSQL support... no
    checking for MSSQL support via FreeTDS... no
    checking for MySQL support... yes
    checking for specified location of the MySQL UNIX socket... /var/mysql/mysql.sock
    checking for MySQL UNIX socket location... /var/mysql/mysql.sock
    configure: error: Cannot find MySQL header files under /usr.
    Note that the MySQL client library is not bundled anymore!
    Looks like some libs are missing?!
    find / -iname 'libmysqlclient*'
    That doesn´t helper neither. No results.
    Any idera what´s wrong here?

    the php in 10.5 uses extensions, you do not need to rebuild php to get mssql to work..
    Take a look at http://downloads.topicdesk.com/docs/AddingGD2_to_PHP_on_OS_X_Server_10_5Leopard.pdf
    as you can see in that example GD is built separately, mssql is the same.. do a google search on mssql.so and you will find a bunch of info (most of it is for linux but you should be able to get the info to work)

Maybe you are looking for

  • Support for n-channel icc-profiles

    I have recently attended a symposium where some speakers touched on Photoshop's (or the whole CS') lack of support for n-channel ICC-profiles. And (while I have to admit that the ramifications may be beyond my comprehension) the point seems very much

  • Adobe Bridge and IPhoto import

    How do I import photos from IPhoto to Adobe Bridge. Or move them to a different folder? Thanks, joe

  • Crystal Report Server: Cannot save Database Configuration in CMC

    I already posted this question as SAP internal CSN message (message number 1896093 2009) but did not get any answer so far. I have installed a test version (which I'd like to become permanent some      day...) of Crystal Reports Server 2008 on a loca

  • Oracle 10g "Out of the box"?

    Hi all, I have a banal question. Is there a possibility, to run an Oracle database server (10g) completely in one local directory, without any installation efforts, just like MySQL inside a XAMPP package? http://www.apachefriends.org/en/xampp-linux.h

  • I Can't open the attechment in mail with latter open , acrobat reader , ... . Please help me

    Atfer the upgrade os of my ipad to 6 . i can't open the all of attechment in LATTEROPEN  program & Acrobat Reader & other app. PLease help me. how can i open it ?