"Dev1024" <[EMAIL PROTECTED]> writes:

> A sincere thanks for your response and clarification.

Please do not top-post.

> In response to
> why, yes, I have cases where g++ code will call MSVC code (or vice
> versa). Currently, as explained below, it doesn't work due to the this
> pointer on the stack.

If you ever get past this obstacle, it will start *not* working for
other reasons, such as different object layout and different
name-mangling scheme. Your attempt is futile: C++ code compiled by
different compilers is *not* (and generally can't be made)
link-compatible.

Cheers,
-- 
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.
_______________________________________________
help-gplusplus mailing list
help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to