Click here to Skip to main content
15,918,742 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow can i get this event what the virtual address of my process be changed by the windows?? Pin
zx_sanjin30-Dec-03 14:54
zx_sanjin30-Dec-03 14:54 
QuestionHow to develop pluggable application? Pin
Anonymous30-Dec-03 14:53
Anonymous30-Dec-03 14:53 
AnswerRe: How to develop pluggable application? Pin
Monty230-Dec-03 18:47
Monty230-Dec-03 18:47 
GeneralRe: How to develop pluggable application? Pin
Anonymous31-Dec-03 3:55
Anonymous31-Dec-03 3:55 
AnswerRe: How to develop pluggable application? Pin
Roger Allen1-Jan-04 23:51
Roger Allen1-Jan-04 23:51 
GeneralWindow background subclassing Pin
mdb30-Dec-03 11:24
mdb30-Dec-03 11:24 
Generaldialog boxes Pin
HackerBoy30-Dec-03 10:45
HackerBoy30-Dec-03 10:45 
GeneralRe: dialog boxes Pin
yodlee9930-Dec-03 11:37
yodlee9930-Dec-03 11:37 
GeneralRe: dialog boxes Pin
Ravi Bhavnani30-Dec-03 11:59
professionalRavi Bhavnani30-Dec-03 11:59 
GeneralAmount of RAM on a remote machine Pin
orcun colak30-Dec-03 10:38
orcun colak30-Dec-03 10:38 
GeneralRe: Amount of RAM on a remote machine Pin
Balkrishna Talele30-Dec-03 21:45
Balkrishna Talele30-Dec-03 21:45 
Generalblt and directx Pin
ns30-Dec-03 9:33
ns30-Dec-03 9:33 
GeneralExe files Pin
HackerBoy30-Dec-03 7:56
HackerBoy30-Dec-03 7:56 
GeneralRe: Exe files Pin
User 665830-Dec-03 8:17
User 665830-Dec-03 8:17 
GeneralRe: Exe files Pin
HackerBoy30-Dec-03 8:24
HackerBoy30-Dec-03 8:24 
GeneralRe: Exe files Pin
User 665830-Dec-03 8:26
User 665830-Dec-03 8:26 
GeneralRe: Exe files Pin
HackerBoy30-Dec-03 8:54
HackerBoy30-Dec-03 8:54 
GeneralRe: Exe files Pin
Roger Wright30-Dec-03 9:43
professionalRoger Wright30-Dec-03 9:43 
It's not perfectly clear what you're asking, but I'll take a crack at it. You can't run a program without compiling it. When you build a program in Visual Studio you enter text elements that the compiler understands. When you Build your program the IDE first compiles the files in your program, then links them together into a binary file that can be directly executed by the computer. Normally you'll add to the code, change things, and rebuild it within the IDE many times until you're satisfied with the result and call it done. After the last build, whatever it is that you built will exist as an executable file with the same name as your project, and the file extension .exe. This program can be moved, copied, and run just like any other program on your computer - it doesn't go away just because you shut down Visual Studio.

"Another day done - All targets met; all systems fully operational; all customers satisfied; all staff keen and well motivated; all pigs fed and ready to fly" - Jennie A.

GeneralRe: Exe files Pin
HackerBoy30-Dec-03 9:55
HackerBoy30-Dec-03 9:55 
GeneralRe: Exe files Pin
Roger Wright30-Dec-03 10:22
professionalRoger Wright30-Dec-03 10:22 
GeneralRe: Exe files Pin
HackerBoy30-Dec-03 10:35
HackerBoy30-Dec-03 10:35 
GeneralRe: Exe files Pin
Roger Wright30-Dec-03 11:00
professionalRoger Wright30-Dec-03 11:00 
GeneralRe: Exe files Pin
Niall Barr30-Dec-03 11:28
professionalNiall Barr30-Dec-03 11:28 
GeneralRe: Exe files Pin
Michael P Butler30-Dec-03 8:50
Michael P Butler30-Dec-03 8:50 
GeneralVisual C++ .NET and bug with warnings Pin
Mendicant30-Dec-03 6:37
Mendicant30-Dec-03 6:37 

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.