hi every one
I've made a game in VB6 called "Tetris" , who doesn't know it ?
in some part of it I used a control of the "Data" data type to validate the valid keys user chooses for commands ( GoLeft , GoRight , Right Rotate ........etc) from a DataBase
any way ..........
it works great , but when it comes to other PCs , it breaks when the form containing it is loaded , with a msg says "Class Not Registered" with not being able to navigate the DataBase........
here is the msg
I use "Setup Factory" for the setup file
I thought it's a Classes Registration issue so even though I've done it I insured that I checked this CheckBox On
Here it is
but the msg still shows up
--------------------------------
Notes :
1 - it worked on Vista with some colors changes (I put special codes that are not needed for Xp just to handle them)
2 - I have Visual Studio 2005 installed on that vista (I think this is why it worked ,sorry I didn't try it on an empty vista)
3 - I tried the "Package & Deployment Wizard" the same msg shows up and game still breaks
4 - I made this game about 2 years ago , that time I was so so so new to these kinda stuff ,
I tried to solve it , but I couldn't so I left it for a later time ,
now after I got better , it's time to think about it again , but I failed again ( I tried , and tried.... but .........)
-----------------------------
any idea please ,
I can send you the code if you need (you're not gonna mock on it right ?? I was really really newbie , I mock on some codes myself , there are really stupid ways to do easy things)
Regards
vbnetskywalker