Click here to Skip to main content
15,886,664 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: visual studio c++ 2005...how to open MFC project and run Pin
sharp_k21-Jul-09 19:26
sharp_k21-Jul-09 19:26 
GeneralRe: visual studio c++ 2005...how to open MFC based project which contain a .cpp file .i also want to see my window what i have created..... Pin
goutom roy21-Jul-09 22:35
goutom roy21-Jul-09 22:35 
GeneralRe: visual studio c++ 2005...how to open MFC based project which contain a .cpp file .i also want to see my window what i have created..... [modified] Pin
Michael Schubert21-Jul-09 22:45
Michael Schubert21-Jul-09 22:45 
GeneralRe: visual studio c++ 2005...how to open MFC based project which contain a .cpp file .i also want to see my window what i have created..... PinPopular
killabyte21-Jul-09 23:11
killabyte21-Jul-09 23:11 
GeneralRe: visual studio c++ 2005...how to open MFC based project which contain a .cpp file .i also want to see my window what i have created..... Pin
#realJSOP22-Jul-09 0:17
mve#realJSOP22-Jul-09 0:17 
GeneralRe: visual studio c++ 2005...how to open MFC based project which contain a .cpp file .i also want to see my window what i have created..... Pin
Peter Mulholland22-Jul-09 1:11
Peter Mulholland22-Jul-09 1:11 
AnswerRe: visual studio c++ 2005...how to open MFC project and run Pin
UserNameless22-Jul-09 0:02
UserNameless22-Jul-09 0:02 
AnswerRe: visual studio c++ 2005...how to open MFC project and run PinPopular
Gary R. Wheeler22-Jul-09 0:07
Gary R. Wheeler22-Jul-09 0:07 
If you have an existing MFC project you want to compile and run, select File, Open, and then Project/Solution. Visual Studio uses solution files (with the extension .sln) and project files (with the extension .vcproj). Navigate to the folder that contains your MFC project. Choose the .sln file it it exists, and the .vcproj file otherwise.

If you want to create an initial project to experiment with, select File, New, Project. In the dialog that opens, choose Visual C++ and then MFC in the tree on the left. In the list on the right, select MFC Application. At the bottom of the dialog, choose a location and a name for your project. You will then see a wizard for choosing the basic features for the application you want to create.

Software Zen: delete this;
Fold With Us![^]

Questiondepth first search help.. Pin
neha_rai21-Jul-09 10:43
neha_rai21-Jul-09 10:43 
AnswerRe: depth first search help.. Pin
«_Superman_»21-Jul-09 18:18
professional«_Superman_»21-Jul-09 18:18 
QuestionWierd compiler bug with the string "??!" please someone tell me im not going mental! Pin
swifty666_200021-Jul-09 10:00
swifty666_200021-Jul-09 10:00 
AnswerRe: Wierd compiler bug with the string "??!" please someone tell me im not going mental! Pin
David Crow21-Jul-09 10:21
David Crow21-Jul-09 10:21 
GeneralRe: Wierd compiler bug with the string "??!" please someone tell me im not going mental! Pin
swifty666_200021-Jul-09 10:28
swifty666_200021-Jul-09 10:28 
GeneralRe: Wierd compiler bug with the string "??!" please someone tell me im not going mental! Pin
David Crow21-Jul-09 10:31
David Crow21-Jul-09 10:31 
AnswerRe: Wierd compiler bug with the string "??!" please someone tell me im not going mental! Pin
Pops800221-Jul-09 19:12
Pops800221-Jul-09 19:12 
QuestionSinhronisation of allocation and freeing of memory Pin
Gastello21-Jul-09 6:55
Gastello21-Jul-09 6:55 
AnswerRe: Sinhronisation of allocation and freeing of memory Pin
Stuart Dootson21-Jul-09 11:17
professionalStuart Dootson21-Jul-09 11:17 
GeneralRe: Sinhronisation of allocation and freeing of memory Pin
Gastello22-Jul-09 1:23
Gastello22-Jul-09 1:23 
GeneralRe: Sinhronisation of allocation and freeing of memory Pin
Stuart Dootson22-Jul-09 2:01
professionalStuart Dootson22-Jul-09 2:01 
AnswerRe: Sinhronisation of allocation and freeing of memory Pin
Gastello27-Jul-09 0:29
Gastello27-Jul-09 0:29 
QuestionDetails of Error Message in MSIPackageDiff Pin
Member 154408721-Jul-09 5:18
Member 154408721-Jul-09 5:18 
QuestionHow to trace MFC command? SOLVED Pin
Vaclav_21-Jul-09 5:10
Vaclav_21-Jul-09 5:10 
AnswerRe: How to trace MFC command? Pin
led mike21-Jul-09 5:57
led mike21-Jul-09 5:57 
GeneralRe: How to trace MFC command? Pin
Vaclav_21-Jul-09 7:22
Vaclav_21-Jul-09 7:22 
GeneralRe: How to trace MFC command? Pin
Maximilien21-Jul-09 8:50
Maximilien21-Jul-09 8:50 

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.