This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

A Question


Gentle People:

Please excuse any concerns about this question being posted to the wrong reflector
as I am not sure where to ask this question!

Question: Concerning applications which read in and then compile or interpret a script (Source) which contains C or C++ code or code which is similar to C/C++. The script once built becomes a function which is executable via the top level application menus.

    How is this concept implemented?

Can one build a dynamic link library in an application (via gcc) and then execute the
function contained in that library in the same application?

     One might call the new function as a subprogram?

P.S. Is there a better reflector for this type of application question?

Thomas Dineen




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]