CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

How can i solve I/O error 103 on the compiler.

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
juansebmx



Joined: 17 Jan 2011
Posts: 1

View user's profile Send private message MSN Messenger

How can i solve I/O error 103 on the compiler.
PostPosted: Mon Jan 17, 2011 11:44 am     Reply with quote

I Had a problem when i try to compile a program, i already had try to compile the program with the other alternatives on the tab of compile, and it shows a window with the message of "I/O error 103".
Can someone help me with this query, and thanks a lot for your commentaries related to this.
_________________
Control, and Robotics.
Ttelmah



Joined: 11 Mar 2010
Posts: 19255

View user's profile Send private message

PostPosted: Mon Jan 17, 2011 3:26 pm     Reply with quote

I/O error, sounds odd. Are you sure you can write to the directories where the code is installed (the compiler needs to do this)?.

In general the first thing to do, is to re-install the compiler, from a clean download, and try a short one of the example programs. If this works, then move to your code.

'Error 103', normally means a numeric value is out of the allowed range (you get this if you try for example to use a switch statement with a value above 65535).

Best Wishes
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Mon Jan 17, 2011 3:59 pm     Reply with quote

It's a Delphi error code. CCS uses Delphi to write their Windows IDE program:
http://www.ccsinfo.com/forum/viewtopic.php?t=36368
Ttelmah



Joined: 11 Mar 2010
Posts: 19255

View user's profile Send private message

PostPosted: Tue Jan 18, 2011 3:02 am     Reply with quote

Which goes back to my thought about not being able to write to the directory.

A Google on Delphi I/O error 103, suggests it is a common problem with networked drives. It also seems to happen if you have two copies of some programs open 'at once', with a semaphore then not being settable. Also, if the application was installed as 'super user', and then you try to run it, without write permissions.

Best Wishes
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group