Click here to Skip to main content
15,902,492 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: VC6 - bug - I desparately need advice Pin
IsaacLitingjun13-Jan-05 16:30
IsaacLitingjun13-Jan-05 16:30 
GeneralRe: VC6 - bug - I desparately need advice Pin
Ryan Binns13-Jan-05 17:32
Ryan Binns13-Jan-05 17:32 
GeneralRe: VC6 - bug - I desparately need advice Pin
Stephen Muccione14-Jan-05 1:52
Stephen Muccione14-Jan-05 1:52 
Generalpointer declaration Pin
Oriented13-Jan-05 12:38
Oriented13-Jan-05 12:38 
GeneralRe: pointer declaration Pin
Michael Dunn13-Jan-05 12:58
sitebuilderMichael Dunn13-Jan-05 12:58 
GeneralRe: pointer declaration Pin
LighthouseJ13-Jan-05 13:00
LighthouseJ13-Jan-05 13:00 
GeneralRe: pointer declaration Pin
samson197813-Jan-05 14:52
samson197813-Jan-05 14:52 
GeneralRe: pointer declaration Pin
Ryan Binns13-Jan-05 17:47
Ryan Binns13-Jan-05 17:47 
Actually, LPVOID and PVOID are the same thing. The L doesn't mean anything any more, and is simply a hangover from the 16-bit DOS/Windows days. Back then:
  • PVOID was a NEAR pointer that pointed to an address in the same segment and required 16 bits of storage
  • LPVOID was a FAR pointer that could point to anywhere in the memory address space and required 32 bits of storage
Under Win32, there is no concept of NEAR and FAR pointers since the address space is a flat 32-bit address space and segments are not required.

Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

GeneralRe: pointer declaration Pin
toxcct13-Jan-05 22:31
toxcct13-Jan-05 22:31 
GeneralCString Problem Pin
Dody_DK13-Jan-05 12:33
Dody_DK13-Jan-05 12:33 
GeneralRe: CString Problem Pin
ThatsAlok13-Jan-05 18:59
ThatsAlok13-Jan-05 18:59 
GeneralRe: CString Problem Pin
Aamir Butt13-Jan-05 20:30
Aamir Butt13-Jan-05 20:30 
GeneralRe: CString Problem Pin
toxcct13-Jan-05 22:40
toxcct13-Jan-05 22:40 
GeneralRe: CString Problem Pin
Iain Clarke, Warrior Programmer14-Jan-05 0:34
Iain Clarke, Warrior Programmer14-Jan-05 0:34 
GeneralRe: CString Problem Pin
Dody_DK15-Jan-05 0:40
Dody_DK15-Jan-05 0:40 
GeneralStatus Bar (continued) Pin
LighthouseJ13-Jan-05 12:33
LighthouseJ13-Jan-05 12:33 
GeneralRe: Status Bar (continued) Pin
KaЯl14-Jan-05 2:16
KaЯl14-Jan-05 2:16 
GeneralScrollbars in a Dialog Pin
dlarkin7713-Jan-05 9:52
dlarkin7713-Jan-05 9:52 
GeneralRe: Scrollbars in a Dialog Pin
Shog913-Jan-05 11:46
sitebuilderShog913-Jan-05 11:46 
GeneralRe: Scrollbars in a Dialog Pin
dlarkin7714-Jan-05 7:25
dlarkin7714-Jan-05 7:25 
GeneralVC++6 + VS SP6 = COMPUTATION BUG!! Pin
Fred D.13-Jan-05 6:23
Fred D.13-Jan-05 6:23 
GeneralRe: VC++6 + VS SP6 = COMPUTATION BUG!! Pin
PJ Arends13-Jan-05 6:46
professionalPJ Arends13-Jan-05 6:46 
GeneralRe: VC++6 + VS SP6 = COMPUTATION BUG!! Pin
Antony M Kancidrowski13-Jan-05 6:52
Antony M Kancidrowski13-Jan-05 6:52 
GeneralRe: VC++6 + VS SP6 = COMPUTATION BUG!! Pin
Fred D.13-Jan-05 7:33
Fred D.13-Jan-05 7:33 
GeneralRe: VC++6 + VS SP6 = COMPUTATION BUG!! Pin
Antony M Kancidrowski13-Jan-05 12:56
Antony M Kancidrowski13-Jan-05 12:56 

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.