Calling all vC++ users,
I am brand new to express and I have a problem already.
I have made a sample app that just has a toolbar drawn on it. It worked on the PC that i made it on, but when I emailed it to my other PC and tried to open it it came up with an error saying that the "Application" wasn't "configured" correctly.
Can anyone help please
Could it be because I need to make it standalone some how
Chris

New to express
Brad Huffman
What if somebody just wants to create a simple Hello World .exe program
I have been working on this all day and still can't get VC++ Express Edition to
create a simple console program that I can deploy to another Windows box.
Thank you.
Pansar_Nisse
G Jovan
Will it be okay if you have this arrangement:
When the user downloads your zip, he can extract all files to one folder and everything will be setup.
Reggie Chen
Start here: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=353193&SiteID=1.
BTW, in one of the links to the links that that post links to (
), it makes reference to a file called vcredist_x86.exe. Unlike what that post says, vcredist_x86.exe is now available under http://www.microsoft.com/downloads/details.aspx familyid=32BC1BEE-A3F9-4C13-9C99-220B62A191EE&displaylang=en.
Chris TBerry
For all VS editions except express, the Microsoft.VC80.CRT.manifest is located in the redist folder. Since Visual C++ Express edition doesn't contain the redist folder, you'll have to create it manually:
see http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=164880&SiteID=1 (the post which starts with "OK, due to popular demand...").
Pablo Alarcon Garcia
Yes that would be okay.
Thanks for your time and help
Wilko
Arthur Dzhelali
What I dont get is how you get the Microsoft.VC80.CRT.manifest file!
Wilko