Hi, I'm really near the solution, I use: #pragma CONST_SEG PPAGE CONS_USER my const #pragma CONST_SEG DEFAULT and it works but the compiler make an warning : Warning C3802
egment pragma incorrect ( if i write #pragma CONST_SEG CONS_USER no warning but doesn't work) if someone can help me to clear this warning ...