Visual Basic 3.0 to Visual Basic 6.0 
Author Message
 Visual Basic 3.0 to Visual Basic 6.0

Hi,
We have an application in VB 3.0 which we want to upgrade to VB 6.0.
Can anybody give me the list of differences between VB 3.0 and VB 6.0?
Any web site address with the above information will also help a lot.
Thank you in advance.
Jag


Wed, 18 Jun 1902 08:00:00 GMT  
 Visual Basic 3.0 to Visual Basic 6.0
The way I remember it the two biggest problems I had moving from VB3 16
bit to VB4 32 bit were:
1.  changes in internal VB function definitions, i.e. many Integers
have to change to Longs
2.  API calls are different, including some 16 bit functions that are
not available at all in the 32 bit world.

Note that VB6 will not open VB3 files.  I am pretty sure the easiest
migration path is going to be to upgrade your app to VB4 32 bit, then
upgrade that to VB6.

Going from VB3 to VB4 32 will be the most work, moving to VB6 from VB4
should take a lot less work.

The VB4 CD had articles about problems with converting VB3 apps to VB4
32 bit apps, if you have VB4 look in the help.  If you don't have VB4,
buy it.



Quote:
> Hi,
> We have an application in VB 3.0 which we want to upgrade to VB 6.0.
> Can anybody give me the list of differences between VB 3.0 and VB 6.0?
> Any web site address with the above information will also help a lot.
> Thank you in advance.
> Jag

Sent via Deja.com http://www.deja.com/
Before you buy.


Wed, 18 Jun 1902 08:00:00 GMT  
 Visual Basic 3.0 to Visual Basic 6.0
VB6 will open VB3 files if they are saved as text, not as binary. I don't
think going VB3->VB6 will be any harder than VB3->VB4/32->VB6 (i.e. it will
be equally painful!) VBX Controls will only get converted if you have both
the VBX and 32-bit OCX versions correctly installed on your system.

Crescent Software used to have a VB3 to VB4 upgrade wizard downloadable from
their web site http://www.progress.com/crescent - I don't know whether it's
still available.

--
RobSmith


: The way I remember it the two biggest problems I had moving from VB3 16
: bit to VB4 32 bit were:
: 1.  changes in internal VB function definitions, i.e. many Integers
: have to change to Longs
: 2.  API calls are different, including some 16 bit functions that are
: not available at all in the 32 bit world.
:
: Note that VB6 will not open VB3 files.  I am pretty sure the easiest
: migration path is going to be to upgrade your app to VB4 32 bit, then
: upgrade that to VB6.
:
: Going from VB3 to VB4 32 will be the most work, moving to VB6 from VB4
: should take a lot less work.
:
: The VB4 CD had articles about problems with converting VB3 apps to VB4
: 32 bit apps, if you have VB4 look in the help.  If you don't have VB4,
: buy it.
:
:


: > Hi,
: > We have an application in VB 3.0 which we want to upgrade to VB 6.0.
: > Can anybody give me the list of differences between VB 3.0 and VB 6.0?
: > Any web site address with the above information will also help a lot.
: > Thank you in advance.
: > Jag
: >
: >
:
:
: Sent via Deja.com http://www.deja.com/
: Before you buy.



Wed, 18 Jun 1902 08:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. loading visual basic 3.0 applications in visual basic 5.0

2. Visual Basic 3.0 vs Visual Basic 4.0

3. do Visual Basic 6.0 and Visual Basic .NET version beta Working Both

4. Preparing Your Visual Basic 6.0 Applications for the Upgrade to Visual Basic.NET

5. Visual Basic 4.0 and Visual FoxPro 3.0 databases

6. Helpfiles for Visual Studio (visual Basic) 6.0

7. using Visual FoxPro Databases in Visual Basic 6.0

8. Visual Basic 6.0 vs. Visual Dbase 7.01

9. visual basic 6.0 interacting with visual foxpro

 

 
Powered by phpBB® Forum Software