|
-
Aug 27th, 2006, 09:45 AM
#1
Re: Future of VB
..it will be no longer supported (at all) after Windows Vista, and I'm pretty sure I saw an official message saying "No more service packs will be released for VB6".
It will also not ever be 64-bit compatible (as VB.Net is already), but is likely to work on 64-bit processors/OS's (as 16-bit apps work on 32-bit processors/OS's).
-
Aug 28th, 2006, 04:29 PM
#2
Re: Future of VB
 Originally Posted by si_the_geek
It will also not ever be 64-bit compatible (as VB.Net is already), but is likely to work on 64-bit processors/OS's (as 16-bit apps work on 32-bit processors/OS's).
Both the IDE and the apps work on 64 bit.
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
-
Aug 29th, 2006, 01:01 AM
#3
Re: Future of VB
 Originally Posted by Al42
Both the IDE and the apps work on 64 bit.
Yes, but not in 64-bit mode, only in WOW64/hardware emulation mode. Although I suspect you realise that.
C isn't outdated. In fact, I believe the C standard (C99) is newer than C++. Console apps aren't outdated either. The console is easily as powerful, if not a more powerful, medium as the GUI, the only advantages a GUI has are ease of use and simple multi-tasking.
Rhino sums it up well, VB6 is considered dead because official support is ceased and the product line is no longer continued, however many businesses still use in it to avoid the pain (cost and development wise) of porting to another language, or because of a lack of demand for an upgraded solution (Hack ).
.NET is a good tool for modern development as it is adaptable to multiple platforms without recompilation (like Java) and well supported by Microsoft.
Consider, though, that many business solutions aren't restricted to a single language - they consist of several components that communicate together and usually using different language tools. For example, a multiple server-client relationship, where the backbone of the work is done by server applications (C++ etc.), automated by web-based scripting (PHP, ASP.NET etc.) and results sent to the client apps (VB, C++, .NET, etc).
In short, if you want to improve yourself as a developer, the single most valuable skill you can attain is versatility, because then you have the power to use any language. Learn programming, not just coding.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|