473,387 Members | 1,603 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

unable t create output file in c

ow shud i solve this problem????
Oct 11 '08 #1
5 13348
Ganon11
3,652 Expert 2GB
What are attempting now, any what errors, if any, do you get?
Oct 11 '08 #2
Im a degree student currently doing my project
I had done some part of my project in colege and stored that in my pen driv wen i came home and copied those files and compiled it....it showed a FATAL ERROR i.e UNABLE TO CREATE OUTPUT FILE
...........'C:\TC\OUTPUT\filename.obj'
dont know how to solve this one.........
Oct 12 '08 #3
sicarie
4,677 Expert Mod 4TB
Could you post the function in your code that creates this output file, as well as the declaration of any variables used?

::Edit::
poojaprakashsp -

Please do not double-post your questions. Ganon11 has attempted to help you so please use the first thread you have created.

As well, please review the rest of the Posting Guidelines for this site and abide by them in the future.

Thanks,

sicarie
Oct 13 '08 #4
newb16
687 512MB
Could you post the function in your code that creates this output file, as well as the declaration of any variables used?
It's not a runtime error during execution, it's compiler error during compilation phase ( it's unable to create object file in default output directory ) . The solution is sort of 'computer user 101' - check this directory exists, there is no read-only file with the same name, etc.
Oct 13 '08 #5
sicarie
4,677 Expert Mod 4TB
It's not a runtime error during execution, it's compiler error during compilation phase ( it's unable to create object file in default output directory ) . The solution is sort of 'computer user 101' - check this directory exists, there is no read-only file with the same name, etc.
That's very true - my preferred method of troubleshooting is getting the user to post the directory location, and then opening up an explorer window, pasting that directory location, making sure it goes to the right place, that the file is spelled correctly, and then that the file is declared correctly for writing (which is in the code).
Oct 13 '08 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Carlos G Benevides | last post by:
I have a ASP.Net web application that has two assemblies that run under com+. Under Windows 2000 the two assemblies are added to com+ automatically when instantiated from the web site. For this...
3
by: James Proctor | last post by:
Hi there, im brand new to ASP. Ive done loads of VB coding and one of my clients is intrested in a web based application, so im trying to play on and learn it a tad. However im comming across lots...
1
by: Joel Finkel | last post by:
Folks, I am unable to execute any ASPX files on a Windows 2000 Server, running as a Primary Domain Controller. The error is "Error BC31019: Unable to write to output file '<filename>'" By...
1
by: James Proctor | last post by:
Hi there, im brand new to ASP. Ive done loads of VB coding and one of my clients is intrested in a web based application, so im trying to play on and learn it a tad. However im comming across lots...
0
by: Dhananjayan | last post by:
Hi, I have a webservice(eg.IStringServicePort) running on Axis, iam able to create a java client for the same and invoke the service and obtain the result. I wanted to create a .Net client(C#)...
2
by: Michael | last post by:
Running DB2 v7 UDB ("DB2 v7.1.0.93", "n031208" and "WR21333") on Windows XP, I am unable to find out why the "Build for Debug" option within Stored Procedure Builder is not enabled on Java stored...
3
by: Hexer | last post by:
Hi.. my C editor is stored in my usb flash disk..lately, whenever I tried to run a program, it won't and it will say there's an error called "unable to create an output file", what shall I...
0
by: =?Utf-8?B?dGVzaHRyYWRlQGdtYWlsLmNvbQ==?= | last post by:
Hi All, I am still new to Webservices in .NET Basically, This is what I am trying to accomplish. My Client has given me the soft copy of the WSDL file and XSD Files and has asked me to create...
1
by: Elliot | last post by:
When decrypt the xml, output "Unable to retrieve the decryption key." Can anyone help me solve the problem? I got the code from http://msdn.microsoft.com/en-us/library/ms229746.aspx using...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.