nih-gov/www.ncbi.nlm.nih.gov/mailman/pipermail/cpp-announce/2003/000019.html

81 lines
2.8 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> No subject
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:cpp-announce%40ncbi.nlm.nih.gov?Subject=No%20subject&In-Reply-To=">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="000015.html">
<LINK REL="Next" HREF="000034.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>No subject</H1>
<!--htdig_noindex-->
<B></B>
<A HREF="mailto:cpp-announce%40ncbi.nlm.nih.gov?Subject=No%20subject&In-Reply-To="
TITLE="No subject">
</A><BR>
<I>Fri Oct 10 14:07:51 EDT 2003</I>
<P><UL>
<LI>Previous message: <A HREF="000015.html">No subject
</A></li>
<LI>Next message: <A HREF="000034.html">No subject
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#19">[ date ]</a>
<a href="thread.html#19">[ thread ]</a>
<a href="subject.html#19">[ subject ]</a>
<a href="author.html#19">[ author ]</a>
</LI>
</UL>
<HR>
<!--/htdig_noindex-->
<!--beginarticle-->
<PRE>classes will (by default) always (unless explicitly specified
otherwise in the &quot;object/*/*.def&quot; file) be allocated dynamically
&quot;outside&quot; the class and be referenced by CRef&lt;&gt; -- rather than being
&quot;incorporated&quot; members of the class (allocated inside the memory
occupied by the class).
!!!
As a side effect, some headers, which were automagically #include'd
before in the generated headers, will not be #include'd there anymore
(forward declarations like &quot;class CFoo_bar;&quot; will be used instead),
and therefore you will have to include more headers manually in your
sources in order to make them compile.
If you are already tired looking for all these per-class headers ;-),
I'd advise you to utilize &quot;combined&quot; (per-ASN-library) headers
instead:
<A HREF="http://www.ncbi.nlm.nih.gov/mailman/pipermail/cpp/2001q4/000649.html">http://www.ncbi.nlm.nih.gov/mailman/pipermail/cpp/2001q4/000649.html</A>
Hope it helps,
Denis
</PRE>
<!--endarticle-->
<!--htdig_noindex-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="000015.html">No subject
</A></li>
<LI>Next message: <A HREF="000034.html">No subject
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#19">[ date ]</a>
<a href="thread.html#19">[ thread ]</a>
<a href="subject.html#19">[ subject ]</a>
<a href="author.html#19">[ author ]</a>
</LI>
</UL>
<hr>
<a href="http://www.ncbi.nlm.nih.gov/mailman/listinfo/cpp-announce">More information about the cpp-announce
mailing list</a><br>
<!--/htdig_noindex-->
</body></html>