Click here to Skip to main content
15,909,205 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Step through in VC++ Pin
Mark Salsbery9-May-07 10:08
Mark Salsbery9-May-07 10:08 
GeneralRe: Step through in VC++ Pin
Software_Specialist9-May-07 13:09
Software_Specialist9-May-07 13:09 
GeneralRe: Step through in VC++ Pin
Mark Salsbery9-May-07 13:25
Mark Salsbery9-May-07 13:25 
GeneralRe: Step through in VC++ Pin
Software_Specialist9-May-07 14:31
Software_Specialist9-May-07 14:31 
QuestionRe: Step through in VC++ Pin
Mark Salsbery9-May-07 14:54
Mark Salsbery9-May-07 14:54 
AnswerRe: Step through in VC++ Pin
Software_Specialist10-May-07 1:17
Software_Specialist10-May-07 1:17 
GeneralRe: Step through in VC++ Pin
Software_Specialist10-May-07 1:38
Software_Specialist10-May-07 1:38 
GeneralRe: Step through in VC++ Pin
Mark Salsbery10-May-07 4:50
Mark Salsbery10-May-07 4:50 
Software_Specialist wrote:
Now i tried to re-build the application and it is giving me loads of errors like
Cannot convert parameter 2 from 'const char[6]'to'LPCWSTR'.


Somehow you've changed the project settings to make a unicode build. If that's your intention
then you're going to have to fix your code to use Unicode.

Software_Specialist wrote:
"The project 'abc.dsp' must be converted to the current Viusal C++ project format. After it has converted, you will not be able to edit this project in previous version of Visual Studio."


Make a backup of the old project - everything. Just in case you have to go back to the old VC
version. Then you can let the new VS convert the project to be compatible with the current
version.

Mark


"Posting a VB.NET question in the C++ forum will end in tears." Chris Maunder

GeneralRe: Step through in VC++ Pin
Mark Salsbery10-May-07 4:45
Mark Salsbery10-May-07 4:45 
GeneralRe: Step through in VC++ Pin
Nelek13-May-07 19:56
protectorNelek13-May-07 19:56 
QuestionRe: Error in plex.cpp, line 44 Pin
mla1549-May-07 9:35
mla1549-May-07 9:35 
AnswerRe: Error in plex.cpp, line 44 Pin
Stephen Hewitt9-May-07 14:25
Stephen Hewitt9-May-07 14:25 
AnswerRe: Error in plex.cpp, line 44 Pin
BadKarma9-May-07 22:12
BadKarma9-May-07 22:12 
AnswerRe: Error in plex.cpp, line 44 Pin
mla15411-May-07 5:25
mla15411-May-07 5:25 
QuestionFD_ACCEPT event very slow (sometimes) Pin
od@ananzi.co.za9-May-07 9:20
od@ananzi.co.za9-May-07 9:20 
QuestionRe: FD_ACCEPT event very slow (sometimes) Pin
Mark Salsbery9-May-07 10:24
Mark Salsbery9-May-07 10:24 
AnswerRe: FD_ACCEPT event very slow (sometimes) Pin
od@ananzi.co.za9-May-07 20:48
od@ananzi.co.za9-May-07 20:48 
GeneralRe: FD_ACCEPT event very slow (sometimes) Pin
Mark Salsbery10-May-07 5:00
Mark Salsbery10-May-07 5:00 
GeneralRe: FD_ACCEPT event very slow (sometimes) Pin
od@ananzi.co.za11-May-07 1:27
od@ananzi.co.za11-May-07 1:27 
GeneralRe: FD_ACCEPT event very slow (sometimes) Pin
Mark Salsbery11-May-07 4:18
Mark Salsbery11-May-07 4:18 
AnswerRe: FD_ACCEPT event very slow (sometimes) Pin
Moak13-May-07 12:41
Moak13-May-07 12:41 
GeneralRe: FD_ACCEPT event very slow (sometimes) Pin
od@ananzi.co.za17-May-07 5:15
od@ananzi.co.za17-May-07 5:15 
GeneralRe: FD_ACCEPT event very slow (sometimes) Pin
Moak17-May-07 5:21
Moak17-May-07 5:21 
GeneralRe: FD_ACCEPT event very slow (sometimes) Pin
od@ananzi.co.za22-May-07 4:39
od@ananzi.co.za22-May-07 4:39 
GeneralRe: FD_ACCEPT event very slow (sometimes) Pin
Moak25-May-07 2:53
Moak25-May-07 2:53 

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.