View Single Post

   
  #2 (permalink)  
Old 04-19-2008, 09:15 PM
Fernando Nunes
 
Posts: n/a
Default Re: Modifying & Compiling .C file of 4gl

Vijay Kumar wrote:
> Hi All,
>
> I know I am asking a very strnage question, But still need u'r help.
> I am working on improving the performance of the 4gl module. When we compile
> a 4gl it generates -> .ec -> .c -> .o , Now my question is can I modify the
> .c which is generated and compiling the file?
>
> The changes I will be making is replacing of "read" call with "foo"
> call. Please let me know regarding this.
>
> Regards,
> Vijay kumar
>
>
> sending to informix-list


It's not "supported". And it's a PITA to do...
Nevertheless it can work...
Reply With Quote