Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Database & SysAdmin
  3. Database
  4. unresolved external symbol sqlcxt

unresolved external symbol sqlcxt

Scheduled Pinned Locked Moved Database
helpdatabaseoraclequestion
2 Posts 2 Posters 0 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.
  • R Offline
    R Offline
    ravi120486
    wrote on last edited by
    #1

    Hi, I am getting following error: error LNK2001: unresolved external symbol "void __cdecl sqlcxt(void * *,unsigned int *,struct sqlexd *,*struct sq*lcxp const* )" (?sqlcxt@@YAXPEAPEAXPEAIPEAUsqlexd@@PEBUsqlcxp@@@Z) But after adding extern "C" in the PL/SQL code

    extern "C"
    {
    void sqlcxt (void **, unsigned int *,+
    struct sqlexd *, const struct sqlcxp *);+
    void sqlcx2t(void **, unsigned int *,+
    struct sqlexd *, const struct sqlcxp *);+
    void sqlbuft(void **, char *);+
    void sqlgs2t(void **, char *);+
    void sqlorat(void **, unsigned int *, void *);+
    }

    I am getting the following error: error LNK2001: unresolved external symbol sqlcxt Please Help!!!!!! I am using Oracle 9i client on x64 platform.

    C 1 Reply Last reply
    0
    • R ravi120486

      Hi, I am getting following error: error LNK2001: unresolved external symbol "void __cdecl sqlcxt(void * *,unsigned int *,struct sqlexd *,*struct sq*lcxp const* )" (?sqlcxt@@YAXPEAPEAXPEAIPEAUsqlexd@@PEBUsqlcxp@@@Z) But after adding extern "C" in the PL/SQL code

      extern "C"
      {
      void sqlcxt (void **, unsigned int *,+
      struct sqlexd *, const struct sqlcxp *);+
      void sqlcx2t(void **, unsigned int *,+
      struct sqlexd *, const struct sqlcxp *);+
      void sqlbuft(void **, char *);+
      void sqlgs2t(void **, char *);+
      void sqlorat(void **, unsigned int *, void *);+
      }

      I am getting the following error: error LNK2001: unresolved external symbol sqlcxt Please Help!!!!!! I am using Oracle 9i client on x64 platform.

      C Offline
      C Offline
      Chris Meech
      wrote on last edited by
      #2

      There should be a 'lib' directory under the folder where the Oracle 9i client is installed. Add that directory to the directories that are searched during linking. :)

      Chris Meech I am Canadian. [heard in a local bar] In theory there is no difference between theory and practice. In practice there is. [Yogi Berra]

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups