Hi everyone,

I am facing a strange problem.

In my application, I make extensive use of Visual and non Visual classes.
The software is working fine in the Development environment [VFP8]. But in
the generated EXE, I get the error message

"Error Instantiating class. d:\shrdbms\instal\vcx\shcustom.vcx not found!"

Note that the EXE is in the d:\shrdbms\instal folder. The actual VCX files
are in the d:\shrdbms\vcx folder.

Any tips?

Abhay

Re: VCX not found by Eric

Eric
Wed Aug 24 01:53:31 CDT 2005

Did you exclude that classlib from the EXE? Please check your project file!
--
Eric den Doop
www.foxite.com - The Home Of The Visual FoxPro Experts
VFP MVP

"Abhay Sobti" <stansoft@vsnl.com> wrote in message
news:uvWfFwGqFHA.1032@TK2MSFTNGP09.phx.gbl...
> Hi everyone,
>
> I am facing a strange problem.
>
> In my application, I make extensive use of Visual and non Visual classes.
> The software is working fine in the Development environment [VFP8]. But in
> the generated EXE, I get the error message
>
> "Error Instantiating class. d:\shrdbms\instal\vcx\shcustom.vcx not found!"
>
> Note that the EXE is in the d:\shrdbms\instal folder. The actual VCX files
> are in the d:\shrdbms\vcx folder.
>
> Any tips?
>
> Abhay
>
>



Re: VCX not found by Abhay

Abhay
Tue Aug 23 19:38:40 CDT 2005

Yes, the VCX files are in the project.

Abhay

"Eric den Doop" <ericdendoop@xspamblockxfoxite.com> wrote in message
news:OMbwchHqFHA.1028@TK2MSFTNGP09.phx.gbl...
> Did you exclude that classlib from the EXE? Please check your project
file!
> --
> Eric den Doop
> www.foxite.com - The Home Of The Visual FoxPro Experts
> VFP MVP
>
> "Abhay Sobti" <stansoft@vsnl.com> wrote in message
> news:uvWfFwGqFHA.1032@TK2MSFTNGP09.phx.gbl...
> > Hi everyone,
> >
> > I am facing a strange problem.
> >
> > In my application, I make extensive use of Visual and non Visual
classes.
> > The software is working fine in the Development environment [VFP8]. But
in
> > the generated EXE, I get the error message
> >
> > "Error Instantiating class. d:\shrdbms\instal\vcx\shcustom.vcx not
found!"
> >
> > Note that the EXE is in the d:\shrdbms\instal folder. The actual VCX
files
> > are in the d:\shrdbms\vcx folder.
> >
> > Any tips?
> >
> > Abhay
> >
> >
>
>



Re: VCX not found by Dennis

Dennis
Wed Aug 24 09:03:34 CDT 2005

Abhay,

As Eric asked: Have you excluded the class library that is in the project?
If you have, it will not be in the executable when you build it.

Hope that helps,

Dennis Longfellow
"Abhay Sobti" <abhay@stansoftware.com> wrote in message
news:uFjfFsHqFHA.3404@TK2MSFTNGP11.phx.gbl...
> Yes, the VCX files are in the project.
>
> Abhay
>
> "Eric den Doop" <ericdendoop@xspamblockxfoxite.com> wrote in message
> news:OMbwchHqFHA.1028@TK2MSFTNGP09.phx.gbl...
> > Did you exclude that classlib from the EXE? Please check your project
> file!
> > --
> > Eric den Doop
> > www.foxite.com - The Home Of The Visual FoxPro Experts
> > VFP MVP
> >
> > "Abhay Sobti" <stansoft@vsnl.com> wrote in message
> > news:uvWfFwGqFHA.1032@TK2MSFTNGP09.phx.gbl...
> > > Hi everyone,
> > >
> > > I am facing a strange problem.
> > >
> > > In my application, I make extensive use of Visual and non Visual
> classes.
> > > The software is working fine in the Development environment [VFP8].
But
> in
> > > the generated EXE, I get the error message
> > >
> > > "Error Instantiating class. d:\shrdbms\instal\vcx\shcustom.vcx not
> found!"
> > >
> > > Note that the EXE is in the d:\shrdbms\instal folder. The actual VCX
> files
> > > are in the d:\shrdbms\vcx folder.
> > >
> > > Any tips?
> > >
> > > Abhay
> > >
> > >
> >
> >
>
>