More about mixing objects beetween MSVC++ and GCC

2003-02-10 Thread Eric Jacquemard
In the FAQ I read that I can mix objects compiled with msvc++ and gcc. I would like to have a precision : Can I mix mscv++ object files with C object files generated by gcc ? (I need to call some C-dll of utilies from msvc++) Regards ___ Do

Question about mixing objects beetween MSVC++ and GCC

2003-02-20 Thread Eric Jacquemard
In the FAQ I read that I can mix objects compiled with msvc++ and gcc. I would like to have a precision : Can I mix mscv++ object files (C++) with C object files generated by gcc ? If OK : how can I do that ? Do I need specific options (for compiling and linking) ? In my case : I would like to ca