help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: What should the call stack look like when calling a C++ virtual func


From: Paul Pluzhnikov
Subject: Re: What should the call stack look like when calling a C++ virtual function?
Date: Wed, 27 Sep 2006 20:38:35 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Jumbo Shrimp, linux)

"Dev1024" <lmemmott@yahoo.com> 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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]