|
Home > Archive > dBASE Programming > May 2005 > Missing files when compiling
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Missing files when compiling
|
|
| evilaro 2005-05-26, 5:54 pm |
| To all:
The other day I had finished a improvement
on a aplication.
Very proudly I went to the house of a friend to instal it..
I click on a button...
And there it was,,, a error.... file xxxxyyyy not found.
I had it where I work... but I did not include it
on the proyect as to be included to compile.
So this has happen to me a few times over the years... not dramatic but
a pain...
So my question is...
What would be the best way to text that your aplication
that starts with
do pppp.prg
Has all the necesary files included on the project to compile..
Any suggestion would be very helpful.
Thanks
Emilio
| |
| Jan Hoelterling 2005-05-26, 8:48 pm |
| Dear Emilio,
I make a file with all *.PRG, *.WFM, etc... in a single directory, then
create with a program a dBase PRG called "CompileAll" which compiles and
copies the new objects.
That way, I only have to start one program and can not forget anything.
HTH,
Jan
| |
| evilaro 2005-05-27, 7:56 am |
| Jan:
I have found that there is a Compile xxxx.xxx AUTO
wich does what I wanted...
Where is this CompileALL I do not find it ??
Thanks
Emilio
"Jan Hoelterling" <jan@hoelterling.com> escribió en el mensaje
news:A$uRp2lYFHA.1528@news-server...
> Dear Emilio,
>
> I make a file with all *.PRG, *.WFM, etc... in a single directory, then
> create with a program a dBase PRG called "CompileAll" which compiles and
> copies the new objects.
>
> That way, I only have to start one program and can not forget anything.
>
> HTH,
>
> Jan
>
>
| |
| Jan Hoelterling 2005-05-27, 7:56 am |
| Hi Emilio,
that program is off my own design...
Jan
"evilaro" <buzon@evil.es> wrote in message
news:6Zhe4cpYFHA.1760@news-server...
> Where is this CompileALL I do not find it ??
>
| |
| Marilyn Price 2005-05-27, 7:56 am |
| In article <Nl1o#PkYFHA.1760@news-server>, buzon@evil.es says...
>
> What would be the best way to text that your aplication
> that starts with
>
> do pppp.prg
>
> Has all the necesary files included on the project to compile..
Been there, been embarassed. I do two things:
1) Whatever I'm taking to a client location gets copied also to a second
computer here in my office and I try running every option from that
computer. (This is not my backup computer, but a test computer that has
almost nothing on it.)
2) I copy my entire working folder and all relevant working folders to
my notebook and bring my notebook along just in case I still left one
out....
--
Marilyn Price
M. P. Data
| |
| evilaro 2005-05-31, 5:56 pm |
| Marilyn:
Thanks
I will try to be more careful, I will have to remember where do I
put my eggs...
Emilio
"Marilyn Price" <mprice@tri_con.net> escribió en el mensaje
news:MPG.1d00da60d53e16d09896b1@news.dbase.com...
> In article <Nl1o#PkYFHA.1760@news-server>, buzon@evil.es says...
>
> Been there, been embarassed. I do two things:
>
> 1) Whatever I'm taking to a client location gets copied also to a second
> computer here in my office and I try running every option from that
> computer. (This is not my backup computer, but a test computer that has
> almost nothing on it.)
>
> 2) I copy my entire working folder and all relevant working folders to
> my notebook and bring my notebook along just in case I still left one
> out....
>
> --
> Marilyn Price
> M. P. Data
|
|
|
|
|