My application has made use of the vbaccelerator sgrid control.
When deploying it with PDW and install on a client PC (win98), it has problem.
After installation and running the program, an error occurs when the sgrid is loaded: "Run-time error '0'" with the title of the message box shows "vbAcceleratorS-Grid Control".
I've already tried to register the activeX control on the client PC with regsvr32.exe, but the error still exists.
What's will be the problem? Does sgrid supports on win98?
In another post I attached a file that allows you to install the SGrid-2 into client's computer. (allso the related DLL).
I will bring that post up(in the queue), so it is next to this reply
Hi,
As I mentioned in the other post, I actually made it to pre-install the Sgrid-2 and related DLL in my user's computer.
It was only when someone mentioned that they were having trouble installing the grid in their computer that I thought perhaps my little tool, might do that task as well. Which it appears it does.
All I did was create a new Vb Project and add a reference to the DLL, and to the grid control. I painted the grid onto the form, and used P&D wizard to make the installer that you just used. I did it a litle while back, so I can't recall whether I had to do a wee bit of browsing to tell the P&D wizard to include the DLL in the install package. So keep one eye out for that.
I have attached a JPEG showing the Project's References and Controls Dialogs.
To your broader question - If you ensure your real project has those same references and controls, and you ensure the P&D wizard includes them in your setup package, you should be ok.