|
-
Jun 14th, 2000, 10:42 PM
#1
Thread Starter
Addicted Member
I was wondering if anyone who knows can tell me when vb7 is due for relese? And what differences it will have over vb6?
Thanks.
-
Jun 15th, 2000, 12:00 AM
#2
Hyperactive Member
I was at the Chicago VBITS conference and from what I gathered they estimate it will be released sometime in the first quarter of next year.
-
Jun 15th, 2000, 12:18 AM
#3
It has better support for threading, and there is a totally new Error handling paradigm.
Along with all the inevitable new database stuff (yawn).
-
Jun 15th, 2000, 12:19 AM
#4
Hyperactive Member
it also will have inheritance.
-
Jun 15th, 2000, 12:45 AM
#5
Monday Morning Lunatic
-
Jun 15th, 2000, 02:54 AM
#6
I also heard it was coming out sometime in 2001.
-
Jun 15th, 2000, 03:10 AM
#7
its also got polymorhpism,
which is something like this
Code:
Public Sub MySub(MyInt As Integer, MyInt2 As Integer)
Text1 = MyInt + MyInt2
End Sub
and
Public Sub MySub(MyStr As String, MyStr2 As String)
Text1 = MyStr & MyStr2
End Sub
those would be 2 completely different sub's
and they would be perfectly legal(by legal I mean, it will work, and wont generate an error)
I cant wait until the release of VB7
-
Jun 15th, 2000, 03:29 AM
#8
Here's Microsoft's site about the next Visual Studio.
http://msdn.microsoft.com/vstudio/nextgen/
-
Jun 15th, 2000, 04:11 AM
#9
New Member
The way I heard it was that it would have a lot more low-level functionality -- a lot more like C has.
It should be out early next year, but the beta version will probably be available much sooner.
-
Jun 15th, 2000, 04:28 AM
#10
-
Jun 15th, 2000, 06:35 AM
#11
Thread Starter
Addicted Member
PolyMorphing and inheritance??
Those two properties (if thats what you call them) is what vC/vC++ has correct??.
Since vb7 is going to have those it will make vb alot more interesting...So i guess the bridge between vb and vc/vc++
wont be so long.
But it seems pretty interesting....i like vb6 but i think i will love vb7!
kool!
-
Jun 15th, 2000, 11:48 AM
#12
Guru
Actually what denniswrenn has is called function overloading -- VB7 will have that too.
All they need now is static linking and most of us would be happier than a pig in sh*t
-
Jun 15th, 2000, 12:03 PM
#13
Fanatic Member
Hmm... VB7 ???
That's what I call with coollllll dude... huehuehue....
VB will get closer with VC/VC++ ??? It will make me love VB more than now. And I can't wait to get it...
Hmm... Next year.. Next year... Will VB satisfy me more ???
huehuehue... Pretty sure, yes, I hope...
Wen Lie
-
Jun 15th, 2000, 07:42 PM
#14
Addicted Member
What about memory handeling, pointers, and function pointers(definitly function pointers, I Cant seem to use some of the complex ActiveX controls that I make or the API I use if it returns a function pointer to VB)
also the ability to do some ASM inline? and use Windows API wrappers without needing to declare them. C++ does a great job at this. and what about non-vb data types?
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
|