Click here to Skip to main content
15,889,034 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to know the width and height of an Image? Pin
kapardhi15-May-09 1:22
kapardhi15-May-09 1:22 
AnswerRe: How to know the width and height of an Image? Pin
Madhu Nair15-May-09 1:43
Madhu Nair15-May-09 1:43 
AnswerRe: How to know the width and height of an Image? Pin
Chris Losinger15-May-09 4:20
professionalChris Losinger15-May-09 4:20 
QuestionHow to insert image in Menu bar Pin
AnithaSubramani14-May-09 22:40
AnithaSubramani14-May-09 22:40 
AnswerRe: How to insert image in Menu bar Pin
Chandrasekharan P14-May-09 23:01
Chandrasekharan P14-May-09 23:01 
AnswerRe: How to insert image in Menu bar Pin
Hamid_RT16-May-09 0:33
Hamid_RT16-May-09 0:33 
QuestionpThread for x64 system Pin
Ranojay14-May-09 20:43
Ranojay14-May-09 20:43 
AnswerRe: pThread for x64 system Pin
Stuart Dootson14-May-09 21:43
professionalStuart Dootson14-May-09 21:43 
Ranojay wrote:
If I use nmake to create 64 bit what option should I give as command line parameter so that it will create 64bit output


You need to use the correct Visual C++ binaries. Usually you can do that by changing working directory to your VC directory (e.g. c:\Program Files\Microsoft Visual Studio 9.0\VC for VS2008) and using one of these commands:

  • If you're running 64-bit Windows
    vcvarsall x64
  • If you're running 32-bit Windows
    vcvarsall x86_amd64


This will put the Visual C++ binaries to create 64-bit code at the head of your path. Entering the command 'cl' should now say something like this - note the for x64:

Microsoft (R) C/C++ Optimizing Compiler Version 15.00.30729.01 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

usage: cl [ option... ] filename... [ /link linkoption... ]


Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

GeneralRe: pThread for x64 system Pin
Ranojay14-May-09 22:16
Ranojay14-May-09 22:16 
GeneralRe: pThread for x64 system Pin
Stuart Dootson14-May-09 22:18
professionalStuart Dootson14-May-09 22:18 
QuestionWin32 application with out an UI. Pin
birajendu14-May-09 20:11
birajendu14-May-09 20:11 
QuestionRe: Win32 application with out an UI. Pin
Rajesh R Subramanian14-May-09 20:16
professionalRajesh R Subramanian14-May-09 20:16 
AnswerRe: Win32 application with out an UI. Pin
birajendu14-May-09 20:21
birajendu14-May-09 20:21 
QuestionRe: Win32 application with out an UI. Pin
Rajesh R Subramanian14-May-09 21:07
professionalRajesh R Subramanian14-May-09 21:07 
AnswerRe: Win32 application with out an UI. Pin
birajendu14-May-09 21:24
birajendu14-May-09 21:24 
GeneralRe: Win32 application with out an UI. Pin
Xing Chen14-May-09 22:16
Xing Chen14-May-09 22:16 
AnswerRe: Win32 application with out an UI. Pin
Rajesh R Subramanian14-May-09 22:23
professionalRajesh R Subramanian14-May-09 22:23 
QuestionRe: Win32 application with out an UI. Pin
David Crow15-May-09 7:20
David Crow15-May-09 7:20 
AnswerRe: Win32 application with out an UI. Pin
Naveen14-May-09 20:24
Naveen14-May-09 20:24 
AnswerRe: Win32 application with out an UI. Pin
Michael Schubert14-May-09 21:47
Michael Schubert14-May-09 21:47 
GeneralRe: Win32 application with out an UI. Pin
birajendu15-May-09 0:36
birajendu15-May-09 0:36 
GeneralRe: Win32 application with out an UI. Pin
Michael Schubert15-May-09 0:39
Michael Schubert15-May-09 0:39 
GeneralRe: Win32 application with out an UI. Pin
Rajesh R Subramanian15-May-09 0:44
professionalRajesh R Subramanian15-May-09 0:44 
QuestionHow to get the "Enter" Key down notification from CListCtrl Pin
Nitheesh George14-May-09 19:16
Nitheesh George14-May-09 19:16 
AnswerRe: How to get the "Enter" Key down notification from CListCtrl Pin
Chandrasekharan P14-May-09 20:34
Chandrasekharan P14-May-09 20:34 

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.