I have written hundreds of lines of code in C++ Builder, mainly using the data type TDateTime. My evaluation version of C++ Builder runs out in 1 day. Because of this, I am wanting to use VS2012 C++.

My problem is this: The TDateTime variable does not seem to be easily used in VS2012. In C++ Builder, I have included the #include <vcl.h> statement.

How can I use this data type in VS2012 C++? Is it possible? If so, how?

Thanks