How would I link objects generated (gcc) from C code with object generated (g++) from a C++ source?
There isn't any Class stuff in the C++ code. The only thing that makes it C++ is some pass-by-reference functions like: SaveIt(int& len); How would I call this type of function from a C source? A more general question is: it appears possible that I compile anything in C with the g++ compiler. What kind of difference do I expect in the final prc? Thanks. Max ===== http://www.weirdwww.com/ __________________________________________________ Do You Yahoo!? Send FREE Valentine eCards with Yahoo! Greetings! http://greetings.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
