Re: Console App in one EXE file
- From: Gerry Hickman <gerry666uk2@xxxxxxxxxxxxxxxx>
- Date: Tue, 28 Oct 2008 21:56:56 +0000
Dear Hongye Sun,
Thank you for your new feedback on this.
One other point I need to clarify;
In your first reply about using private assemblies, you asked me to copy the two files Microsoft.VC90.CRT and Microsoft.VC90.MFC to the /bin folder.
I understand this, but I forgot to explain that my project is native C/C++, it does not use /clr.
Can I still use the private assemblies method for this type of project?
Thanks for your reply and great feedback, Gerry. I will forward your concern about documentation to relevant team.
I have the same opinion as yours: static linking is the only way to deploy only one file application.
Before using static linking, I would like to let you know its disadvantages first, so that you could get more information to make choice.
#1: Because linked libraries are built into exe file, the file become much larger.
#2: When DLL changed, you must re-link and re-deploy exe file to include the changes.
#3: If multiple processes are created on the exe file, they will not share the DLL file. Every process will keep a copy of the DLL in memory.
I am very glad to hear that my reply helps you. Hoping for more cooperation with you in future.
Regards,
Hongye Sun (hongyes@xxxxxxxxxxxxxxxxxxxx, remove 'online.')
Microsoft Online Community Support
Delighting our customers is our #1 priority. We welcome your comments and suggestions about how we can improve the support we provide to you. Please feel free to let my manager know what you think of the level of service provided. You can send feedback directly to my manager at: msdnmg@xxxxxxxxxxxxxx
This posting is provided "AS IS" with no warranties, and confers no rights.
--
Gerry Hickman (London UK)
.
- Follow-Ups:
- Re: Console App in one EXE file
- From: "Hongye Sun [MSFT]"
- Re: Console App in one EXE file
- References:
- Console App in one EXE file
- From: Gerry Hickman
- RE: Console App in one EXE file
- From: "Hongye Sun [MSFT]"
- Re: Console App in one EXE file
- From: Gerry Hickman
- Re: Console App in one EXE file
- From: "Hongye Sun [MSFT]"
- Console App in one EXE file
- Prev by Date: Re: Running developers as standard users in Vista with UAC enabled
- Next by Date: Re: Running developers as standard users in Vista with UAC enabled
- Previous by thread: Re: Console App in one EXE file
- Next by thread: Re: Console App in one EXE file
- Index(es):
Relevant Pages
|