Converting VB 3.0 app to VB 4.0

Converting VB 3.0 app to VB 4.0

Post by jk.. » Sat, 23 Mar 1996 04:00:00



I am considering converting a VB 3.0 application to VB 4.0 but I need
to know the issues associated with converting.  What are the problems
with converting?  What kind of things should I look out for when
converting.  If I am using third party .vbx do I need to upgrade them?
I need to know all the problems associated with converting.  Any help
and advice you could give me would be greatly appreciated.  Thanks

Joe
Joseph F. Korn II
CGI Systems Inc.

 
 
 

Converting VB 3.0 app to VB 4.0

Post by Charles Haeber » Sat, 23 Mar 1996 04:00:00



>I am considering converting a VB 3.0 application to VB 4.0 but I need
>to know the issues associated with converting.  What are the problems
>with converting?  What kind of things should I look out for when
>converting.  If I am using third party .vbx do I need to upgrade them?
>I need to know all the problems associated with converting.  Any help
>and advice you could give me would be greatly appreciated.  Thanks

VBX's are only used in 16 bit VB 4.  If you use VB4 32 bit you'll have
to replace them with 32 bit OCX's.  Unless you get OCX's guaranteed to
match w/ the VBX, you may have to do some significant recoding.
C
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Charles M. "Chuck" Haeberle - Travelin' Jack
Software Consortium, Inc. - Microsoft Certified Professional

!!!What do you mean, "Query too complex."!?!!!

 
 
 

Converting VB 3.0 app to VB 4.0

Post by Lyle Laver » Sat, 23 Mar 1996 04:00:00



>I am considering converting a VB 3.0 application to VB 4.0 but I need
>to know the issues associated with converting.  What are the problems
>with converting?  What kind of things should I look out for when
>converting.  If I am using third party .vbx do I need to upgrade them?
>I need to know all the problems associated with converting.  Any help
>and advice you could give me would be greatly appreciated.  Thanks

>Joe
>Joseph F. Korn II
>CGI Systems Inc.


Apex (www.apex.com) has 3 things that maybe of interest to you that are free
for the downloading.  A comprehensive word document detailing converting from
VB3->4, a utility program that will analyze an existing VB3 project and create
a VB4 project (in a new directory) with any changes necessary to your code
(particularly function calls)... I have used this utility on all of my VB3
projects to learn that no code changes were necessary.  Last, they have an
improved grid control(ocx) over that which comes with VB4.  I believe this to
be the sucessor to TrueGrid.vbx.

 - Lyle

 
 
 

Converting VB 3.0 app to VB 4.0

Post by Roger Kenda » Thu, 28 Mar 1996 04:00:00




>>I am considering converting a VB 3.0 application to VB 4.0 but I need
>>to know the issues associated with converting.  What are the problems
>>with converting?  What kind of things should I look out for when
>>converting.  If I am using third party .vbx do I need to upgrade them?
>>I need to know all the problems associated with converting.  Any help
>>and advice you could give me would be greatly appreciated.  Thanks

>>Joe
>>Joseph F. Korn II
>>CGI Systems Inc.

>Apex (www.apex.com) has 3 things that maybe of interest to you that are free
>for the downloading.  A comprehensive word document detailing converting from
>VB3->4, a utility program that will analyze an existing VB3 project and create
>a VB4 project (in a new directory) with any changes necessary to your code
>(particularly function calls)... I have used this utility on all of my VB3
>projects to learn that no code changes were necessary.  Last, they have an
>improved grid control(ocx) over that which comes with VB4.  I believe this to
>be the sucessor to TrueGrid.vbx.

> - Lyle

The site is actually www.apexsc.com.

I do not find the conversion details nor program there...are you sure?
If so, where is it?

They do have an update to truegrid.

 
 
 

Converting VB 3.0 app to VB 4.0

Post by Lyle Laver » Thu, 28 Mar 1996 04:00:00





>>I am considering converting a VB 3.0 application to VB 4.0 but I need
>>to know the issues associated with converting.  What are the problems
>>with converting?  What kind of things should I look out for when
>>converting.  If I am using third party .vbx do I need to upgrade them?
>>I need to know all the problems associated with converting.  Any help
>>and advice you could give me would be greatly appreciated.  Thanks

>>Joe
>>Joseph F. Korn II
>>CGI Systems Inc.

>Apex (www.apex.com) has 3 things that maybe of interest to you that are free
>for the downloading.  A comprehensive word document detailing converting from
>VB3->4, a utility program that will analyze an existing VB3 project and
create
>a VB4 project (in a new directory) with any changes necessary to your code
>(particularly function calls)... I have used this utility on all of my VB3
>projects to learn that no code changes were necessary.  Last, they have an
>improved grid control(ocx) over that which comes with VB4.  I believe this to
>be the sucessor to TrueGrid.vbx.

> - Lyle

Sorry, all!  Correct address to Apex is www.apexsc.com
 
 
 

Converting VB 3.0 app to VB 4.0

Post by Francis Wauqui » Tue, 02 Apr 1996 04:00:00



>I am considering converting a VB 3.0 application to VB 4.0 but I need
>to know the issues associated with converting.  What are the problems
>with converting?  

The biggest problem is the speed of VB4.0.... I have here 2
applications running well with VB3.0, but same applications does not
run with VB4.0. I have try to keep the old vbx, to upgrade to ocx16
and ocx32....Always same result..VB4.0 is definitively to slow !
Those applications use COM port and a lot of mathematics functrions.

Friendly.

Francis Wauquier

Tech R/TV RTBF - Telecom Services

ICBM  : 50?50'06"N,04?23'15"E


 
 
 

1. Trouble Porting VB 3.0 SQLServer App to VB 4.0 and Oracle

We are in the process of moving our application from VB 3.0 and SQLServer 4.2 to VB 4.0 and Oracle 7.2.  We
are having trouble connecting to our Oracle database via ODBC.  We have configured the datasource using the
32-bit ODBC setup tool, and we have SQL*Net 2.2 installed.  We are able to connect to this datasource using MS
Query 32-bit version and through Crystal Reports.  But we are unable to connect to the database using the VB
4.0 version of our application.  We are using the same datasource as the two other programs mentioned.  We are
getting a "3146 ODBC Call failed" error when trying to execute the first SQL statement after our database
connect.  I'm not sure if the database connect statement is even successful.  Any insight would be
appreciated.

thanks - Brent

2. Am I doing this right?

3. vb 4.0 apps using Jet 3.0

4. Better than NOT IN?

5. Text - ODBC Driver - VB 3.0 to VB 4.0

6. Reading Baplie or ASCII files

7. Help please: VB 3.0 pro to VB 4.0 pro

8. Data Entry Question

9. update method in vb 3.0 vs vb 4.0

10. VB 3.0 to VB 4.0 problem

11. Text - ODBC Driver - VB 3.0 to VB 4.0

12. Will VB 3.0 DLLs Overwrite VB 4.0 (32 bit) DLLs