Answered by:
Where would i ask questions about distributing my application?

Question
-
Where would i ask questions about distributing my application as I have troubles with DLLs.Thanks!Wednesday, October 28, 2009 2:25 AM
Answers
-
I would ask in the VC Forum maybe. You can redistribute the VC runtime (Redistribution of the shared C runtime component in Visual C++), it's not against any law. Most of time it will be already installed, a lot of product already use it.
I would use http://www.dependencywalker.com/ to be sure your .exe is not linked to any other third party DLL. (DLL that usually got linked in .lib in your VC linker).
MCP | MCTS 70-236: Exchange Server 2007, Configuring
Want to follow me ?| Blog: http://www.jabea.net | http://blogs.technet.com/b/wikininjas/
- Proposed as answer by Ed Price - MSFTMicrosoft employee Wednesday, July 18, 2012 9:24 PM
- Marked as answer by Ed Price - MSFTMicrosoft employee Saturday, August 4, 2012 4:45 AM
Wednesday, July 18, 2012 2:52 PM
All replies
-
Hi,Thank you for your post! Unfortunately I am not able to determine which forum or newsgroup is best suited for your question.
Can you provide me a little more detail in regards to the product or technology you are inquiring about ?
Have a nice day!!!!!
Swapnil Tier 2 Application Support Server and Tools Online Operations TeamWednesday, October 28, 2009 9:51 AM -
Hey thanks for the reply.
I am using Visual Studios 2008 (C++) and I am trying to distribute my application to other computers.
I am developing on Windows 7 and trying to distribute my application to computers Windows XP and up.
Thanks!Wednesday, October 28, 2009 11:50 AM -
Bump! Can anyone point me to the right forum? Thanks!Thursday, October 29, 2009 7:54 PM
-
I would ask in the VC Forum maybe. You can redistribute the VC runtime (Redistribution of the shared C runtime component in Visual C++), it's not against any law. Most of time it will be already installed, a lot of product already use it.
I would use http://www.dependencywalker.com/ to be sure your .exe is not linked to any other third party DLL. (DLL that usually got linked in .lib in your VC linker).
MCP | MCTS 70-236: Exchange Server 2007, Configuring
Want to follow me ?| Blog: http://www.jabea.net | http://blogs.technet.com/b/wikininjas/
- Proposed as answer by Ed Price - MSFTMicrosoft employee Wednesday, July 18, 2012 9:24 PM
- Marked as answer by Ed Price - MSFTMicrosoft employee Saturday, August 4, 2012 4:45 AM
Wednesday, July 18, 2012 2:52 PM