Board index » cppbuilder » How to change a VC-Program to cpp-Builder

How to change a VC-Program to cpp-Builder


2004-11-10 06:35:36 PM
cppbuilder87
Hi,
which is the easiest way to change a Visual C Programm to CPP-Builder 6?
Is a workaround available?
Andreas
 
 

Re:How to change a VC-Program to cpp-Builder

Lot of money is awaiting for someone who could
safely and accurately transform:
structured programs ->object oriented programs
M$ libraries->VCL
;)
It depends of the program complexity, but you have to
do it manualy.
Best regards,
Vladimir Stefanovic
Andreas Pesch < XXXX@XXXXX.COM >wrote in message
Quote
Hi,

which is the easiest way to change a Visual C Programm to
CPP-Builder 6?

Is a workaround available?

Andreas
 

Re:How to change a VC-Program to cpp-Builder

Vladimir Stefanovic < XXXX@XXXXX.COM >schrieb:
Quote
Lot of money is awaiting for someone who could
safely and accurately transform:

structured programs ->object oriented programs
M$ libraries->VCL
Oh sorry, i meant VC++.
Is there no way to copmile the Software an do the further work with
C++-Builder?
Andreas
 

{smallsort}

Re:How to change a VC-Program to cpp-Builder

BCB comes with a utility to convert VC-projects to Bpr. This is usually
available in the tools-menu. However, I cannot see it in my current
installation, but you can also start it direct since it is located in BCB
bin directory and is called vctobpru.exe (wizard, which invoke vctobpr.exe).
Note that this will not convert the project into a VCL with forms, but keep
it as a mfc-program which bcb can compile.
I have only used it once a few years ago, so I am in no way an expert.
Nevertheless, I hope it helps.
/Palle
 

Re:How to change a VC-Program to cpp-Builder

Palle,
BTW, I wonder whether it is possible that integrating a MFC form into
existent BCB project?
Thanks
Hermann
 

Re:How to change a VC-Program to cpp-Builder

Form as in a Dialog Box, or like a .NET forms thing?
Dialog boxes are in resources, so yes (give you have all controls on the
dialogs on your system),
.NET stuff isn't supported by BCB AFAIK.
"Hermann" < XXXX@XXXXX.COM >wrote in message
Quote
Palle,

BTW, I wonder whether it is possible that integrating a MFC form into
existent BCB project?

Thanks

Hermann


 

Re:How to change a VC-Program to cpp-Builder

I mean window, win32 things, not .net stuff.
In fact, the problem is how to use MFC class in a VCL project.
Thank you
Turbo Man
"Nathaniel L. Walker" < XXXX@XXXXX.COM >写入消息新闻
: XXXX@XXXXX.COM ...
Quote
Form as in a Dialog Box, or like a .NET forms thing?
Dialog boxes are in resources, so yes (give you have all controls on the
dialogs on your system),
.NET stuff isn't supported by BCB AFAIK.
 

Re:How to change a VC-Program to cpp-Builder

I could have taken on a demeanoring (sp?) tone and told you to RTFM, because
it IS all documented, either in the help file, or in the manual that came
with BCB. I just looked it up.
"Turbo Man" < XXXX@XXXXX.COM >wrote in message
Quote
I mean window, win32 things, not .net stuff.
In fact, the problem is how to use MFC class in a VCL project.

Thank you

Turbo Man

"Nathaniel L. Walker" < XXXX@XXXXX.COM >写入消息新闻
: XXXX@XXXXX.COM ...
>Form as in a Dialog Box, or like a .NET forms thing?
>Dialog boxes are in resources, so yes (give you have all controls on the
>dialogs on your system),
>.NET stuff isn't supported by BCB AFAIK.


 

Re:How to change a VC-Program to cpp-Builder

I wanted to know too, and that is exactly what I needed: Tools, Visual C++
Project Conversion Utility. Thank you!
"Palle Meinert" < XXXX@XXXXX.COM >wrote in message
BCB comes with a utility to convert VC-projects to Bpr. This is usually
available in the tools-menu...