Click here to Skip to main content
16,014,952 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Getting SID of computer Pin
David Crow16-Jun-04 7:48
David Crow16-Jun-04 7:48 
Generalcopy file to another folder Pin
elephantstar16-Jun-04 6:24
elephantstar16-Jun-04 6:24 
GeneralRe: copy file to another folder Pin
palbano16-Jun-04 7:06
palbano16-Jun-04 7:06 
GeneralRe: copy file to another folder Pin
elephantstar16-Jun-04 10:02
elephantstar16-Jun-04 10:02 
GeneralRe: copy file to another folder Pin
David Crow16-Jun-04 7:54
David Crow16-Jun-04 7:54 
GeneralRe: copy file to another folder Pin
elephantstar16-Jun-04 10:04
elephantstar16-Jun-04 10:04 
GeneralRe: copy file to another folder Pin
Archer28216-Jun-04 19:25
Archer28216-Jun-04 19:25 
Generalconversion from 'long' to 'void *' of greater size Pin
TonidasCouves16-Jun-04 6:19
sussTonidasCouves16-Jun-04 6:19 
How to get rid of this warning?

conversion from 'long' to 'void *' of greater size

i have

void* d = (void*) pos;

'pos' is a long that has a value. After this, 'd' points to that address, it all works well but how can i get rid of the warning?


And since when is void* greater size than long? sizeof() says 4 bytes for both Frown | :( ((

GeneralRe: conversion from 'long' to 'void *' of greater size Pin
bikram singh16-Jun-04 6:44
bikram singh16-Jun-04 6:44 
GeneralRe: conversion from 'long' to 'void *' of greater size Pin
16-Jun-04 6:49
suss16-Jun-04 6:49 
GeneralRe: conversion from 'long' to 'void *' of greater size Pin
bikram singh16-Jun-04 7:24
bikram singh16-Jun-04 7:24 
GeneralRe: conversion from 'long' to 'void *' of greater size Pin
Member 1054638616-Jun-04 7:27
Member 1054638616-Jun-04 7:27 
GeneralRe: conversion from 'long' to 'void *' of greater size Pin
toxcct16-Jun-04 9:52
toxcct16-Jun-04 9:52 
GeneralRe: conversion from 'long' to 'void *' of greater size Pin
Henry miller17-Jun-04 3:28
Henry miller17-Jun-04 3:28 
GeneralEmail link Pin
marcomars16-Jun-04 5:58
marcomars16-Jun-04 5:58 
GeneralRe: Email link Pin
David Crow16-Jun-04 6:14
David Crow16-Jun-04 6:14 
Questionscroll the document? Pin
Nelson L.16-Jun-04 5:48
Nelson L.16-Jun-04 5:48 
GeneralFindWindow returning error 126 ERROR_MOD_NOT_FOUND Pin
Anonymous16-Jun-04 5:30
Anonymous16-Jun-04 5:30 
QuestionHow to implement Invalidation/Redraw pattern Pin
P. Gnana Prakash16-Jun-04 5:30
P. Gnana Prakash16-Jun-04 5:30 
AnswerRe: How to implement Invalidation/Redraw pattern Pin
Blake Miller16-Jun-04 13:38
Blake Miller16-Jun-04 13:38 
AnswerRe: How to implement Invalidation/Redraw pattern Pin
Johan Rosengren16-Jun-04 21:08
Johan Rosengren16-Jun-04 21:08 
GeneralBuilding a neural network Pin
pavanbabut16-Jun-04 5:20
pavanbabut16-Jun-04 5:20 
GeneralMessage Before window displayed Pin
sschilachi16-Jun-04 4:59
sschilachi16-Jun-04 4:59 
GeneralRe: Message Before window displayed Pin
Ravi Bhavnani16-Jun-04 5:00
professionalRavi Bhavnani16-Jun-04 5:00 
GeneralRe: Message Before window displayed Pin
sschilachi16-Jun-04 5:34
sschilachi16-Jun-04 5: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.