資源簡介
VS 2010 C++開發窗口應用程序,經常要在主控窗口和子窗口之間傳遞參數。而參數有時是非托管內存的變量或指針,必須在托管的窗口應用環境下面進行轉換,稍有不慎就會造成全局內存泄漏。

代碼片段和文件信息
#include?“stdafx.h“
using?namespace?System;
using?namespace?System::Reflection;
using?namespace?System::Runtime::CompilerServices;
using?namespace?System::Runtime::InteropServices;
using?namespace?System::Security::Permissions;
//
//?有關程序集的常規信息通過下列特性集
//?控制。更改這些特性值可修改
//?與程序集關聯的信息。
//
[assembly:AssemblytitleAttribute(“example“)];
[assembly:AssemblyDescriptionAttribute(““)];
[assembly:AssemblyConfigurationAttribute(““)];
[assembly:AssemblyCompanyAttribute(“Microsoft“)];
[assembly:AssemblyProductAttribute(“example“)];
[assembly:AssemblyCopyrightAttribute(“Copyright?(c)?Microsoft?2018“)];
[assembly:AssemblyTrademarkAttribute(““)];
[assembly:AssemblyCultureAttribute(““)];
//
//?程序集的版本信息由下面四個值組成:
//
//??????主版本
//??????次版本
//??????內部版本號
//??????修訂號
//
//?您可以指定所有值,也可使用“修訂號”和“內部版本號”的默認值,
//?方法是按如下所示使用“*”:
[assembly:AssemblyVersionAttribute(“1.0.*“)];
[assembly:ComVisible(false)];
[assembly:CLSCompliantAttribute(true)];
[assembly:SecurityPermission(SecurityAction::RequestMinimum?UnmanagedCode?=?true)];
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????65024??2018-09-19?11:44??example\Debug\example.exe
?????文件???????1677??2018-09-19?11:15??example\Debug\example.exe.me
?????文件??????????0??2018-09-19?11:44??example\Debug\example.ilk
?????文件?????330752??2018-09-19?11:44??example\Debug\example.pdb
????.......??????1078??2009-08-31?02:31??example\example\app.ico
?????文件???????2358??2018-09-18?17:15??example\example\app.rc
?????文件???????1171??2018-09-18?17:15??example\example\AssemblyInfo.cpp
?????文件???????3186??2018-09-19?11:44??example\example\Debug\.NETfr
?????文件???????1204??2018-09-19?11:44??example\example\Debug\app.res
?????文件???????4999??2018-09-19?11:44??example\example\Debug\AssemblyInfo.obj
?????文件???????9728??2018-09-19?11:44??example\example\Debug\cl.command.1.tlog
?????文件??????11016??2018-09-19?11:44??example\example\Debug\CL.read.1.tlog
?????文件???????1586??2018-09-19?11:44??example\example\Debug\CL.read.2.tlog
?????文件???????2942??2018-09-19?11:44??example\example\Debug\CL.write.1.tlog
?????文件???????3138??2018-09-19?11:44??example\example\Debug\example.Build.CppClean.log
?????文件????????381??2018-09-19?11:44??example\example\Debug\example.exe.intermediate.manifest
?????文件????????180??2018-09-19?11:44??example\example\Debug\example.FormLogin.resources
?????文件????????180??2018-09-19?11:44??example\example\Debug\example.FormMain.resources
?????文件?????????81??2018-09-19?11:44??example\example\Debug\example.lastbuildstate
?????文件???????6080??2018-09-19?11:44??example\example\Debug\example.log
?????文件??????42333??2018-09-19?11:44??example\example\Debug\example.obj
?????文件????2883584??2018-09-19?11:44??example\example\Debug\example.pch
?????文件????????967??2018-09-19?11:44??example\example\Debug\example.vcxproj.GenerateResource.Cache
?????文件??????????0??2018-09-19?11:44??example\example\Debug\example.write.1.tlog
?????文件??????17198??2018-09-19?11:44??example\example\Debug\FormLogin.obj
?????文件??????????2??2018-09-19?11:44??example\example\Debug\li
?????文件??????????2??2018-09-19?11:44??example\example\Debug\li
?????文件??????????2??2018-09-19?11:44??example\example\Debug\li
?????文件??????????2??2018-09-19?11:44??example\example\Debug\li
?????文件??????????2??2018-09-19?11:44??example\example\Debug\li
............此處省略39個文件信息
- 上一篇:曲線繪制Bezier、三次B樣條、Hermite
- 下一篇:BOOTH算法C++實現
評論
共有 條評論