-------------------------------------------------------------------------------- I want to realize a remote upgrade, but in order to read the new code, i need a library (in LIB_CODE segment) of the compiler. The fact is that this library change when we change the code, so i can not put it on a permanent place. I can not put it in the upgradable space, because i will erase it when i will need it. 1) Am I correct? 2) Does it exist an option of the compiler in order to put all the funcyion in the LIB_CODE part? 3) Do you have an idea to solve my problem? Thank you Kaoru