On 07-Jul-2000 Baruch Even wrote:
> 
> The extra line at the end does not really matter, though if it's possible
> it's better to remove it, We know about it and its redundancy now, but if
> someone at a later time will try to read the code he might be baffled.
> 
> Anyway the change of extern to extern "C" is a needed thing, not to hard
> to do it by hand, but some simple sed magic can cure it easier.

Well I didn't really understand how you want the file to look?
Could you send me an example? I think that (following is the code
of form_copyright.C) could you tell me what's wrong with this?

        Jürgen
--

/** Header file generated with fdesign on Thu Jul  6 17:01:34 2000.**/

#ifndef FD_form_copyright_h_
#define FD_form_copyright_h_

/** Callbacks, globals and object handlers **/
extern  "C" void C_FormCopyrightOKCB(FL_OBJECT *, long);


/**** Forms and Objects ****/
typedef struct {
        FL_FORM *form_copyright;
        void *vdata;
        char *cdata;
        long  ldata;
        FL_OBJECT *button_ok;
} FD_form_copyright;


#endif /* FD_form_copyright_h_ */

--
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Dr. Jürgen Vigna        E-Mail:  [EMAIL PROTECTED]
Italienallee 13/N       Tel/Fax: +39-0471-450260 / +39-0471-450296
I-39100 Bozen           Web:     http://www.sad.it/~jug

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

"I've seen it.  It's rubbish."
-- Marvin the Paranoid Android

Reply via email to