"Dev1024" <[EMAIL PROTECTED]> writes:

> I"m now calling methods between g++ and MSVC without issues.

I am confused: how do you get around the differences in name-mangling?

You'll also most likely have many issues if you start throwing
exceptions in g++-compiled code, and trying to catch them in
MSVC-compiled code, or vice versa.

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