|
-
Nov 28th, 2000, 03:13 PM
#1
Thread Starter
New Member
I have spent countless hours working on an app to give to my friends and family as a christmas present. It works great on my machine.
When I install it on other machines I often get an automation error.
I thought I might not have packaged all the dll's needed to run the app so I went back and looked at the references and the components that were checked off for my project and made sure I included all of them in my install program.
It still gives me problems.
At the point the error occurs I am simply hiding one frame and showing another.
Any Ideas?
-
Nov 28th, 2000, 03:26 PM
#2
PowerPoster
What are you automating?
Does your family have the same version of the program you are automating (ie you are automating say, Word 2000, but they either don't have 2000, or much less Word).
Remaining quiet down here !!!
BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....
-
Nov 28th, 2000, 03:30 PM
#3
Thread Starter
New Member
That is what is strange. I am not trying to automate another app. I make calls to the api to play videos and sounds at various points in the program but I do not make a call to any outside programs.
-
Nov 28th, 2000, 03:46 PM
#4
PowerPoster
Sound problems
Can't help with video, but have you written code to ensure that there is a sound card, and that nothing is playing at the time you try to play?
Remaining quiet down here !!!
BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....
-
Nov 28th, 2000, 03:54 PM
#5
Thread Starter
New Member
I don't think it is a sound problem or a video problem. Thoses elements work fine up until the time I simply try to hide a frame and show another.
I am using timers at this point. I enable and disable them, set their intervals and all that stuff but i have never had problems with timers before. This is all just a bunch a basic stuff.
-
Nov 28th, 2000, 09:52 PM
#6
Whats on the form you are attempting to show? Can the form be shown in any other instance? Maybe you late binded a control (leaving it out of the references and set up) on the form so when it goes to show it something can't be displayed right. Does the program access any kind of database?
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
|