Please support our C++ advertiser: Programming Forums
Views: 2690 | Replies: 5
![]() |
•
•
Join Date: Jul 2005
Posts: 3
Reputation:
Rep Power: 0
Solved Threads: 0
I recieved a warning error as below
[C++ Warning] HMLP.cpp(4): W8058 Cannot create pre-compiled header: write failed
which was refer to the code below
#pragma hdrstop
After check with help file in Borland C++ Builder 6 the statement was as below
This warning is issued when pre-compiled headers are enabled but the compiler could not generate one, for one of the following reasons:
Reason Explanation
write failed: The compiler could not write to the pre-compiled header file. This is usually due to the disk being full.
which I don't have a problem regarding of disk being full.
Anyone have any idea to overcome the problem. Thank you
Shake
[C++ Warning] HMLP.cpp(4): W8058 Cannot create pre-compiled header: write failed
which was refer to the code below
#pragma hdrstop
After check with help file in Borland C++ Builder 6 the statement was as below
This warning is issued when pre-compiled headers are enabled but the compiler could not generate one, for one of the following reasons:
Reason Explanation
write failed: The compiler could not write to the pre-compiled header file. This is usually due to the disk being full.
which I don't have a problem regarding of disk being full.
Anyone have any idea to overcome the problem. Thank you
Shake
Is the file read-only?
High Plains Blogger #plains #lounge ## I, for one, welcome our new socialist overlords.
"Capitalism is the unequal distribution of wealth. Socialism is the equal distribution of poverty."
"Capitalism is the unequal distribution of wealth. Socialism is the equal distribution of poverty."
•
•
•
•
Originally Posted by shakesahal
Sorry... what file read only? The code was written in Borland C++ Builder, where the warning error is occur after the code being compile
High Plains Blogger #plains #lounge ## I, for one, welcome our new socialist overlords.
"Capitalism is the unequal distribution of wealth. Socialism is the equal distribution of poverty."
"Capitalism is the unequal distribution of wealth. Socialism is the equal distribution of poverty."
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)






Linear Mode