PDA

View Full Version : Run Time Error 429


SuiCidAl-KiSmEt
11-15-2005, 2:32 PM
I made a visual basic program in my school, a little game. It has a voice speaking thing on it. I e-mailed the program I made to myself from the school to my house. When I load it, it says a .dll file was missing, I download the .dll file and now it says "ActiveX component can't creat object." Is there something I need to download or fix?

In my house, Im using Windows Xp: Home Edition.

The_Maker
11-15-2005, 2:51 PM
Try checking your DirectX version, I do not know alot about programming but I do know if it was programmed on a different OS then it most likely will cause problems.

TimP
11-15-2005, 3:40 PM
ActiveX is not DirectX. You most likely used a component that's not on the computer you're trying to run it on. Make sure you have the Visual Basic 6.0 runtime installed on the computer first and then copy any components you used (usually .ocx files) into the same folder as the executable.

SuiCidAl-KiSmEt
11-17-2005, 1:39 PM
I found out I already had the latest version of Visual Basic runtime installed. I asked my visual basic teacher, she told me to put some .dll files to "C:\Winnt\speech\" from the Visual Basic program, that didn't work. The computers in the school uses Windows 98 and my computer originally doesn't have a Winnt folder.