Click to See Complete Forum and Search --> : VB and Windows 2000


Bezzie
October 11th, 2001, 08:26 AM
I've written a application in VB6 that uses a DAO/Access 97 database. It runs fine under Windows 95/98/ME but gives me an Error 6: Overflow on startup when run under Windows 2000. Any ideas and/or salutions on what the problem could be or is it not possible to run VB6 Apps under Windows 2000.


Bezzie

Iouri
October 11th, 2001, 08:34 AM
It is possible to run VB6 under W2000. What you have to remember that W2000 is NT technology and some API's that works under W9x might not work on NT platform.

Iouri Boutchkine
iouri@hotsheet.com

Bezzie
October 12th, 2001, 02:03 AM
Thanx. As a beginner at VB6 how can I go about finding the problem API's or is it easier to just say the program won't run under Win2000.

Bezzie

Sam_Cheung
October 12th, 2001, 11:16 AM
Hello,
The best book is MSDN.You can find what you want there. I encountered the same case as you before, I solved it. Good luck.

Sam

Iouri
October 12th, 2001, 12:33 PM
Check your API's in AllApi API guide. It is written there under which platform an API works

Iouri Boutchkine
iouri@hotsheet.com

Bezzie
October 20th, 2001, 03:30 AM
No luck as yet.

Where in the MSDN do I find it. How did you solve it. I'm a beginner and battling.

Thanx

Bezzie

John G Duffy
October 20th, 2001, 12:27 PM
MSDN stands for Microsoft Development Network.
Its search facility is at http://search.microsoft.com/default.asp?siteid=us

John G