| View previous topic :: View next topic |
| Author |
Message |
Andrew Bond Guest
|
Posted: Thu May 17, 2007 10:35 pm Post subject: BCB6 fails to create resource file ...App.str (error code -1 |
|
|
I am suddenyl getting weird linker/build erros, including the following:
[Linker error] Could not create <Path>\App.str (error code -1)
[Linker error] Failed to create resource file <Path>\App.str
[Linker fatal error] Fatal: cannot write to disk
Yes the specified <Path> does exist and the compiler has successfully
written all the obj files to it.
Why can't the linker do the same?
Has anyone else encountered this problem and have a solution?
TIA
Andrew |
|
| Back to top |
|
 |
Bob Gonder Guest
|
Posted: Thu May 17, 2007 11:54 pm Post subject: Re: BCB6 fails to create resource file ...App.str (error cod |
|
|
Andrew Bond wrote:
| Quote: | [Linker error] Could not create <Path>\App.str (error code -1)
|
1) Make sure the path and/or App.str are not ReadOnly.
2) Ask in cppbuilder.commandline where this would be on-topic. |
|
| Back to top |
|
 |
Andrew Bond Guest
|
Posted: Tue May 22, 2007 4:02 am Post subject: Re: BCB6 fails to create resource file ...App.str (error cod |
|
|
Bob Gonder wrote:
| Quote: | 1) Make sure the path and/or App.str are not ReadOnly.
|
They are not.
| Quote: | 2) Ask in cppbuilder.commandline where this would be on-topic.
|
I seem to have got over this now - it was caused by some bad project
settings (not sure how they got there - not anything I did <grin>).
Anyway, thansk for the help.
Andrew |
|
| Back to top |
|
 |
|