MarkVB6
08-23-2002, 03:23 PM
Guys I haven't often made exe's out of my projects, and now I am trying to make a database program into an exe from Windows 98 that will run on Windows NT, 2000, and if possible, XP. But I'm getting .ocx errors because the controls are different on the different versions. Is there a way to package the compiled program in a way that will make it self-runable, or will I have to install every single dll and ocx file separately, on every machine? The three most difficult controls are the Common Dialog Control (this one was the first to give trouble), DBGrid (hasn't given trouble yet but probably will once we get that far), and DAO data control.
The program stops with an error saying that the computer has the wrong version of comdlg32.ocx, and therefore can't continue.
Thx for your help in advance.
The program stops with an error saying that the computer has the wrong version of comdlg32.ocx, and therefore can't continue.
Thx for your help in advance.