Re: 4.0 include system question

new topic     » goto parent     » topic index » view thread      » older message » newer message

Sorry, I didn't read your post carefully enough.

I have the same setup with EuGTK, and many routines/variables are marked export in these two files:

GtkEnums.e 
GtkRoutines.e 

The main file: GtkEngine.e, says:

export include GtkEnums.e 
export include GtkRoutines.e 

Now, it is only necessary for a GTK program to :

include GtkEngine.e 

in order to access variables and routines in GtkEnums and GtkRoutines, as long as those routines are marked export.

Anyway, that works for me.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu