Click here to Skip to main content
15,908,444 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to get Title, Author, Subject, Keywords, Created, Modified....related information for a .pdf file? Pin
Randor 23-Jan-09 6:29
professional Randor 23-Jan-09 6:29 
GeneralRe: How to get Title, Author, Subject, Keywords, Created, Modified....related information for a .pdf file? Pin
PankajB26-Jan-09 17:40
PankajB26-Jan-09 17:40 
GeneralRe: How to get Title, Author, Subject, Keywords, Created, Modified....related information for a .pdf file? Pin
PankajB26-Jan-09 18:08
PankajB26-Jan-09 18:08 
QuestionConvert MFC Application As MFC Dll Pin
VCsamir22-Jan-09 20:07
VCsamir22-Jan-09 20:07 
AnswerRe: Convert MFC Application As MFC Dll Pin
Nishad S23-Jan-09 1:54
Nishad S23-Jan-09 1:54 
QuestionProblem related to running VC++ project on x64 machine when compiled on x32 machine. Pin
Nilesh Hamane22-Jan-09 19:58
Nilesh Hamane22-Jan-09 19:58 
AnswerRe: Problem related to running VC++ project on x64 machine when compiled on x32 machine. Pin
Hamid_RT22-Jan-09 20:30
Hamid_RT22-Jan-09 20:30 
AnswerRe: Problem related to running VC++ project on x64 machine when compiled on x32 machine. Pin
«_Superman_»24-Jan-09 1:55
professional«_Superman_»24-Jan-09 1:55 
The top thing here is 64 bit EXEs cannot load 32 bit DLLs and vice versa.

A 32 bit EXE will run normally on a 32 bit OS and inside the WOW64 shell on a 64 bit OS.
It will execute on both nevertheless.

A 64 bit EXE will run only on a 64 bit OS.

So your statement "when i compile VC++ project on 32 bit machine then it wont work on 64 bit machine" is not true.

And if you have installed the 64 bit compilers, you can use Configuration Manager to change the platform from Win32 to x64 to build 64 bit binaries.

«_Superman_»

QuestionCharacter code for string in other language Pin
Andy Rama22-Jan-09 19:56
Andy Rama22-Jan-09 19:56 
AnswerRe: Character code for string in other language Pin
«_Superman_»24-Jan-09 2:06
professional«_Superman_»24-Jan-09 2:06 
GeneralRe: Character code for string in other language Pin
Andy Rama26-Jan-09 19:43
Andy Rama26-Jan-09 19:43 
GeneralRe: Character code for string in other language Pin
«_Superman_»26-Jan-09 19:54
professional«_Superman_»26-Jan-09 19:54 
QuestionRe: Character code for string in other language Pin
Andy Rama27-Jan-09 22:27
Andy Rama27-Jan-09 22:27 
QuestionMP3 Plugins Pin
priyasethu22-Jan-09 19:35
priyasethu22-Jan-09 19:35 
AnswerRe: MP3 Plugins Pin
Code-o-mat22-Jan-09 21:42
Code-o-mat22-Jan-09 21:42 
QuestionProblem in MessageBox display Pin
Alex@9C22-Jan-09 19:30
Alex@9C22-Jan-09 19:30 
AnswerRe: Problem in MessageBox display Pin
Hamid_RT22-Jan-09 20:36
Hamid_RT22-Jan-09 20:36 
GeneralRe: Problem in MessageBox display Pin
Alex@9C22-Jan-09 20:45
Alex@9C22-Jan-09 20:45 
AnswerRe: Problem in MessageBox display Pin
Stuart Dootson22-Jan-09 20:50
professionalStuart Dootson22-Jan-09 20:50 
GeneralRe: Problem in MessageBox display Pin
Alex@9C22-Jan-09 21:23
Alex@9C22-Jan-09 21:23 
QuestionRe: Problem in MessageBox display Pin
David Crow23-Jan-09 3:17
David Crow23-Jan-09 3:17 
QuestionUnicode and Multicode Pin
Software200722-Jan-09 15:37
Software200722-Jan-09 15:37 
AnswerRe: Unicode and Multicode Pin
«_Superman_»22-Jan-09 16:04
professional«_Superman_»22-Jan-09 16:04 
QuestionC++ certification Pin
Oshtri Deka22-Jan-09 12:07
professionalOshtri Deka22-Jan-09 12:07 
AnswerRe: C++ certification Pin
bhawna1622-Jan-09 18:59
bhawna1622-Jan-09 18:59 

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.