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