H
Herby
Hi,
I am currently reviewing what is required to convert a current MFC, COM
server application into a .NET application. The objective is to
compile ultimately to clr/safe.
So we are seeking a clear migration path for C++\MFC\COM to .NET.
We have now chosen to select C++\CLI.
We then need to remove the MFC classes such as CString CArray CMap etc
and replace with .NET equivalents. We are now considering replacing
these with STL type classes and have just learned about the pending
release of STL.NET.
Will STL.NET compile to clr\safe ????
When will it be available???
If a C++ application is already using STL, will this be compatible with
STL.NET?
Given native types are changed to managed types
e.g:
Vector<String*>
to
Vector<String^>
Thanks in advance.
I am currently reviewing what is required to convert a current MFC, COM
server application into a .NET application. The objective is to
compile ultimately to clr/safe.
So we are seeking a clear migration path for C++\MFC\COM to .NET.
We have now chosen to select C++\CLI.
We then need to remove the MFC classes such as CString CArray CMap etc
and replace with .NET equivalents. We are now considering replacing
these with STL type classes and have just learned about the pending
release of STL.NET.
Will STL.NET compile to clr\safe ????
When will it be available???
If a C++ application is already using STL, will this be compatible with
STL.NET?
Given native types are changed to managed types
e.g:
Vector<String*>
to
Vector<String^>
Thanks in advance.