Click here to Skip to main content
16,012,116 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCreateprocessasuser Pin
pooja_friends15-Aug-08 19:01
pooja_friends15-Aug-08 19:01 
QuestionWeird compiler error Pin
Alan Balkany15-Aug-08 11:33
Alan Balkany15-Aug-08 11:33 
AnswerRe: Weird compiler error Pin
Mark Salsbery15-Aug-08 12:50
Mark Salsbery15-Aug-08 12:50 
GeneralRe: Weird compiler error Pin
Alan Balkany18-Aug-08 4:59
Alan Balkany18-Aug-08 4:59 
GeneralRe: Weird compiler error Pin
Alan Balkany18-Aug-08 9:14
Alan Balkany18-Aug-08 9:14 
GeneralRe: Weird compiler error Pin
Mark Salsbery18-Aug-08 9:19
Mark Salsbery18-Aug-08 9:19 
AnswerRe: Weird compiler error Pin
Joe Woodbury15-Aug-08 12:54
professionalJoe Woodbury15-Aug-08 12:54 
AnswerRe: Weird compiler error Pin
Member 419459315-Aug-08 17:06
Member 419459315-Aug-08 17:06 
One thing I have had to do was make Visual Studio completely forget the prior compile, and compile again. Delete the .NCB file and the .SUO file. Delete all of the files in the Release directory and the Debug directory. Make sure you keep the .SLN and VCProject files. You indicate that this is an install on a new machine. You may be encountering some collisions with GUIDs on the new machine. Do the following from an editor other than Visual Studio. Execute guidgen.exe using the Register Format, create a new GUID, copy to clip board, exit, use the editor to replace the GUID for the solution. Repeat for the project, but remember that this GUID exists in several places in the solution and also in the project. Do this for each different project. In each .VCProject file, do the same thing for any GUIDs created for IncludeFiles, SourceFiles, etc. Close the editor for the solution and all of the projects. Click on the solution and Visual Studio will rebuild all of the deleted files.

This works for me, your mileage may vary.

Tell us here whether this works.

Note. All program files used by the compile must be transfered to the new computer, in the same directories. If different directories, then edit the project files first with the non-Visual Studio editor, not the IDE.

Dave Augustine.
QuestionTree control with Checkboxes Pin
john563215-Aug-08 6:12
john563215-Aug-08 6:12 
AnswerRe: Tree control with Checkboxes Pin
Nemanja Trifunovic15-Aug-08 6:53
Nemanja Trifunovic15-Aug-08 6:53 
GeneralRe: Tree control with Checkboxes [modified] Pin
john563215-Aug-08 7:04
john563215-Aug-08 7:04 
GeneralRe: Tree control with Checkboxes Pin
Nemanja Trifunovic15-Aug-08 7:54
Nemanja Trifunovic15-Aug-08 7:54 
AnswerRe: Tree control with Checkboxes Pin
David Crow15-Aug-08 8:15
David Crow15-Aug-08 8:15 
Question.Net passport authentication Pin
George_George15-Aug-08 2:11
George_George15-Aug-08 2:11 
QuestionI have a problem regarding my array Pin
Maito Gai15-Aug-08 1:44
Maito Gai15-Aug-08 1:44 
AnswerRe: I have a problem regarding my array Pin
David Crow15-Aug-08 3:02
David Crow15-Aug-08 3:02 
QuestionHttp authentication Pin
George_George15-Aug-08 0:09
George_George15-Aug-08 0:09 
Questionvc++ MFC Pin
Selvan.S14-Aug-08 22:31
Selvan.S14-Aug-08 22:31 
AnswerRe: vc++ MFC Pin
Rajesh R Subramanian15-Aug-08 1:08
professionalRajesh R Subramanian15-Aug-08 1:08 
GeneralRe: vc++ MFC Pin
ThatsAlok19-Aug-08 20:37
ThatsAlok19-Aug-08 20:37 
Questionvisual C++ Pin
razi_Seyyedi14-Aug-08 21:51
razi_Seyyedi14-Aug-08 21:51 
QuestionRe: visual C++ Pin
David Crow15-Aug-08 3:08
David Crow15-Aug-08 3:08 
AnswerRe: visual C++ Pin
razi_Seyyedi15-Aug-08 3:40
razi_Seyyedi15-Aug-08 3:40 
GeneralRe: visual C++ Pin
David Crow15-Aug-08 4:01
David Crow15-Aug-08 4:01 
QuestionRe: visual C++ Pin
razi_Seyyedi15-Aug-08 4:27
razi_Seyyedi15-Aug-08 4:27 

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.