|
|
Subject:
Cost and benefit to convert application from Visual Basic to C++
Category: Computers > Programming Asked by: philmyers-ga List Price: $25.00 |
Posted:
19 Oct 2004 02:50 PDT
Expires: 18 Nov 2004 01:50 PST Question ID: 416887 |
Please provide a list of resources (5 good ones) that highlight the important issues when considering the benefits and costs of converting an application from Visual Basic to C++ and indicate a methodology for making that judgement. |
|
There is no answer at this time. |
|
Subject:
Re: Cost and benefit to convert application from Visual Basic to C++
From: frde-ga on 19 Oct 2004 06:57 PDT |
Look at Delphi - it is Pascal with bells and whistles - interestingly Pascal pre-dates 'C' - yet it is strongly typed, unlike 'C' which is a tart Realistically, if your application works in VB then there are not many advantages in re-writing it in another language. You could move bits of it off into non AX DLLs, simply to gain speed. If the problem is 'DLL Hell' then the chances are that you would benefit from cutting out 3rd party components. If the problem is 'strangulated code' ie: it is just a mess of API calls, then you could almost certainly sort that out without a complete re-write. Empirically I have seen productive programmers who used a combination of BASIC and ASM, turn into sloths with 'C'. Not their fault, it is just slow picking your way through a minefield. If you are concerned about 'image' (ie: what idiot customers think) then you could go for Java or C# - but only if you are delivering 'corporate' applications. It would be interesting to know more about the real problem. |
Subject:
Re: Cost and benefit to convert application from Visual Basic to C++
From: digitaltechnic-ga on 09 Nov 2004 21:34 PST |
Hi sir if you would be open to Delphi then I can implement whatever you need converted for you. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |