[fpc-pascal] fpc_write_text_shortstr (case sensitive!)

leledumbo leledumbo_cool at yahoo.co.id
Fri Nov 28 02:38:57 CET 2008



Jonas Maebe-2 wrote:
> 
> It's the "compilerproc" directive that takes care of this. These are  
> special routines reserved for the compiler-rtl interface, and which  
> can be changed at will since they cannot be called from user code  
> without hacking.
> 
Meaning that the compiler changes the exported symbol name from
FPC_WRITE_TEXT_SHORTSTR to fpc_write_text_shortstr automatically? Then why
declaring a procedure with exactly the same signature (the original has been
turned off) inside system unit doesn't stop the compiler from complying
"unknown compilerproc fpc_write_text_shortstr"?
-- 
View this message in context: http://www.nabble.com/fpc_write_text_shortstr-%28case-sensitive%21%29-tp20712874p20727839.html
Sent from the Free Pascal - General mailing list archive at Nabble.com.




More information about the fpc-pascal mailing list