procedure entry point slcvs2ptr message

Ask a Question related to PERL Beginners, Design and Development.

  1. #1

    Default procedure entry point slcvs2ptr message

    Howdy:

    Not sure if this is a duplicate message - sorry in
    advance if it is.

    I want to use Perl to connect to an Oracle 9i database
    on Windows 200x and have installed DBI v. 1.37
    on my NT workstation. I am getting a message like so when
    I run the script:

    [snip]
    "The procedure entry point slcvs2ptr could not
    be located in the dynamic link library oracore9.dll"
    [/snip]

    Has anyone else seen this? If so, how do I fix this?
    I've seen one post about this so far in groups.google.com,
    but there are no answers.

    Thanks!

    -X

    Shaunn Johnson Guest

  2. Similar Questions and Discussions

    1. Entry point not found
      I have an error message that is coming up when I open Photoshop 7.01 which is: "The Procedurer Entry Point ??0ps...... could not be located in the...
    2. Procedure Entry Point error
      Everytime I go to launch contribute I get this message pop up that says "The procedure entry point GetProcessImageFileNameW could not be located in...
    3. Procedure entry point not located on loading
      When I try to load Contribute 3 I get a screen that says The procedure entry point Getprocessimagesfilename w could not be located in dynamic link...
    4. procedure entry point ,getaddrinfo not found in wscupdateprovider
      A screen keeps popping up "the procedure entry point getaddrinfo couldn't be located in the dynamic library ws2_32.dll " it only closes out afer...
    5. Procedure Entry Point
      I have a peculiar problem with Photoshop Elements 2. If I right cleck one item (when browsing for a file to open) all is fine. When I select more...
  3. #2

    Default Re: procedure entry point slcvs2ptr message


    On Jan 28, 2004, at 10:01 AM, Johnson, Shaunn wrote:
    [..]
    > I want to use Perl to connect to an Oracle 9i database
    > on Windows 200x and have installed DBI v. 1.37
    > on my NT workstation. I am getting a message like so when
    > I run the script:
    >
    > [snip]
    > "The procedure entry point slcvs2ptr could not
    > be located in the dynamic link library oracore9.dll"
    > [/snip]
    >
    > Has anyone else seen this? If so, how do I fix this?
    [..]

    it appears that you have a DLL mismatch problem there.

    I think the version of the client side is is not correct
    for what the wrapping code is trying to get to.

    ciao
    drieux

    ---

    Drieux Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139