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. Delphi
  4. migration to C++ code

migration to C++ code

Scheduled Pinned Locked Moved Delphi
delphihelpc++question
2 Posts 2 Posters 8 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.
  • M Offline
    M Offline
    MrKBA
    wrote on last edited by
    #1

    Hello, I'm trying to develop a dll for my application and what is good is that i have the code in pascal developed on Borland Delphi 6 BUT the problem is there are some objects which i can't define them in c++ . :( So i need help for this migration and if there is someone can help me what is the best solution and objects in c++ relatives to this objects in Pascal : TStringList TMemoryStream TStringStream THandleStream thank you.

    C 1 Reply Last reply
    0
    • M MrKBA

      Hello, I'm trying to develop a dll for my application and what is good is that i have the code in pascal developed on Borland Delphi 6 BUT the problem is there are some objects which i can't define them in c++ . :( So i need help for this migration and if there is someone can help me what is the best solution and objects in c++ relatives to this objects in Pascal : TStringList TMemoryStream TStringStream THandleStream thank you.

      C Offline
      C Offline
      Corinna John
      wrote on last edited by
      #2

      TStringList is a linked list with string values. TMemoryStream can be replaced by any other stream class or a byte array.

      This statement is false.

      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