PDA

نسخه کامل مشاهده نسخه کامل : Delphi2Cpp Professional v1.2



hepL3r
10-03-2010, 14:25
یه ایزار برای تبدیل زبان دلفی به c++
[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]



Delphi2Cpp converts Delphi source files to C++. The program is based on a complete parser for Delphi 4/5 and yields optimal translation results by use of the type information of the VCL and other included units. The include paths can be set in the options as well as defines for the conditional compilation.

Primary target for the translation is the CBuilder, because this compiler has the best capabilities to reproduce most of the language features of Delphi adequately.

Changes in 02/18/2010
- A last minute bug has been fixed: intead of writing

#define Editor__28 ( TCharSet ()
<< char ( 13 ) << char ( 10 ) )


now the lines are combined by a "\":

#define Editor__28 ( TCharSet () \
<< char ( 13 ) << char ( 10 ) )



برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید