Microsoft Remains Firm On Ending VB6 Support
An anonymous reader submits "CNet reports that
Microsoft is remaining firm an ending support for VB6, despite a petition
and many requests from its developer community.
If only VB were a F/OSS project instead of a proprietary customers could be assured of continued support as long as there was demand.
Are there any good F/OSS implementations of VB out there for customers to migrate to? One can only hope that enlightened groups like
the Agility Alliance would warn about the risks of using such software that can be end-of-lifed even while they're in heavy use."
From the article:
Roxe noted that customers can purchase support on VB6 for three more years or use credits from an existing support contract for VB6-related incidents. Microsoft already added two years to its initial deadline for cutting off mainstream support, extending it to seven years.
Quality Hosting e3 Servers
This just reminds me of the people who would not let go of Microsoft Windows NT 4 Server at the end of last year...the pattern is always the same, like it or not.
No, Mono is for replacing Visual Fred.NET, not VB 6, which is a different language entirely.
VB6 was released in 1998; people should be moving on by now, or they should have used a better tool in the first place.
Yeah, tell that to all the folks still writing COBOL and FORTRAN.
It compiles to Linux, Mac, and Windows with no additional configuration. It doesn't need .dlls. You can write C plugins for it. It's not produced by the evil empire
Oh yeah, and it can import VB projects...
You might care to look at:
.exes which don't require a magic set of DLLs to be installed correctly.
RealBasic -- a VB-near clone with cross-platform development options that actually work, and which produces standalone
Extreme Basic -- an open source VB-like development tool which looks very promising, being developed by the original developer of RealBasic.
For those of you that wish for Microsoft to continue developing classic VB, Sign the Petition! It's too popular a language to just toss aside and break everyones existing code.
What code is going to break? If it currently works in VB why not just leave it in VB? Microsoft isn't going to support it, so what?
* Mainstream support includes all the support options and programs that customers receive today, such as no-charge incident support, paid incident support, support that is charged on an hourly basis, support for warranty claims, and hotfix support. After mainstream support ends, extended support will be offered for Business and Development software.
** Extended support includes all paid support options and security-related hotfix support that is provided at no charge. Hotfix support that is not security-related requires a separate extended hotfix support contract to be purchased within 90 days after mainstream support ends. Microsoft will not accept requests for warranty support, design changes, or new features during the extended support phase.
Currently, they have a date of Mar 31, 2008 to stop extended support. 10 years for one particular IDE is pretty good.
Excerpted from Title 17, United States Code, Section 106:
Most countries that trade with the United States have something similar in their legal code.
Now if you believe that a company may lawfully customize someone else's all-rights-reserved proprietary software, then it's your turn to provide a reference to the exemption from sections 107 through 121.
http://gambas.sourceforge.net/ is a kinda Linux VB replacement.
I've been using a combo of PyGtk+Glade recently. If someone could make an true RAD enviroment out of these, they'd be onto a winner.
Both view points are correct. VB needs to be scrapped BADLY. It is a horrible horrible language. The second problem -- MS *FORCED* people to use VB, people who *KNEW* better, by making it the only way to do certain things (office automation comes to mind). So lots of developers have been forced into a language they didn't like when it suited MS, and the irony of being forced out of it again is deliscious.
The real mistake was making an inadequate langauge/API in the first place, that painted MS into this corner. I suspect some people will defect to open source, and it will radically slow uptake of new MS products which no longer support VB and VBA. Companies are *NOT* going to redevelop hundreds of VB applications because MS wants them to. *HUGE* companies like UPS rely on VB everyday to do their business (I've interviewed there).
Religion is a gateway psychosis. -- Dave Foley
You can develop for Mac, Windows and Linux using REALbasic is very. They have a free Visual Basic project converter tool. Porting from Visual Basic is quite straightforward
-- "At Microsoft, quality is job 1.1" -- PC Magazine, Nov. 1994
Thanks for RTFA. Spreading FUD isn't limited to MS, I see.
VBA and VBScript have nothing to do with Visual Basic 6. Not to mention, just because MS is no longer supporting VB 6, it isn't going to "cease to work" tomorrow.
Good thing there is REALbasic.
It is almost completely syntax compatible with VB and it has the benefit of compiling for Windows, Mac and Linux. And it even comes with a VB Project Converter to help you along.
There is a strong community of developers and some excellent plugins. Including a database plugin for Valentina which is much more powerful than the built-in database (and than Access).
If you don't need to be on the Win32 platform GAMBAS is an awesome replacement for VB. It is a pleasure to use and the development community is very responsive.
Wrong! Customers could only be assured of continued support as long as there is demand and there are capable developers who are interested in supporting the project.
Just as a test I just coded an image viewer in Java. Total time: 40 minutes. Number of platforms it can run on: At a minimum, 3 supported platforms. Capabilities: View images as thumbnails, single images (full screen, etc...), rotate, crop, some minor little effects. All of this graphics stuff is hardware accelerated as well because I used Java2d. It is a fully capable image viewer that I put together while watching TV. VB is not any better then any other language. It is crippled, it supports inconsistent coding, it is slow. You can build applications quickly in any language assuming you are knowledgable of that language. Your web browser probably used the IE activex control, what a waste, and the other apps you listed could probably be done each in a half hour to hour in java. Other languages are faster, java also avoids buffer overflows, and other languages don't limit you nearly as much as VB does. Yes I've coded in VB and "grew up" on it, hell didnt we all? But it wasn't until I started coding in C/C++/Java that I realized how limited VB left you. Pointers, btw, are a wonderful thing and you are acting like they are bad. Anyway... in a VB coders head, they usually aren't able to think of anything that they can't do with it so my arguments may not make sense. Regardless, its been shown that the thoughts people think are constrained by their language(i.e. you can't think something you can't express in words, more or less). After spending the time doing significant amounts of coding in the other languages, I wouldn't use VB if you put a gun to my head. Yes other languages have higher learning curves, but its definitly worth it.
Regards,
Steve
This illustrates the logical fallacy of exclusive premises. No conclusion can be drawn from two negative premises.
Let me give you an example of why it's a big deal. I'm going to be abstruse so try and keep up.
Company A, pretty big company, has a simple document management system written in VB 4. VB 4! you exclaim. Yes, VB 4. But it worked well enough. It worked fine, same executable for nearly 7 years.
Now, unfortunately, IT being what it is, new machines are needed every few years - it's impossible to find replacement parts for Pentium 2 machines these days, and that doesn't work well for tax purposes, etc.
Uh oh! New machines come with Windows XP - can't get approval to get Win2k any more. And guess what: The good old VB 4 app won't run under XP.
Company A then gets to decide how to spend a wad of cash rebuilding their little document management app from scratch.
Thanks, Microsoft!
(And yes, this is a real example I've just finished a contract with. Whether or not you think it was foolish of Company A to keep that same app for 7 years - as I did - it was and remains a usable app, if not for forced incompatibilities by your favorite fucking company.)
Cobol has been retired? I don't know how many Fortune 500 companies you've worked with, but I can tell you that the 6 that I've had experience with all use Cobol. Not only use it, but breathe it. Nobody likes to admit it, but Cobol, regardless of its age, works. It works better than Java, better than C, and better than VB. When it comes to processing transactions, moving them from mainframe to warehouse, etc, Cobol is still the king. If you dig around enough, you'll see that Cobol and JCL use in corporate America is here now, and I think here to stay. If it ain't broke, don't fix it.
No. YHBT. HAND. :)
Show me on the doll where his noodly appendage touched you.
Well, these have all been addressed in VB.NET
In VB.NET, you have Try...Catch syntax; the DIM statement has been changed to work how you want it to, the set statement has been removed from the language.
Even so, these are hardly earth-shattering things that are wrong with the language - simply syntactical annoyances that might trip you up once or twice until you get used to them.
If you really wanted to talk about the shortcomings of VB6, you should raise the lack of object constructors, circular references between objects causing undestroyable objects (and therefore memory leaks), etc.
If people really wanted to make a case against BASIC in all its forms, they should be attacking the core aspects of the language - for example, the design decision to hide pointers from the programmer and the active discouragement of directly accessing memory.
Try converting a big-endian integer to a little-endian integer in Visual Basic for example. What should be a simple memory operation (maybe four lines of assembler?) becomes a relatively difficult task (probably involving boolean and mathematical functions).
Why? Because although the C or ASM code will be smaller and quicker, it will risk corrupting memory, which VB tries to avoid at all costs.
(Old timers will note that the old ANSI BASIC commands PEEK and POKE could have covered this gap, but M$ has got rid of these and other memory access keywords like VARPTR)
THAT sort of argument could be made, and I would be happy to argue against it, but that is not what is happening. Every new version of BASIC has *DIFFERENT* criticisms against it, in a way that no other language AFAIK must suffer.
I suspect that there are also people that start coding in BASIC, switch to a lower level language like C, then heap shit on BASIC to establish that they are no longer "beginners".
A joke.
dude. argumentum ad absurdum. look it up.
FYI: /. a few times since.
Pretty funny. Googling turns up a first appearance in 2002, by "egg Troll", including the same typos (eg "abandonded"). It's been posted on
Now that I'm doing GUI coding in C#, I see the beauty in the 'set' statement. You see, 'set' is for reference assignment while 'let' is for value assignment. Why should it matter?
Well, it allows you to have default properties so that you can just say "myTextBox = foo" instead of "myTextBox.Text = foo". When using a value assignment, the default property is used, saving you from having to type ".Value" or ".Text" all over the place, as well as making it so that you don't have to figure out what that property should be for every object. Of course the trade-off is that now you have to put "set" in front of every object assignment.
dom
So? Real programmer don't need direct acceess to pointers.
nothing above 1D arrays
You keep repeating this, but I don't think you know what it means. Java supports 1-nth dimension arrays. However, its method for creating arrays is different from C. Instead of having int[10][5] map into an int[50] space, each level of the array is merely a container for a child array. i.e. int[10][5] is equivalent to:If you really need a true 1D array, then it probably won't kill you to compute (y*width+x).
also allows no freedom for the programmer
Funny, freedom is the reason I switched from C/C++ to Java. While the lack of pointers was mildly annoying, I figured out pretty quickly that Object References work just fine as a replacement. For example, you can construct a BSP tree using node classes that have left and right class references instead of pointers to structures.
then again if you are good at C++ then you dont have memory problems associated with pointers for example and you can take advantage of C++'s power.
Free your mind, and the rest will follow. For example, your attitude might improve. (ducks)
Javascript + Nintendo DSi = DSiCade
But for your edification; the area of a circle of radius X that you may have learned about if you ever took a geometry class is a non-geographic area.