Visual C++ ------> Visual Basic 
Author Message
 Visual C++ ------> Visual Basic

Hello all.  My company is thinking about buying anothers product.  This
is good thing because saves us development time :^)  However the
products was developed in Visual C++ v5.0 and everyone here (including
yours truly) are VB developers.  :^{

Tall and skinny of it is, is there a way to convert a VC++ project to
VB.  I have seen a number of converters for VB to Java and vice versa,
but have yet to come across anything with VC++ to VB.

Anyone know of such a product?  Know where to buy/lease it??

Thanks a million!



Sun, 30 Jul 2000 03:00:00 GMT  
 Visual C++ ------> Visual Basic

There is no GOOD way to convert from any one language to any other (with
the exception that Ada 95 will compile to run on a Java virtual machine).
There are many tools that claim to do this, but when you look at what they
are actually doing, they only automate part of the process and leave HUGE
gaps.  These gaps are the hard parts of the code anyway, and a dumb monkey
could have done the part of the conversion that the utility performed.

Give it up.  Either rewrite the app from scratch, hire some C++ programmers
to maintain the legacy app, or don't buy it in the first place.  

Also, don't take a bunch of VB programmers and try to change them into C++
programmers overnight.  You will need most of the team to be
dyed-in-the-wool C++ programmers just to bring the VB programmers along.

Don't get me wrong - I hate C++.  I do not think more highly of C++
programmers than VB programmers.  However, VC++ has a TREMENDOUSLY steep
and long learning curve.  It is hard to do anything at all in VC++ without
several months of arduous mental self-{*filter*}.  

You would be better off, if you buy the product, to sell the current
version without changes.  Write the next version in VB, rearchitected and
reengineered from scratch to be maintainable and updatable for years to
come.

This, of course, is just one man's humble opinion.



Quote:
> Hello all.  My company is thinking about buying anothers product.  This
> is good thing because saves us development time :^)  However the
> products was developed in Visual C++ v5.0 and everyone here (including
> yours truly) are VB developers.  :^{

> Tall and skinny of it is, is there a way to convert a VC++ project to
> VB.  I have seen a number of converters for VB to Java and vice versa,
> but have yet to come across anything with VC++ to VB.

> Anyone know of such a product?  Know where to buy/lease it??



Tue, 01 Aug 2000 03:00:00 GMT  
 Visual C++ ------> Visual Basic

Well said!!!

Peter


Quote:
>There is no GOOD way to convert from any one language to any other (with
>the exception that Ada 95 will compile to run on a Java virtual machine).
>There are many tools that claim to do this, but when you look at what they
>are actually doing, they only automate part of the process and leave HUGE
>gaps.  These gaps are the hard parts of the code anyway, and a dumb monkey
>could have done the part of the conversion that the utility performed.

>Give it up.  Either rewrite the app from scratch, hire some C++ programmers
>to maintain the legacy app, or don't buy it in the first place.  

>Also, don't take a bunch of VB programmers and try to change them into C++
>programmers overnight.  You will need most of the team to be
>dyed-in-the-wool C++ programmers just to bring the VB programmers along.

>Don't get me wrong - I hate C++.  I do not think more highly of C++
>programmers than VB programmers.  However, VC++ has a TREMENDOUSLY steep
>and long learning curve.  It is hard to do anything at all in VC++ without
>several months of arduous mental self-{*filter*}.  

>You would be better off, if you buy the product, to sell the current
>version without changes.  Write the next version in VB, rearchitected and
>reengineered from scratch to be maintainable and updatable for years to
>come.

>This, of course, is just one man's humble opinion.



>> Hello all.  My company is thinking about buying anothers product.  This
>> is good thing because saves us development time :^)  However the
>> products was developed in Visual C++ v5.0 and everyone here (including
>> yours truly) are VB developers.  :^{

>> Tall and skinny of it is, is there a way to convert a VC++ project to
>> VB.  I have seen a number of converters for VB to Java and vice versa,
>> but have yet to come across anything with VC++ to VB.

>> Anyone know of such a product?  Know where to buy/lease it??

Peter Dey/Nemesis
Nemesis Design

http://www.*-*-*.com/
http://www.*-*-*.com/
http://www.*-*-*.com/ ~apdey/
http://www.*-*-*.com/


Wed, 30 Aug 2000 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Visual Basic -->> C++ DLL

2. Visual C++ and Visual Basic and Visual J++

3. need some basic information on visual basic and visual c++

4. need some basic information on visual basic and visual c++

5. <JOB>C++/Java/ or Visual Basic Engineers

6. <JOB>C++/Java/ or Visual Basic Engineers

7. Visual Basic -> C++ Converter

8. Visual C++ vs Visual Basic

9. Visual C++/Visual Basic/COM problem

10. visual basic vs. visual c++ which is better

11. Visual BASIC or Visual C++

12. Visual Basic Vs. Visual C++

 

 
Powered by phpBB® Forum Software