Hello guys (=girlsandboys),
I am merging a program from VC++5 to BCB5, and found MFC-classes like CString and CArchive, which are not alike to be found in BCB5.
To go around Cstring I tried AnsiString, which is quite complicated for the "CString.SpanInclude"-methods.
In order not necessarily needing to rewrite all 400 lines I would like to include this lass into my Program, BUT I STILL NEED a standalone program. Is that possible?
About "CArchive" can I serialize data within BCB, e.g. to the dynamic Memory or even a static memory?
Thank You in advance!
Michael
I am merging a program from VC++5 to BCB5, and found MFC-classes like CString and CArchive, which are not alike to be found in BCB5.
To go around Cstring I tried AnsiString, which is quite complicated for the "CString.SpanInclude"-methods.
In order not necessarily needing to rewrite all 400 lines I would like to include this lass into my Program, BUT I STILL NEED a standalone program. Is that possible?
About "CArchive" can I serialize data within BCB, e.g. to the dynamic Memory or even a static memory?
Thank You in advance!
Michael