sonicramit |
Posted - Mar 06 2004 : 1:12:13 PM Hi i'm a new VB programmer . I was having a problem with all the games on this site, everytime I try to run one it says '429' runtime error active X can't create object. Can someone help me? |
sonicramit |
Posted - Mar 18 2004 : 2:39:38 PM Sorry still didnt work |
Brykovian |
Posted - Mar 15 2004 : 09:32:07 AM Might also try to install the latest VB runtime files on your machine as well ... http://www.microsoft.com/downloads/details.aspx?FamilyID=bf9a24f9-b5c5-48f4-8edd-cdf2d29a79d5&DisplayLang=en
-Bryk |
sonicramit |
Posted - Mar 14 2004 : 2:40:17 PM Dreamquest
Every visual basic game actually |
Eric Coleman |
Posted - Mar 13 2004 : 12:59:30 PM what games in particular are you having trouble with? |
sonicramit |
Posted - Mar 13 2004 : 10:59:39 AM I only have .exe files of VB stuff. Coud some one give me a link to some stuff which can be opened from Visual basic (since no games work apart from tic tac toe). Thanks |
Dan |
Posted - Mar 12 2004 : 4:22:07 PM Check the references for the project. It will show you what libraries are missing.
To do this open the project and under the project menu select references. Any missing libraries will have the text MISSING (I believe as a prefix to the library name).
I wouldn't have thought it would be an OCX as most directx apps render full screen. You would also get an error message in the design enviroment when you tried to open the form that contained the missing ocx control (VB will very unhelpfully convert the missing control to a picturebox :) )
Hope it helps
|
VBBR |
Posted - Mar 12 2004 : 3:15:48 PM What if the problem isn't with DIrectX? Maybe it could be some other OCX, who knows... |
sonicramit |
Posted - Mar 11 2004 : 3:56:35 PM Yeh they work |
Eric Coleman |
Posted - Mar 11 2004 : 10:47:33 AM Just launch some of the directx 9 examples to see if they work. How difficult can that be? |
sonicramit |
Posted - Mar 11 2004 : 09:30:22 AM I don't know, how do I test it? |
Eric Coleman |
Posted - Mar 10 2004 : 1:44:38 PM Do the SDK examples work? |
sonicramit |
Posted - Mar 10 2004 : 1:38:23 PM Only ones which don't use direct x. I have DX9b and the SDK installed. |
Peter |
Posted - Mar 09 2004 : 8:43:46 PM Hmm, well, if its with one game that might be the case, but I see that error most often when its a DirectX problem
Try getting the latest dlls for the game files and stuff, but you should also try updating your video card drivers. Do _any_ vb directx applications work on your computer? |
sonicramit |
Posted - Mar 09 2004 : 2:14:58 PM K thanks |
IAC249 |
Posted - Mar 08 2004 : 11:47:24 PM This problem is frequently cause by version problems with ActiveX controls/libraries. No doubt your PC has an old version of some required library. You might try asking one of the developers for a full install of their game (sans DirectX); this might solve the problem.
- iac249 |