Click here to Skip to main content
15,886,769 members
Articles / Programming Languages / Visual C++ 9.0

C++ Object destruction event

Rate me:
Please Sign up or sign in to vote.
4.83/5 (3 votes)
8 Aug 2012CPOL3 min read 22.5K   234   14  
vtable modification and destruction event handling
��<html>

<head>

<META HTTP-EQUIV="Content-Type" content="text/html; charset=utf-16">

</head>

<body>

<pre>

<table width=100% bgcolor=#CFCFE5><tr> <td> <font face=arial size=+3>

Build Log

</font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5>&nbsp;</td><td width=0 bgcolor=#FFFFFF>&nbsp;</td><td width=*><pre>

<h3>Build started: Project: ObjectWrapping, Configuration: Debug|Win32</h3>

</pre></table><table width=100% bgcolor=#DFDFE5><tr><td><font face=arial size=+2>

Command Lines

</font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5>&nbsp;</td><td width=0 bgcolor=#FFFFFF>&nbsp;</td><td width=*><pre>Creating temporary file "c:\Documents and Settings\antony.xavier\Desktop\ObjectWrapping\ObjectWrapping\Debug\RSP00004161121636.rsp" with contents

[

/Od /D &quot;WIN32&quot; /D &quot;_DEBUG&quot; /D &quot;_CONSOLE&quot; /D &quot;_UNICODE&quot; /D &quot;UNICODE&quot; /Gm /EHsc /RTC1 /MDd /Yu&quot;stdafx.h&quot; /Fp&quot;Debug\ObjectWrapping.pch&quot; /Fo&quot;Debug\\&quot; /Fd&quot;Debug\vc90.pdb&quot; /W3 /c /ZI /TP &quot;.\ObjectWrapping.cpp&quot;

]

Creating command line "cl.exe @"c:\Documents and Settings\antony.xavier\Desktop\ObjectWrapping\ObjectWrapping\Debug\RSP00004161121636.rsp" /nologo /errorReport:prompt"

Creating temporary file "c:\Documents and Settings\antony.xavier\Desktop\ObjectWrapping\ObjectWrapping\Debug\RSP00004261121636.rsp" with contents

[

/OUT:&quot;C:\Documents and Settings\antony.xavier\Desktop\ObjectWrapping\Debug\ObjectWrapping.exe&quot; /INCREMENTAL /MANIFEST /MANIFESTFILE:&quot;Debug\ObjectWrapping.exe.intermediate.manifest&quot; /MANIFESTUAC:&quot;level='asInvoker' uiAccess='false'&quot; /DEBUG /PDB:&quot;c:\Documents and Settings\antony.xavier\Desktop\ObjectWrapping\Debug\ObjectWrapping.pdb&quot; /SUBSYSTEM:CONSOLE /DYNAMICBASE /NXCOMPAT /MACHINE:X86 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib


&quot;.\Debug\ObjectWrapping.obj&quot;


&quot;.\Debug\stdafx.obj&quot;


&quot;.\Debug\ObjectWrapping.exe.embed.manifest.res&quot;

]

Creating command line "link.exe @"c:\Documents and Settings\antony.xavier\Desktop\ObjectWrapping\ObjectWrapping\Debug\RSP00004261121636.rsp" /NOLOGO /ERRORREPORT:PROMPT"

Creating temporary file "c:\Documents and Settings\antony.xavier\Desktop\ObjectWrapping\ObjectWrapping\Debug\RSP00004361121636.rsp" with contents

[

/out:&quot;.\Debug\ObjectWrapping.exe.embed.manifest&quot; /notify_update /manifest


&quot;.\Debug\ObjectWrapping.exe.intermediate.manifest&quot;

]

Creating command line "mt.exe @"c:\Documents and Settings\antony.xavier\Desktop\ObjectWrapping\ObjectWrapping\Debug\RSP00004361121636.rsp" /nologo"

Creating temporary file "c:\Documents and Settings\antony.xavier\Desktop\ObjectWrapping\ObjectWrapping\Debug\BAT00004461121636.bat" with contents

[

@echo Manifest resource last updated at %TIME% on %DATE% &gt; &quot;.\Debug\mt.dep&quot;

]

Creating command line """c:\Documents and Settings\antony.xavier\Desktop\ObjectWrapping\ObjectWrapping\Debug\BAT00004461121636.bat"""

</pre></table><table width=100% bgcolor=#DFDFE5><tr><td><font face=arial size=+2>

Output Window

</font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5>&nbsp;</td><td width=0 bgcolor=#FFFFFF>&nbsp;</td><td width=*><pre>Compiling...

ObjectWrapping.cpp

Linking...

Embedding manifest...

</pre></table><table width=100% bgcolor=#DFDFE5><tr><td><font face=arial size=+2>

Results

</font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5>&nbsp;</td><td width=0 bgcolor=#FFFFFF>&nbsp;</td><td width=*><pre>Build log was saved at "file://c:\Documents and Settings\antony.xavier\Desktop\ObjectWrapping\ObjectWrapping\Debug\BuildLog.htm"

ObjectWrapping - 0 error(s), 0 warning(s)

</pre></table><table   width=100% height=20 bgcolor=#CFCFE5><tr><td><font face=arial size=+2>

</font></table></body></html>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
India India
Working as a Software technical manager

Comments and Discussions