Click here to Skip to main content
15,913,570 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDifferent proxy in CHtmlView Pin
rrrado16-Jun-02 23:07
rrrado16-Jun-02 23:07 
GeneralList Control and NM_RETURN Pin
Swinefeaster16-Jun-02 22:56
Swinefeaster16-Jun-02 22:56 
GeneralRe: List Control and NM_RETURN Pin
Nish Nishant17-Jun-02 0:42
sitebuilderNish Nishant17-Jun-02 0:42 
GeneralRe: List Control and NM_RETURN Pin
Swinefeaster17-Jun-02 12:17
Swinefeaster17-Jun-02 12:17 
QuestionHow to get the physical disk number from a logical letter? Pin
16-Jun-02 22:54
suss16-Jun-02 22:54 
AnswerRe: How to get the physical disk number from a logical letter? Pin
Mike Nordell17-Jun-02 17:03
Mike Nordell17-Jun-02 17:03 
GeneralRe: How to get the physical disk number from a logical letter? Pin
17-Jun-02 20:54
suss17-Jun-02 20:54 
QuestionHow to generate 'warning' message in compiler? Pin
Cloudway16-Jun-02 21:06
Cloudway16-Jun-02 21:06 
unsigned short a;
unsigned long b;
b = 0x987666;
a = b;

Hi! I am using VC6.0, and I notice sometimes the compiler give me the following warning message for the code above, "warning C4244: '=' : conversion from 'unsigned long' to 'unsigned short', possible loss of data",
sometimes(mostly when I added another project to workspace), it gives me nothing even I rebuild all files in the same project, and I can never recover the warning message after I lost it.

Can anybody tell me how to let compiler generate warning messages all the time?
AnswerRe: How to generate 'warning' message in compiler? Pin
Roger Broomfield16-Jun-02 22:10
Roger Broomfield16-Jun-02 22:10 
GeneralRe: How to generate 'warning' message in compiler? Pin
Cloudway16-Jun-02 22:56
Cloudway16-Jun-02 22:56 
GeneralSpeed up word automation Pin
mageshswami16-Jun-02 20:50
mageshswami16-Jun-02 20:50 
GeneralWinSock Pin
unknown soldier16-Jun-02 19:35
unknown soldier16-Jun-02 19:35 
GeneralSystem Tray Applicarion Pin
Kemal OZLU16-Jun-02 19:04
Kemal OZLU16-Jun-02 19:04 
GeneralRe: System Tray Applicarion Pin
Atlantys16-Jun-02 19:34
Atlantys16-Jun-02 19:34 
GeneralRe: System Tray Applicarion Pin
Nish Nishant16-Jun-02 21:01
sitebuilderNish Nishant16-Jun-02 21:01 
GeneralRe: System Tray Applicarion Pin
Atlantys17-Jun-02 8:29
Atlantys17-Jun-02 8:29 
GeneralEnabling disabiling Hibernate support programatically. Pin
Sandeep Shetty16-Jun-02 18:30
Sandeep Shetty16-Jun-02 18:30 
GeneralRetrieving Stand-by and HIbernate Time Pin
Sandeep Shetty16-Jun-02 18:28
Sandeep Shetty16-Jun-02 18:28 
GeneralCURSOR DISAPPEARS Pin
jafrazee16-Jun-02 16:17
jafrazee16-Jun-02 16:17 
GeneralRe: CURSOR DISAPPEARS Pin
Christian Graus16-Jun-02 16:17
protectorChristian Graus16-Jun-02 16:17 
Questionhow to debug for a bug after long running Pin
zecodela16-Jun-02 15:56
zecodela16-Jun-02 15:56 
AnswerRe: how to debug for a bug after long running Pin
Tim Smith16-Jun-02 16:16
Tim Smith16-Jun-02 16:16 
AnswerRe: how to debug for a bug after long running Pin
James R. Twine17-Jun-02 8:59
James R. Twine17-Jun-02 8:59 
GeneralGDI+ and DrawString Pin
A.A.16-Jun-02 14:20
A.A.16-Jun-02 14:20 
GeneralRe: GDI+ and DrawString Pin
Christian Graus16-Jun-02 14:57
protectorChristian Graus16-Jun-02 14:57 

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.