Re: activex controls and standalone program
- From: checker <nospam@xxxxxxxxxxxxx>
- Date: Fri, 18 Nov 2005 15:59:32 -0500
Helene Webb wrote:
>
>
> Hi I have created a standalone application that works fine on my
> development machine, but does not run correctly on the deployment
> machine. I have some activeX controls on the GUI that I think came
> from Visual studios, and I think that is where the problem is,
> because if I uninstall visual studios from the development machine,
> I
> see the same errors. I have made sure that the ActiveX controls
> are
> registered on the computer by using <regsvr32 msflxgrd.ocx>
>
> and it says they are registered. Does anyone have any suggestions
> on
> how to install the activeX controls so that the matlab program can
> see them. I would really appreciate any help that I can get.
> Thank
> you.
Helene,
These are frustrating problems, aren't they? Sounds like you're on
the right track, tho'. I'm a hack w/VS, so can only suggest what I
would do. Try creating a VB app w/flex grid and deploying it to the
client machine. Perhaps the deployment will include the extra files
required. Use the tools in VS to create a test container for
flexgrid and see if it works. There's also a dependency walker that
will show you whos being ref'd by the component. Maybe you can get
this list of .dlls and versions and compare it w/those on the client
machine. Also, check the versions of the OCX on the 2 machines to
ensure they're the same.
All you mentioned is that it didn't work correctly. Can you be more
specific? Does it smell funny or what? Also, how'd the components
get from VS into GUIDE? Maybe someone else can answer that 'cause I
always assumed that those components came w/matlab.
Keep poking at this (and other) newsgroups. The answer's out there
somewhere...
-Chris
.
- Follow-Ups:
- Re: activex controls and standalone program
- From: Helene Webb
- Re: activex controls and standalone program
- References:
- activex controls and standalone program
- From: Helene Webb
- activex controls and standalone program
- Prev by Date: Re: PCA with large data set (MEMORY PROBLEM)
- Next by Date: Re: Nth root of a matrix (with some constraints)
- Previous by thread: activex controls and standalone program
- Next by thread: Re: activex controls and standalone program
- Index(es):
Relevant Pages
|