| Author |
The Case of the Missing .EXE
|
|
| John Marshall 2005-04-09, 8:24 pm |
|
Why is it that when I copy a newly compiled .exe to a remote run-time machine it does not execute? This has happened several times. Although the explorer says that the new file is there, the old code is executed. Is there another file that I must copy
other than just the finished .exe?
JM
| |
| Ken Mayer [dBVIPS] 2005-04-09, 8:24 pm |
| John Marshall wrote:
> Why is it that when I copy a newly compiled .exe to a remote run-time
> machine it does not execute? This has happened several times.
> Although the explorer says that the new file is there, the old code
> is executed. Is there another file that I must copy other than just
> the finished .exe?
>
Taking a wild guess ... are there any compiled objects sitting around in
the folder with the exe?
Ken
--
/(Opinions expressed are purely my own, not those of dataBased
Intelligence, Inc.)/
*Ken Mayer* [dBVIPS]
/Golden Stag Productions/
dBASE at goldenstag dot net
http://www.goldenstag.net/GSP
http://www.goldenstag.net/dbase
| |
| Charles Crume 2005-04-09, 8:24 pm |
| Another wild guess:
You already have a .exe with the same name in another folder (and it's path
location is before where you're putting the new .exe)??
Do a search for ???.exe
Charles...
"Ken Mayer [dBVIPS]" < dbase@_nospam_golden
stag.net> wrote in message
news:tQsGFFKPFHA.444@news-server...
> John Marshall wrote:
>
> Taking a wild guess ... are there any compiled objects sitting around in
> the folder with the exe?
>
> Ken
>
> --
> /(Opinions expressed are purely my own, not those of dataBased
> Intelligence, Inc.)/
>
> *Ken Mayer* [dBVIPS]
> /Golden Stag Productions/
> dBASE at goldenstag dot net
> http://www.goldenstag.net/GSP
> http://www.goldenstag.net/dbase
| |
| David Stone 2005-04-10, 7:23 am |
| "Ken Mayer [dBVIPS]" wrote:
> Taking a wild guess ... are there any compiled objects sitting around in
> the folder with the exe?
Been there...and kicked myself a few times ;-).
David
|
|
|
|