|
-
Jun 18th, 2003, 09:22 AM
#1
Thread Starter
Fanatic Member
Install Problem - NT Workstation
I'm trying to install an app on an NT workstation. I developed most of it on NT, then switched to XP before finishing the project. The project has an Access 2002 backend with VB6 SP5 front. I used Inno as the setup. The prog installs ok, but when I run it, the splash screen displays, but the next form doesn't. The app shows as running in the task manager - using 98% of resources (which is way to high for this app). I tested on a 98 machine and it ran fine. Any ideas?
Thanks
-
Jun 18th, 2003, 09:27 AM
#2
Re: Install Problem - NT Workstation
Originally posted by demotivater
I'm trying to install an app on an NT workstation. I developed most of it on NT, then switched to XP before finishing the project. The project has an Access 2002 backend with VB6 SP5 front. I used Inno as the setup. The prog installs ok, but when I run it, the splash screen displays, but the next form doesn't. The app shows as running in the task manager - using 98% of resources (which is way to high for this app). I tested on a 98 machine and it ran fine. Any ideas?
Thanks
what SP is the NT machine running?
-
Jun 18th, 2003, 09:45 AM
#3
Thread Starter
Fanatic Member
Last edited by demotivater; Jun 18th, 2003 at 01:15 PM.
-
Jun 18th, 2003, 01:27 PM
#4
Thread Starter
Fanatic Member
more details
I installed small app, just a hello world type program on the target NT machine and it worked fine. Still stuck on this one.
-
Jun 18th, 2003, 02:19 PM
#5
PowerPoster
Re: more details
Originally posted by demotivater
I installed small app, just a hello world type program on the target NT machine and it worked fine. Still stuck on this one.
I suppose youve already checked to see if the NT box has a compatible version of MDAC on it?
-
Jun 18th, 2003, 02:37 PM
#6
Thread Starter
Fanatic Member
It's got the latest MDAC - still didn't work...
-
Jun 18th, 2003, 02:43 PM
#7
Originally posted by demotivater
It's got the latest MDAC - still didn't work...
do you have VB on the machine? if so run the source code on the NT machine..
otherwise.. try putting some checks in your app, recompile, then try it on the NT machine... display msgboxes in certain spots of your code to narrow down where the error is happening.. it kinda sounds like an endless loop is happening
-
Jun 18th, 2003, 02:51 PM
#8
Thread Starter
Fanatic Member
I've tried it on two NT machines, both do the same thing. Should just display a splash, then show the main form. Nothing else happens until the user "selects" something. Then the database interaction occurs.
I'll try putting some message boxes in the form load or something I guess.
In case it helps - I'm using timer, commondialog, datagrid and referencing ado 2.7
Thanks
-
Jun 18th, 2003, 02:55 PM
#9
PowerPoster
Originally posted by demotivater
I've tried it on two NT machines, both do the same thing. Should just display a splash, then show the main form. Nothing else happens until the user "selects" something. Then the database interaction occurs.
I'll try putting some message boxes in the form load or something I guess.
In case it helps - I'm using timer, commondialog, datagrid and referencing ado 2.7
Thanks
Are you using any API's ?
-
Jun 18th, 2003, 03:10 PM
#10
Thread Starter
Fanatic Member
-
Jun 18th, 2003, 03:14 PM
#11
Thread Starter
Fanatic Member
OK, I got it to work using Package and Deployment wizard instead of Inno. I thought I was including all needed files using Inno. But I guess I didn't. Weird. Oh well, it works.
Thanks for the replies
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|