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. COM
  4. Remote on win95

Remote on win95

Scheduled Pinned Locked Moved COM
helpsysadmin
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.
  • N Offline
    N Offline
    newbe
    wrote on last edited by
    #1

    Helllo everybody: I have a DCOM server that returns an integer. This server runs on a win95 machine. When i connect everything goes fine but when i try to return the integer from the server, The client stops immidiatly. Is there enyone who ever had the same problem. I preciate your Help..

    H 1 Reply Last reply
    0
    • N newbe

      Helllo everybody: I have a DCOM server that returns an integer. This server runs on a win95 machine. When i connect everything goes fine but when i try to return the integer from the server, The client stops immidiatly. Is there enyone who ever had the same problem. I preciate your Help..

      H Offline
      H Offline
      Henrik Sternberg
      wrote on last edited by
      #2

      Not knowing exactly what you are doing, it sounds as if the integer datatype is different between the client and the DCOM server. What kind of client are you using? I have had this problem and I solved it by using the BSTR datatype. To do "pure COM" and being on the safe side, you should always pass BSTR:s as parameters, since they will be the same on both client and server side. This leads to a bit more of converting, but that's life ;) Best regards, /_henrik Henrik Sternberg, Cambridge Technolgy Partners, Germany www.ctp.com/ce henrik.sternberg@ctp.nospam.com (take away nospam)

      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