473,804 Members | 3,251 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

unable t create output file in c

2 New Member
ow shud i solve this problem????
Oct 11 '08 #1
5 13388
Ganon11
3,652 Recognized Expert Specialist
What are attempting now, any what errors, if any, do you get?
Oct 11 '08 #2
poojaprakashsp
2 New Member
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\filen ame.obj'
dont know how to solve this one.........
Oct 12 '08 #3
sicarie
4,677 Recognized Expert Moderator Specialist
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 Contributor
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 Recognized Expert Moderator Specialist
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
6412
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 to happen we had to change the context in which asp.net runs from machine to SYSTEM by modifying the machine.config file. Under Windows 2003 no matter how asp.net is set to run as either machine or system. I get the following error: ...
3
2665
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 of problems. Up until now ive managed to sort most of them, but now im strugling. When i run my application i keep getting this. Server Error in '/WebApplication1' Application....
1
3126
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 auditing access to the directory into which files are being written, I can confirm that the IUSR_<machineName> account is able to create the all the required sub-directories and files EXCEPT the DLL file. For example, trying to execute a simply ASPX...
1
3412
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 of problems. Up until now ive managed to sort most of them, but now im strugling. When i run my application i keep getting this. Server Error in '/WebApplication1' Application...
0
1645
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#) for the same..For that I did the following thing I added a web reference for the service thru "Add Web Reference", It got added successfully, But iam unable to find the web reference in my c# class. Because of that iam not able to invoke the...
2
3153
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 procedures. It is enabled for SQL stored procedures. It is possible to "Build" and "Run" the Java SPs, it just isn't possible to click on the "Build for Debug" option. Thanks for any help in advance. Michael
3
6068
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 do??..please help..thanks
0
1375
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 an executable that will consume the webservice and write the output to a log file. I do not have access to the webservice. However, they told me that I can create a proxy class using the WSDL they provided me. When they actually run the...
1
6431
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 System; using System.Xml; using System.Security.Cryptography; using System.Security.Cryptography.Xml;
0
9708
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9587
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10340
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10324
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10085
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9161
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5662
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3827
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2998
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.