I am trying to setup my app so that if I create a new project and add the
startup routine, all necessary routines will be automatically added to the
project. I do this by having a dummy routine that never gets called, that
references all forms, classes, and reports. I also have a bunch of images I
want added to the project that are not directly referenced. Any ideas how
these could be referenced in a dummy routine so that the project will
automatically add them on rebuild?

Re: How to get images to be added automatically to project by Eric

Eric
Tue Aug 03 02:38:46 CDT 2004

Hello, Ook!

Take a look at the EXTERNAL command.
--
Eric den Doop
www.foxite.com - The Home Of The Visual FoxPro Experts - Powered By VFP8



Re: How to get images to be added automatically to project by Ook

Ook
Tue Aug 03 10:09:58 CDT 2004

Yeppers, that did it! Tnx!!!


"Eric den Doop" <ericdendoop@xspamblockxfoxite.com> wrote in message
news:%23%23QbpzSeEHA.3928@TK2MSFTNGP11.phx.gbl...
> Hello, Ook!
>
> Take a look at the EXTERNAL command.
> --
> Eric den Doop
> www.foxite.com - The Home Of The Visual FoxPro Experts - Powered By VFP8
>
>