Click here to Skip to main content
15,890,438 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerMy Vote of 1 Pin
Keith Barrow28-Apr-13 7:45
professionalKeith Barrow28-Apr-13 7:45 
GeneralRe: My Vote of 1 Pin
a.fatemeh28-Apr-13 22:46
a.fatemeh28-Apr-13 22:46 
GeneralRe: My Vote of 1 Pin
H.Brydon30-Apr-13 19:02
professionalH.Brydon30-Apr-13 19:02 
QuestionHow to make a EXE in windows Pin
OmarSH27-Apr-13 7:10
OmarSH27-Apr-13 7:10 
AnswerRe: How to make a EXE in windows Pin
NotPolitcallyCorrect27-Apr-13 16:50
NotPolitcallyCorrect27-Apr-13 16:50 
GeneralRe: How to make a EXE in windows Pin
OmarSH28-Apr-13 6:29
OmarSH28-Apr-13 6:29 
GeneralRe: How to make a EXE in windows Pin
dusty_dex28-Apr-13 7:00
dusty_dex28-Apr-13 7:00 
GeneralRe: How to make a EXE in windows Pin
«_Superman_»28-Apr-13 19:18
professional«_Superman_»28-Apr-13 19:18 
Download Visual Studio express as replied earlier.
In that you need to create a project.
There are several types of projects in Visual Studio.
Here is a simple tutorial - http://www.swarthmore.edu/NatSci/tali/E15/Visual_C.html[^]

You need to create a project, add the source files to it, compile it and fix the compiler type errors if any.
After this process, you will have an executable.

As for creating a setup program, you can use the free Wix Toolset.
It will integrate with Visual Studio so that you can create the setup program from Visual Studio itself.
You can download it from here - http://wixtoolset.org/[^]
Here is an extensive tutorial on Wix - http://wix.tramontana.co.hu/tutorial[^]
«_Superman 
I love work. It gives me something to do between weekends.


Microsoft MVP (Visual C++) (October 2009 - September 2013)

Polymorphism in C

GeneralRe: How to make a EXE in windows Pin
Richard MacCutchan28-Apr-13 22:25
mveRichard MacCutchan28-Apr-13 22:25 
AnswerRe: How to make a EXE in windows Pin
Brandon-X1200028-Apr-13 11:29
Brandon-X1200028-Apr-13 11:29 
GeneralRe: How to make a EXE in windows Pin
Richard MacCutchan28-Apr-13 22:23
mveRichard MacCutchan28-Apr-13 22:23 
GeneralRe: How to make a EXE in windows Pin
OmarSH29-Apr-13 11:07
OmarSH29-Apr-13 11:07 
QuestionRe: How to make a EXE in windows Pin
David Crow29-Apr-13 16:33
David Crow29-Apr-13 16:33 
AnswerRe: How to make a EXE in windows Pin
OmarSH30-Apr-13 6:16
OmarSH30-Apr-13 6:16 
QuestionRe: How to make a EXE in windows Pin
David Crow30-Apr-13 6:27
David Crow30-Apr-13 6:27 
AnswerRe: How to make a EXE in windows Pin
OmarSH30-Apr-13 6:50
OmarSH30-Apr-13 6:50 
QuestionRe: How to make a EXE in windows Pin
David Crow30-Apr-13 7:12
David Crow30-Apr-13 7:12 
AnswerRe: How to make a EXE in windows Pin
OmarSH30-Apr-13 8:10
OmarSH30-Apr-13 8:10 
QuestionRe: How to make a EXE in windows Pin
David Crow30-Apr-13 8:45
David Crow30-Apr-13 8:45 
AnswerRe: How to make a EXE in windows Pin
OmarSH30-Apr-13 10:18
OmarSH30-Apr-13 10:18 
SuggestionRe: How to make a EXE in windows Pin
David Crow30-Apr-13 10:28
David Crow30-Apr-13 10:28 
QuestionClips Pin
a.fatemeh26-Apr-13 20:16
a.fatemeh26-Apr-13 20:16 
QuestionRe: Clips Pin
Richard MacCutchan26-Apr-13 22:17
mveRichard MacCutchan26-Apr-13 22:17 
AnswerRe: Clips Pin
a.fatemeh26-Apr-13 22:22
a.fatemeh26-Apr-13 22:22 
GeneralRe: Clips Pin
Richard MacCutchan26-Apr-13 23:17
mveRichard MacCutchan26-Apr-13 23:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.