View previous topic :: View next topic |
Author |
Message |
juansebmx
Joined: 17 Jan 2011 Posts: 1
|
How can i solve I/O error 103 on the compiler. |
Posted: Mon Jan 17, 2011 11:44 am |
|
|
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: 19504
|
|
Posted: Mon Jan 17, 2011 3:26 pm |
|
|
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
|
|
|
Ttelmah
Joined: 11 Mar 2010 Posts: 19504
|
|
Posted: Tue Jan 18, 2011 3:02 am |
|
|
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 |
|
|
|