Menu

Extendability?

2000-09-13
2000-09-21
  • Christopher Donald Wiegand

    How do you plan to be able to "extend" the language? For example, although I was going to start a QT/C++ basic equiv. of VB (I know, big task), however I found that there wasn't a good way to be able to "extend" the language without recompiling all of the time. I'm currently planning to move to C and use glib's gmodule routine for runtime loading of external components, but I would love to just do it in C++ if possible, it's just cleaner.

     
    • Kurt Weber

      Kurt Weber - 2000-09-21

      What do you mean by extendability?  Do you mean along the lines of header files or precompiled object files that are linked into the executable?  I'm really not sure what you're referring to here.

       

Log in to post a comment.