Home > Archive > Clarion > March 2004 > Path not found
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]
|
|
| Brian J Smith 2004-03-26, 11:01 pm |
| Using Clarion 4 - after a computer crash. Just made minor adjustments to an
old program and on compile got the error message "Path not Found
C:\Clarion4\Cap2\helpsrc\high.bmp"
The reason is that I do not have a C drive !!
Change the drive letter and everything should be OK. The question is how?
Brian
| |
| Ghislain Chevrier 2004-03-26, 11:01 pm |
| Hello Brian,
Open your APP, go to the properties of this APP and look for BMP
ressource. If you find your high.bmp, change his path. If you can't find
it, export your APP in .txa and look for C:\Clarion4\Cap2\helpsrc, change
this, save your .txa
Make a backup of your .APP, Create a new APP and load your new .TXA.
Compile and probably your problem will be resolved.
"Brian J Smith" <brian@cantass.com> wrote in message
news:zm66c.19220$E71.1293662@news20.bellglobal.com...
> Using Clarion 4 - after a computer crash. Just made minor adjustments to
an
> old program and on compile got the error message "Path not Found
> C:\Clarion4\Cap2\helpsrc\high.bmp"
>
> The reason is that I do not have a C drive !!
>
> Change the drive letter and everything should be OK. The question is how?
>
> Brian
>
>
| |
| Brian J Smith 2004-03-26, 11:01 pm |
| That did the trick - it's easy when you know how.
Thanks
Brian
"Ghislain Chevrier" <ghislain@aei.ca> wrote in message
news:4059de98$1_2@aeinews....
> Hello Brian,
>
> Open your APP, go to the properties of this APP and look for BMP
> ressource. If you find your high.bmp, change his path. If you can't find
> it, export your APP in .txa and look for C:\Clarion4\Cap2\helpsrc, change
> this, save your .txa
> Make a backup of your .APP, Create a new APP and load your new .TXA.
> Compile and probably your problem will be resolved.
>
>
> "Brian J Smith" <brian@cantass.com> wrote in message
> news:zm66c.19220$E71.1293662@news20.bellglobal.com...
> an
how?[color=darkred]
>
>
|
|
|
|
|