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: Mon, 25 Sep 2006 11:38:00 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Jumbo Shrimp, linux)

"Dev1024" <lmemmott@yahoo.com> writes:

>> If you ever get past this obstacle, it will start *not* working for
>> other reasons
>
> After some looking I found a few projects
> that do this, Mozilla XPCOM for example.  They must have figured out
> how to work around these issues.

Nowhere that I can see do they talk about interoperabililty between
code compiled by different compilers. If you can point me to a
document that states that XPCOM works across different compilers,
I can look further.

But I doubt such a document exists, and I doubt that they "figured
out how to work around link incompatibility", or that they even
had this goal to begin with.

All other projects (that I know of) that implement cross-compiler
compatibility, do so via plain-C interface.

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]