VB3 16bit to VB4 16bit 
Author Message
 VB3 16bit to VB4 16bit

I am trying to migrate an application from VB3 to VB4.  The reason
we are not going all the way to 5.0 yet is that we are still trying to
find some 32 byte versions of some of our VBX controls.

The problem that I am having is that for some reason a project that
compiles fine in VB3 and seems to convert with no errors to VB4 will not

compile in VB4.  The errors are very strange such as "USER DEFINED
TYPE NOT DEFINED" on such things as:
DIM gdb as database or even on Function declarations.

Has anyone ever had this kind of problem when migrating from one version

to another.  Oh, by the way the VB4 is the 16 bit version.

Thanks for your help
Rob Young 



Mon, 02 Oct 2000 03:00:00 GMT  
 VB3 16bit to VB4 16bit

Quote:

>I am trying to migrate an application from VB3 to VB4.  The reason
>we are not going all the way to 5.0 yet is that we are still trying to
>find some 32 byte versions of some of our VBX controls.
>The problem that I am having is that for some reason a project that
>compiles fine in VB3 and seems to convert with no errors to VB4 will not
>compile in VB4.  The errors are very strange such as "USER DEFINED
>TYPE NOT DEFINED" on such things as:
>DIM gdb as database or even on Function declarations.
>Has anyone ever had this kind of problem when migrating from one version
>to another.  Oh, by the way the VB4 is the 16 bit version.

You are probably missing an object reference (such as the Microsoft
DAO 2.5 Object library). Click on the Tools...References menu item and
select those objects your application is using.

Paul
~~~~



Fri, 06 Oct 2000 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. VB4 - 16BIT Sheridan Calendar Widgets (16bit OCX)

2. 16bit SourceSafe problems w/VB4.0-16bit - too many file handles open

3. vb4 Pro 16bit vs. vb3 Pro <- speed

4. VB3.0 or VB4.0-16bit MSComm ??

5. Upgrading VB3 to VB4 16bit.

6. where to find VB4 (16bit) or VB3

7. VB4.0 16bit much slower than VB3.0?

8. Creating a toolbar in VB3 or VB4-16bit

9. VB3.0/VB4.0 (16bit) DLL Calls

10. VB4-16bit or VB4-32 bit Floating Thin Toolbar

11. Upgrade Problems: VB4.0/16Bit to VB4.0/32Bit

12. VB4 16bit Vs. VB4 32bit???

 

 
Powered by phpBB® Forum Software