Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Porting VB3 Code to VB6
Message
From
26/08/1999 14:49:50
 
 
To
25/08/1999 18:44:50
Bob Macdonald
Anthony Macaulay Associates
Victoria, British Columbia, Canada
General information
Forum:
Visual Basic
Category:
Other
Miscellaneous
Thread ID:
00257686
Message ID:
00258093
Views:
13
>I am currently porting a program that was writen in Visual Basic 3 to Visual Basic 6.
>
>Issues:
>1) user controls that are not discovered by the compiler are converted to picture box.
>
>2) some controls not loaded are logged as being identified that no licenses are found for them
>
>3) when compiling, debugger haults on any reference of the controls from issue (2)
>
>
>Thanx in advance,
>Bob Macdonald


Keep in mind that your porting from 16bit to 32bit.
Do you have 32bit equivalent for all your controls ?

Issue 1 is normal.
Issue 2: Some older control are not installed anymore by the VB setup program but they are on the CD. You need to find them and run a REG file to update the licenses in the registry.

Also, all your API declarations needs to be converted.

The "usual path" to a (somewhat) smooth conversion is:
From VB3 to VB4-16
From VB4-16 to VB4-32
Then to VB5 or 6
Guy Barrette, MCSD
============
Blog http://weblogs.asp.net/guybarrette
Microsoft Regional Director, Montreal, Canada www.microsoft.com/rd
MVP, ASP.NET http://mvp.support.microsoft.com/
President, Montreal Visual Studio User Group www.guvsm.net
INETA Regional Rep for Quebec www.ineta.org
UniversalThread Magazine Columnist (.NET Books Review Column) www.utmag.com
Tech Chair French Track, DevTeach 2004 & 2005 www.devteach.com
Business Architect, Microsoft Team - Nurun Inc www.nurun.com
XBox Live Gamer Tag: Slomo QC CA
Previous
Reply
Map
View

Click here to load this message in the networking platform