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