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
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. problem with Oleacc

problem with Oleacc

Scheduled Pinned Locked Moved C / C++ / MFC
helpquestion
3 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.
  • S Offline
    S Offline
    spsharma
    wrote on last edited by
    #1

    I am trying to get data using OLEACC. It works fine when I fetch data from windows xp machine, however it fails to retrieve unicode data from Richedit20A control on windows 2000 machine. It gives ?????? for any of the unicode characters entered. Anyone have any idea.

    J 1 Reply Last reply
    0
    • S spsharma

      I am trying to get data using OLEACC. It works fine when I fetch data from windows xp machine, however it fails to retrieve unicode data from Richedit20A control on windows 2000 machine. It gives ?????? for any of the unicode characters entered. Anyone have any idea.

      J Offline
      J Offline
      John R Shaw
      wrote on last edited by
      #2

      If it works on XP is should work on 2000. Usualy the only time you see ? marks is when the system can not translate from one character code format to anouther. May be you should try making sure that the 2000 machine is up to date as far as the OLEACC is concerned. INTP "The more help VB provides VB programmers, the more miserable your life as a C++ programmer becomes." Andrew W. Troelsen

      S 1 Reply Last reply
      0
      • J John R Shaw

        If it works on XP is should work on 2000. Usualy the only time you see ? marks is when the system can not translate from one character code format to anouther. May be you should try making sure that the 2000 machine is up to date as far as the OLEACC is concerned. INTP "The more help VB provides VB programmers, the more miserable your life as a C++ programmer becomes." Andrew W. Troelsen

        S Offline
        S Offline
        spsharma
        wrote on last edited by
        #3

        I updated my machine after I found this error. I even used accexplorer to check if this is some problem with my coding and as I thought, result was all the same, even accexplorer cannot get the data. I found version numbers of dlls being used by these systems are different with XP having the latest, so I replaced those that I can, but no luck.

        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